plexus-maven-plugin removed (not needed)

This commit is contained in:
Jaromir Capik 2011-07-27 14:42:41 +02:00 committed by Alexander Kurtakov
parent 19b1829a99
commit 409195bf55

View File

@ -30,7 +30,7 @@
Name: plexus-archiver Name: plexus-archiver
Version: 1.2 Version: 1.2
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 0 Epoch: 0
Summary: Plexus Archiver Component Summary: Plexus Archiver Component
License: MIT and ASL 2.0 License: MIT and ASL 2.0
@ -58,7 +58,6 @@ BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit BuildRequires: maven-surefire-provider-junit
BuildRequires: maven-shared-reporting-impl BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-doxia-sitetools BuildRequires: maven-doxia-sitetools
BuildRequires: plexus-maven-plugin
Requires: classworlds >= 0:1.1 Requires: classworlds >= 0:1.1
Requires: plexus-container-default Requires: plexus-container-default
Requires: plexus-utils Requires: plexus-utils
@ -109,23 +108,19 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}.pom
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name} install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%post
%update_maven_depmap
%postun
%update_maven_depmap
%files %files
%defattr(-,root,root,-)
%{_javadir}/* %{_javadir}/*
%{_mavenpomdir}/* %{_mavenpomdir}/*
%{_mavendepmapfragdir}/* %{_mavendepmapfragdir}/*
%files javadoc %files javadoc
%defattr(-,root,root,-)
%doc %{_javadocdir}/%{name} %doc %{_javadocdir}/%{name}
%changelog %changelog
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 0:1.2-2
- Removal of plexus-maven-plugin dependency (not needed)
- Minor spec file changes according to the latest guidelines
* Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-1 * Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-1
- Update to 1.2. - Update to 1.2.