%global pkg_name jetty-artifact-remote-resources %{?scl:%scl_package %{pkg_name}} %{?maven_find_provides_and_requires} Name: %{?scl_prefix}%{pkg_name} Version: 1.0 Release: 10.12%{?dist} Summary: Jetty toolchain artifact remote resources License: ASL 2.0 or EPL URL: http://www.eclipse.org/jetty/ Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/%{pkg_name}-%{version}.tar.bz2 # rpmlint config file (fedpkg lint will use this) Source1: .rpmlint BuildArch: noarch Source2: http://www.apache.org/licenses/LICENSE-2.0.txt Source3: http://www.eclipse.org/legal/epl-v10.html BuildRequires: %{?scl_prefix_java_common}javapackages-tools BuildRequires: %{?scl_prefix}maven-local BuildRequires: %{?scl_prefix}maven-remote-resources-plugin >= 1.2.1-3 BuildRequires: %{?scl_prefix}jetty-toolchain %description Jetty toolchain artifact remote resources %prep %setup -q -n %{pkg_name}-%{version} %{?scl:scl enable %{scl} - <<"EOF"} set -e -x cp -p %{SOURCE2} %{SOURCE3} . %{?scl:EOF} %build %{?scl:scl enable %{scl} - <<"EOF"} set -e -x %mvn_build %{?scl:EOF} %install %{?scl:scl enable %{scl} - <<"EOF"} set -e -x %mvn_install %{?scl:EOF} %files -f .mfiles %doc LICENSE-2.0.txt epl-v10.html %dir %{_mavenpomdir}/%{pkg_name} %dir %{_javadir}/%{pkg_name} %changelog * Mon Feb 08 2016 Michal Srb - 1.0-10.12 - Fix BR on maven-local & co. * Mon Jan 11 2016 Michal Srb - 1.0-10.11 - maven33 rebuild #2 * Sat Jan 09 2016 Michal Srb - 1.0-10.10 - maven33 rebuild * Thu Jan 15 2015 Mikolaj Izdebski - 1.0-10.9 - Add directory ownership on %%{_mavenpomdir} subdir * Tue Jan 13 2015 Michael Simacek - 1.0-10.8 - Mass rebuild 2015-01-13 * Tue Jan 06 2015 Michael Simacek - 1.0-10.7 - Mass rebuild 2015-01-06 * Mon May 26 2014 Mikolaj Izdebski - 1.0-10.6 - Mass rebuild 2014-05-26 * Wed Feb 19 2014 Mikolaj Izdebski - 1.0-10.5 - Mass rebuild 2014-02-19 * Tue Feb 18 2014 Mikolaj Izdebski - 1.0-10.4 - Mass rebuild 2014-02-18 * Mon Feb 17 2014 Mikolaj Izdebski - 1.0-10.3 - SCL-ize build-requires * Thu Feb 13 2014 Mikolaj Izdebski - 1.0-10.2 - Rebuild to regenerate auto-requires * Tue Feb 11 2014 Mikolaj Izdebski - 1.0-10.1 - First maven30 software collection build * Fri Dec 27 2013 Daniel Mach - 1.0-10 - Mass rebuild 2013-12-27 * Mon Aug 19 2013 Stanislav Ochotnicky - 1.0-9 - Migrate away from mvn-rpmbuild (#997458) * Thu Feb 14 2013 Fedora Release Engineering - 1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG - 1.0-7 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Wed Oct 17 2012 Mikolaj Izdebski - 1.0-6 - Install license files * Thu Jul 19 2012 Fedora Release Engineering - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Nov 8 2011 Stanislav Ochotnicky - 1.0-3 - Change remote-resources version compare from > to >= - Removed generation of javadocs (wasn't working anyway) * Mon Nov 7 2011 Stanislav Ochotnicky - 1.0-2 - Added maven-surefire-provider-junit to BR * Thu Nov 3 2011 Stanislav Ochotnicky - 1.0-1 - Initial version of the package