Fix depmap macro call
This commit is contained in:
parent
660de3e7a8
commit
06a4664bb7
@ -1,6 +1,6 @@
|
||||
Name: maven-shade-plugin
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: This plugin provides the capability to package the artifact in an uber-jar
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -52,7 +52,7 @@ Requires: jpackage-utils
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
rm src/test/jars/plexus-utils-1.4.1.jar
|
||||
ln -s $(build-classpath plexus/utils) src/test/jars/plexus-utils-1.4.1.jar
|
||||
|
||||
@ -66,7 +66,7 @@ install -Dpm 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}
|
||||
# poms
|
||||
install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
|
||||
%add_to_maven_depmap JPP-%{name}.pom %{name}.jar
|
||||
%add_maven_depmap JPP-%{name}.pom %{name}.jar
|
||||
|
||||
# javadoc
|
||||
install -dm 755 %{buildroot}%{_javadocdir}/%{name}
|
||||
@ -84,6 +84,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Nov 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.5-2
|
||||
- Fix depmap macro call
|
||||
|
||||
* Tue Nov 1 2011 Alexander Kurtakov <akurtako@redhat.com> 1.5-1
|
||||
- Update to upstream 1.5 release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user