Remove Provides/Obsoletes for javadoc package
This commit is contained in:
parent
4f4238b740
commit
1e6c6e3ff0
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.9.2
|
Version: 1.9.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
URL: http://commons.apache.org/%{base_name}
|
||||||
@ -25,9 +25,6 @@ is very lightweight.
|
|||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
Provides: jakarta-%{short_name}-javadoc = 0:%{version}-%{release}
|
|
||||||
Obsoletes: jakarta-%{short_name}-javadoc <= 0:1.7.0
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -57,6 +54,9 @@ sed -i 's/\r//' *.txt
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-3
|
||||||
|
- Remove Provides/Obsoletes for javadoc package
|
||||||
|
|
||||||
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-2
|
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-2
|
||||||
- Fix build-requires on apache-commons-parent
|
- Fix build-requires on apache-commons-parent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user