Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4e6f01f7b | ||
|
|
fb23e29155 | ||
|
|
5bd1248dfe |
3 changed files with 16 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@ commons-math-2.0-src.tar.gz
|
|||
/commons-math-2.1-src.tar.gz
|
||||
/commons-math-2.2-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.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Java library of lightweight mathematics and statistics components
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -39,7 +39,7 @@ This package contains the API documentation for %{name}.
|
|||
|
||||
|
||||
%build
|
||||
mvn-rpmbuild install javadoc:javadoc
|
||||
mvn-rpmbuild install javadoc:aggregate
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -67,6 +67,15 @@ cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat May 11 2013 Mohamed El Morabity <pikachu.2014@gmail.com> - 3.2-1
|
||||
- Update to 3.2
|
||||
|
||||
* Tue Jan 15 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.1-1
|
||||
- Update to 3.1.1
|
||||
|
||||
* Sun Dec 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1-1
|
||||
- Update to 3.1
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4fdbdc4427b15b2f930dee9240790552 commons-math3-3.0-src.tar.gz
|
||||
a44e9b189fbf53e06f75cb6728c3642a commons-math3-3.2-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue