Name: jetty-parent Version: 19 Release: 8%{?dist} Summary: Jetty parent POM file Group: Development/Libraries License: ASL 2.0 or EPL URL: http://www.eclipse.org/jetty/ Source0: http://repo1.maven.org/maven2/org/eclipse/jetty/%{name}/%{version}/%{name}-%{version}.pom # rpmlint config file (fedpkg lint will use this) Source1: .rpmlint Source2: http://www.eclipse.org/legal/epl-v10.html Source3: http://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch BuildRequires: jpackage-utils BuildRequires: maven-local Requires: jpackage-utils %description Jetty parent POM file %prep %setup -q -c -T cp -p %{SOURCE2} %{SOURCE3} . %install # poms install -d -m 755 %{buildroot}%{_mavenpomdir} install -pm 644 %{SOURCE0} \ %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap JPP-%{name}.pom %files %doc epl-v10.html LICENSE-2.0.txt %{_mavenpomdir}/JPP-%{name}.pom %{_mavendepmapfragdir}/%{name} %changelog * Fri Dec 27 2013 Daniel Mach - 19-8 - Mass rebuild 2013-12-27 * Thu Feb 14 2013 Fedora Release Engineering - 19-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG - 19-6 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Thu Sep 20 2012 Mikolaj Izdebski - 19-5 - Install license files * Thu Jul 19 2012 Fedora Release Engineering - 19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Apr 24 2012 Stanislav Ochotnicky - 19-3 - Remove maven from Requires * Fri Jan 13 2012 Fedora Release Engineering - 19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Nov 2 2011 Stanislav Ochotnicky - 19-1 - Initial version