- fixed missing Provides/Obsoletes for javadocs
This commit is contained in:
parent
66235dea25
commit
b0b6e5b18c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: apache-%{shortname}
|
Name: apache-%{shortname}
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Java API for working with tar, zip and bzip2 files
|
Summary: Java API for working with tar, zip and bzip2 files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -51,6 +51,10 @@ Group: Documentation
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
|
|
||||||
|
# Upstream name change
|
||||||
|
Provides: jakarta-%{shortname}-javadoc = %{version}-%{release}
|
||||||
|
Obsoletes: jakarta-%{shortname}-javadoc < 1.0-2
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
Development documentation for %{name}.
|
Development documentation for %{name}.
|
||||||
|
|
||||||
@ -115,8 +119,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 13 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-5
|
||||||
|
- Added missing Provides/Obsoletes for javadocs
|
||||||
|
|
||||||
* Mon May 10 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-4
|
* Mon May 10 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-4
|
||||||
* Cleared some problems after the review
|
- Cleared some problems after the review
|
||||||
|
|
||||||
* Thu May 06 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-3
|
* Thu May 06 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-3
|
||||||
- Now using maven2 (mvn-jpp) instead of directly calling javac & co
|
- Now using maven2 (mvn-jpp) instead of directly calling javac & co
|
||||||
|
Loading…
Reference in New Issue
Block a user