Add forgotten jpackage-utils BR

This commit is contained in:
Stanislav Ochotnicky 2010-09-16 10:25:54 +02:00
parent a4c7ce1a8f
commit d8944aba88

View File

@ -1,6 +1,6 @@
Name: mojo-parent Name: mojo-parent
Version: 24 Version: 24
Release: 3%{?dist} Release: 4%{?dist}
Summary: Codehaus MOJO parent project pom file Summary: Codehaus MOJO parent project pom file
Group: Development/Libraries Group: Development/Libraries
@ -10,6 +10,8 @@ Source0: https://nexus.codehaus.org/content/repositories/releases/org/cod
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: jpackage-utils
Requires: maven-plugin-plugin Requires: maven-plugin-plugin
Requires: junit Requires: junit
@ -29,13 +31,13 @@ sed -i 's:<artifactId>plexus-javadoc</artifactId>:<artifactId>plexus-component-j
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
%add_to_maven_depmap org.codehaus.mojo %{name} %{version} JPP %{name}
# poms # poms
install -d -m 755 %{buildroot}%{_mavenpomdir} install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml \ install -pm 644 pom.xml \
%{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_to_maven_depmap org.codehaus.mojo %{name} %{version} JPP %{name}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -55,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Sep 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-4
- Add forgotten jpackage-utils BR
* Tue Sep 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-3 * Tue Sep 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 24-3
- Change to license used by upstream (ASL 2.0) - Change to license used by upstream (ASL 2.0)