plexus-maven-plugin removal
This commit is contained in:
parent
d6a0019a74
commit
923120451a
@ -1,6 +1,6 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -24,7 +24,6 @@ BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: maven-shared-reporting-impl
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: plexus-maven-plugin
|
||||
|
||||
%description
|
||||
Plexus interpolator is the outgrowth of multiple iterations of development
|
||||
@ -41,7 +40,7 @@ Requires: jpackage-utils
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
mvn-rpmbuild install javadoc:javadoc
|
||||
@ -62,23 +61,19 @@ install -pm 644 pom.xml \
|
||||
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
|
||||
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
|
||||
%post
|
||||
%update_maven_depmap
|
||||
|
||||
%postun
|
||||
%update_maven_depmap
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_javadir}/plexus/*.jar
|
||||
%{_mavenpomdir}/*
|
||||
%{_mavendepmapfragdir}/*
|
||||
|
||||
%files javadoc
|
||||
%defattr(-,root,root,-)
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%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
|
||||
- Update to upstream 1.14 version.
|
||||
- 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
|
||||
- Initial package.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user