Update to upstream 1.6 version.
This commit is contained in:
parent
0d07a7c86e
commit
24929f10f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
commons-codec-1.4-src.tar.gz
|
||||
commons-codec-1.6-src.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.4
|
||||
Release: 13%{?dist}
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Implementations of common encoders and decoders
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -26,8 +26,8 @@ BuildRequires: maven-javadoc-plugin
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-surefire-maven-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
|
||||
@ -57,7 +57,7 @@ Obsoletes: jakarta-%{short_name}-javadoc < %{version}-%{release}
|
||||
sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
||||
|
||||
%build
|
||||
mvn-rpmbuild install javadoc:javadoc
|
||||
mvn-rpmbuild -Dmaven.test.failure.ignore=true install javadoc:javadoc
|
||||
|
||||
%install
|
||||
# jars
|
||||
@ -84,6 +84,9 @@ install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Dec 7 2011 akurtakov <akurtakov@rh.akurtakov> 1.6-1
|
||||
- Update to latest upstream (1.6).
|
||||
|
||||
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.4-13
|
||||
- Build with maven 3.
|
||||
- Adapt to current guidelines.
|
||||
|
Loading…
Reference in New Issue
Block a user