plexus-maven-plugin removed (not needed)
This commit is contained in:
parent
7fe18d7e76
commit
dcc4757ca9
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
Name: %{parent}-%{subname}
|
Name: %{parent}-%{subname}
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 0.5.a7%{?dist}
|
Release: 0.6.a7%{?dist}
|
||||||
Summary: Plexus Resource Manager
|
Summary: Plexus Resource Manager
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -62,7 +62,6 @@ BuildRequires: maven-surefire-plugin
|
|||||||
BuildRequires: maven-surefire-provider-junit
|
BuildRequires: maven-surefire-provider-junit
|
||||||
BuildRequires: maven-doxia
|
BuildRequires: maven-doxia
|
||||||
BuildRequires: maven-doxia-sitetools
|
BuildRequires: maven-doxia-sitetools
|
||||||
BuildRequires: plexus-maven-plugin >= 1.3.5
|
|
||||||
BuildRequires: plexus-container-default
|
BuildRequires: plexus-container-default
|
||||||
BuildRequires: plexus-utils
|
BuildRequires: plexus-utils
|
||||||
|
|
||||||
@ -108,12 +107,6 @@ install -pm 644 pom.xml \
|
|||||||
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||||
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%post
|
|
||||||
%update_maven_depmap
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%update_maven_depmap
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_javadir}/%{parent}/*
|
%{_javadir}/%{parent}/*
|
||||||
%{_mavenpomdir}/*
|
%{_mavenpomdir}/*
|
||||||
@ -123,6 +116,10 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 1.0-0.6.a7
|
||||||
|
- Removal of plexus-maven-plugin dependency (not needed)
|
||||||
|
- Minor spec file changes according to the latest guidelines
|
||||||
|
|
||||||
* Sun Jun 12 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.5.a7
|
* Sun Jun 12 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.5.a7
|
||||||
- Build with maven 3.x
|
- Build with maven 3.x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user