Remove unneeded R: spice-parent, resolves: rhbz#908584
- Remove RPM bug workaround
This commit is contained in:
parent
d256c621bc
commit
b2cf6ea88c
@ -1,6 +1,6 @@
|
||||
Name: plexus-sec-dispatcher
|
||||
Version: 1.4
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Plexus Security Dispatcher Component
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -34,7 +34,6 @@ BuildRequires: maven-surefire-provider-junit
|
||||
|
||||
Requires: jpackage-utils
|
||||
Requires: java
|
||||
Requires: spice-parent
|
||||
|
||||
%description
|
||||
Plexus Security Dispatcher Component
|
||||
@ -68,11 +67,6 @@ install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.plexus-%{name}.pom
|
||||
install -d -m 0755 %{buildroot}%{_javadocdir}/plexus/%{name}
|
||||
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/plexus/%{name}
|
||||
|
||||
%pre javadoc
|
||||
# workaround for rpm bug, can be removed in F-18
|
||||
[ $1 -gt 1 ] && [ -L %{_javadocdir}/%{name} ] && \
|
||||
rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
||||
|
||||
%files
|
||||
%{_javadir}/plexus/*
|
||||
%{_mavenpomdir}/JPP.plexus-%{name}.pom
|
||||
@ -82,6 +76,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
||||
%{_javadocdir}/plexus/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9
|
||||
- Remove unneeded R: spice-parent, resolves: rhbz#908584
|
||||
- Remove RPM bug workaround
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4-8
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
Loading…
Reference in New Issue
Block a user