Update to new upstream version 1.3
This commit is contained in:
parent
59bb07839b
commit
6e53eafa2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
commons-compress-1.0-src.tar.gz
|
commons-compress-1.0-src.tar.gz
|
||||||
/commons-compress-1.1-src.tar.gz
|
/commons-compress-1.1-src.tar.gz
|
||||||
/commons-compress-1.2-src.tar.gz
|
/commons-compress-1.2-src.tar.gz
|
||||||
|
/commons-compress-1.3-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.2
|
Version: 1.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java API for working with tar, zip and bzip2 files
|
Summary: Java API for working with tar, zip and bzip2 files
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -14,6 +14,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: java-devel >= 1:1.6.0
|
BuildRequires: java-devel >= 1:1.6.0
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: apache-commons-parent
|
BuildRequires: apache-commons-parent
|
||||||
|
BuildRequires: junit4
|
||||||
|
BuildRequires: maven-surefire-provider-junit4
|
||||||
Requires: java >= 1:1.6.0
|
Requires: java >= 1:1.6.0
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
Requires(post): jpackage-utils
|
Requires(post): jpackage-utils
|
||||||
@ -87,6 +89,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 01 2011 Sandro Mathys <red at fedoraproject.org> - 1.3-1
|
||||||
|
- Updated to 1.3
|
||||||
|
|
||||||
* Thu Aug 04 2011 Sandro Mathys <red at fedoraproject.org> - 1.2-2
|
* Thu Aug 04 2011 Sandro Mathys <red at fedoraproject.org> - 1.2-2
|
||||||
- Fixing mistake where different versions of the spec file got mixed up
|
- Fixing mistake where different versions of the spec file got mixed up
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user