Update to latest version 1.7
This commit is contained in:
parent
434d6d2181
commit
2b3783f09d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
commons-codec-1.4-src.tar.gz
|
/.project
|
||||||
commons-codec-1.6-src.tar.gz
|
/commons-codec-1.7-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implementations of common encoders and decoders
|
Summary: Implementations of common encoders and decoders
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -31,9 +31,7 @@ BuildRequires: maven-surefire-provider-junit4
|
|||||||
Requires: java >= 1:1.6.0
|
Requires: java >= 1:1.6.0
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
|
|
||||||
Provides: jakarta-%{short_name} = %{version}-%{release}
|
# It looks like there are packages in F-18 that BR/R the short name
|
||||||
Obsoletes: jakarta-%{short_name} < %{version}-%{release}
|
|
||||||
# It looks like there are packages in F-13 that BR/R the short name
|
|
||||||
Provides: %{short_name} = %{version}-%{release}
|
Provides: %{short_name} = %{version}-%{release}
|
||||||
Obsoletes: %{short_name} < %{version}-%{release}
|
Obsoletes: %{short_name} < %{version}-%{release}
|
||||||
|
|
||||||
@ -46,7 +44,6 @@ Phonetic and URLs.
|
|||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
Obsoletes: jakarta-%{short_name}-javadoc < %{version}-%{release}
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -86,6 +83,10 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 25 2012 Mat Booth <fedora@matbooth.co.uk> - 1.7-1
|
||||||
|
- Update to 1.7.
|
||||||
|
- Can finally remove the provides/obsoletes on the old jakarta name.
|
||||||
|
|
||||||
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-5
|
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-5
|
||||||
- Restore apache-commons-codec.jar symlink, resolves #857947
|
- Restore apache-commons-codec.jar symlink, resolves #857947
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user