Name: jetty-toolchain Version: 1.4 Release: 2%{?dist} Summary: Jetty Toolchain main POM file Group: Development/Libraries 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/%{name}-%{version}.tar.bz2 # rpmlint config file (fedpkg lint will use this) Source1: .rpmlint BuildArch: noarch BuildRequires: maven BuildRequires: jpackage-utils BuildRequires: jetty-parent Requires: maven Requires: jpackage-utils Requires: jetty-parent %description Jetty Toolchain main POM file %prep %setup -q %build pushd %{name} mvn-rpmbuild install %install # poms install -d -m 755 %{buildroot}%{_mavenpomdir} pushd %{name} install -pm 644 pom.xml \ %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap JPP-%{name}.pom popd %files %{_mavenpomdir}/JPP-%{name}.pom %{_mavendepmapfragdir}/%{name} %changelog * Thu Nov 3 2011 Stanislav Ochotnicky - 1.4-2 - Added build section (available for overriding) * Wed Nov 2 2011 Stanislav Ochotnicky - 1.4-1 - Initial version