- Fixed regression with javadocs' Obsoletes/Provides missing again
- Fixed changelog format
This commit is contained in:
parent
91232432f2
commit
ee7e54012d
@ -2,7 +2,7 @@
|
||||
|
||||
Name: apache-%{shortname}
|
||||
Version: 1.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Java API for working with tar, zip and bzip2 files
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -51,6 +51,10 @@ Group: Documentation
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: jpackage-utils
|
||||
|
||||
# Upstream name change
|
||||
Provides: jakarta-%{shortname}-javadoc = %{version}-%{release}
|
||||
Obsoletes: jakarta-%{shortname}-javadoc < 1.0-2
|
||||
|
||||
%description javadoc
|
||||
Development documentation for %{name}.
|
||||
|
||||
@ -115,14 +119,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 31 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-7
|
||||
- Fixed regression with missing Provides/Obsoletes for javadocs
|
||||
- Fixed changelog format
|
||||
|
||||
* Sun May 23 2010 Sandro Mathys <red at fedoraproject.org> - 1.0-6
|
||||
* Fixed Maven depmap to use commons-compress
|
||||
- Fixed Maven depmap to use commons-compress
|
||||
|
||||
* 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
|
||||
* 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
|
||||
- Now using maven2 (mvn-jpp) instead of directly calling javac & co
|
||||
|
Loading…
Reference in New Issue
Block a user