update to 3.1
This commit is contained in:
parent
ab9c9ba65b
commit
6fd296837f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/commons-lang3-3.0.1-src.tar.gz
|
||||
/commons-lang3-3.1-src.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global short_name commons-%{base_name}3
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 3.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides a host of helper utilities for the java.lang API
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
@ -19,7 +19,10 @@ BuildRequires: maven
|
||||
BuildRequires: apache-commons-parent
|
||||
BuildRequires: apache-commons-io
|
||||
BuildRequires: junit4
|
||||
BuildRequires: easymock2
|
||||
BuildRequires: easymock3
|
||||
BuildRequires: maven-antrun-plugin
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
|
||||
Requires: java >= 1:1.6.0
|
||||
@ -85,6 +88,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed May 16 2012 gil cattaneo <puntogil@libero.it> - 3.1-1
|
||||
- update to 3.1
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user