Update to upstream version 2.5
This commit is contained in:
parent
6c28c2de01
commit
b318657e5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ commons-io-2.1-src.tar.gz
|
|||||||
/commons-io-2.2-src.tar.gz
|
/commons-io-2.2-src.tar.gz
|
||||||
/commons-io-2.3-src.tar.gz
|
/commons-io-2.3-src.tar.gz
|
||||||
/commons-io-2.4-src.tar.gz
|
/commons-io-2.4-src.tar.gz
|
||||||
|
/commons-io-2.5-src.tar.gz
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
%global base_name io
|
Name: apache-commons-io
|
||||||
%global short_name commons-%{base_name}
|
Version: 2.5
|
||||||
|
Release: 1%{?dist}
|
||||||
Name: apache-%{short_name}
|
|
||||||
Version: 2.4
|
|
||||||
Release: 15%{?dist}
|
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Utilities to assist with developing IO functionality
|
Summary: Utilities to assist with developing IO functionality
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}
|
URL: http://commons.apache.org/io
|
||||||
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
Source0: http://archive.apache.org/dist/commons/io/source/commons-io-%{version}-src.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: java-devel >= 1:1.6
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: apache-commons-parent
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Commons-IO contains utility classes, stream implementations,
|
Commons-IO contains utility classes, stream implementations,
|
||||||
@ -27,12 +25,13 @@ Summary: API documentation for %{name}
|
|||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{short_name}-%{version}-src
|
%setup -q -n commons-io-%{version}-src
|
||||||
sed -i 's/\r//' *.txt
|
sed -i 's/\r//' *.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_file : %{short_name} %{name}
|
%mvn_file : commons-io %{name}
|
||||||
%mvn_alias : org.apache.commons:
|
%mvn_alias : org.apache.commons:
|
||||||
|
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -45,6 +44,9 @@ sed -i 's/\r//' *.txt
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 1:2.5-1
|
||||||
|
- Update to upstream version 2.5
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.4-15
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.4-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user