Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2af85ad4b6 |
3 changed files with 7 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ commons-math-2.0-src.tar.gz
|
|||
/commons-math3-3.0-src.tar.gz
|
||||
/commons-math3-3.1-src.tar.gz
|
||||
/commons-math3-3.1.1-src.tar.gz
|
||||
/commons-math3-3.2-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global short_name commons-%{base_name}3
|
||||
|
||||
Name: apache-commons-math
|
||||
Version: 3.1.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Java library of lightweight mathematics and statistics components
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -14,7 +14,6 @@ Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short
|
|||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
BuildArch: noarch
|
||||
|
|
@ -28,7 +27,6 @@ Java programming language or Commons Lang.
|
|||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
Group: Documentation
|
||||
Requires: jpackage-utils
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
|
@ -67,6 +65,9 @@ cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat May 11 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2-1
|
||||
- Update to 3.2
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8d1b5934304262797c56d19a5c3305ad commons-math3-3.1.1-src.tar.gz
|
||||
a44e9b189fbf53e06f75cb6728c3642a commons-math3-3.2-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue