Update to upstream version 3.3
This commit is contained in:
parent
9b69a7f334
commit
28d907deea
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ commons-net-2.0-src.tar.gz
|
|||||||
/commons-net-2.2-src.tar.gz
|
/commons-net-2.2-src.tar.gz
|
||||||
/commons-net-3.1-src.tar.gz
|
/commons-net-3.1-src.tar.gz
|
||||||
/commons-net-3.2-src.tar.gz
|
/commons-net-3.2-src.tar.gz
|
||||||
|
/commons-net-3.3-src.tar.gz
|
||||||
|
@ -3,13 +3,12 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.2
|
Version: 3.3
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Internet protocol suite Java library
|
Summary: Internet protocol suite Java library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://commons.apache.org/%{base_name}/
|
URL: http://commons.apache.org/%{base_name}/
|
||||||
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -31,9 +30,6 @@ fundamental protocol access, not higher-level abstractions.
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Group: Documentation
|
|
||||||
Requires: jpackage-utils
|
|
||||||
|
|
||||||
Provides: jakarta-%{short_name}-javadoc = 0:%{version}-%{release}
|
Provides: jakarta-%{short_name}-javadoc = 0:%{version}-%{release}
|
||||||
Obsoletes: jakarta-%{short_name}-javadoc < 0:2.0-3
|
Obsoletes: jakarta-%{short_name}-javadoc < 0:2.0-3
|
||||||
|
|
||||||
@ -64,6 +60,9 @@ rm src/test/java/org/apache/commons/net/time/TimeTCPClientTest.java
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3-1
|
||||||
|
- Update to upstream version 3.3
|
||||||
|
|
||||||
* Wed Jun 05 2013 Michal Srb <msrb@redhat.com> - 3.2-5
|
* Wed Jun 05 2013 Michal Srb <msrb@redhat.com> - 3.2-5
|
||||||
- Enable tests
|
- Enable tests
|
||||||
- Install README, RELEASE-NOTES.txt files
|
- Install README, RELEASE-NOTES.txt files
|
||||||
|
Loading…
Reference in New Issue
Block a user