plexus-maven-plugin removal
This commit is contained in:
parent
d6a0019a74
commit
923120451a
@ -1,6 +1,6 @@
|
|||||||
Name: plexus-interpolation
|
Name: plexus-interpolation
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Plexus Interpolation API
|
Summary: Plexus Interpolation API
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -24,7 +24,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
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plexus interpolator is the outgrowth of multiple iterations of development
|
Plexus interpolator is the outgrowth of multiple iterations of development
|
||||||
@ -41,7 +40,7 @@ Requires: jpackage-utils
|
|||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mvn-rpmbuild install javadoc:javadoc
|
mvn-rpmbuild install javadoc:javadoc
|
||||||
@ -62,23 +61,19 @@ install -pm 644 pom.xml \
|
|||||||
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
|
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
|
||||||
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||||
|
|
||||||
%post
|
|
||||||
%update_maven_depmap
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%update_maven_depmap
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_javadir}/plexus/*.jar
|
%{_javadir}/plexus/*.jar
|
||||||
%{_mavenpomdir}/*
|
%{_mavenpomdir}/*
|
||||||
%{_mavendepmapfragdir}/*
|
%{_mavendepmapfragdir}/*
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2011 Jaromir Capik <jcapik@redhat.com> - 1.14-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> 1.14-1
|
* Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 1.14-1
|
||||||
- Update to upstream 1.14 version.
|
- Update to upstream 1.14 version.
|
||||||
- Adapt to current guidelines.
|
- Adapt to current guidelines.
|
||||||
@ -92,4 +87,3 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
|||||||
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-1
|
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user