Accepting request 460166 from home:SShyukriev:branches:Java:packages
- Update to version 3.6.1 * Minor bug fix release OBS-URL: https://build.opensuse.org/request/show/460166 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-math?expand=0&rev=3
This commit is contained in:
parent
d61c4b5541
commit
504c041675
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 09:44:48 UTC 2017 - shshyukriev@suse.com
|
||||
|
||||
- Update to version 3.6.1
|
||||
* Minor bug fix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 08:53:22 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apache-commons-math
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-commons-math
|
||||
Version: 3.5
|
||||
Version: 3.6.1
|
||||
Release: 0
|
||||
Summary: The Apache Commons Mathematics Library
|
||||
License: Apache-2.0
|
||||
@ -65,7 +65,7 @@ ant -Dant.build.javac.source=1.5 \
|
||||
|
||||
%install
|
||||
# jars
|
||||
install -Dpm 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
|
||||
install -Dpm 644 target/%{short_name}*.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
|
||||
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|apache-||g"`; done)
|
||||
(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
|
||||
|
||||
@ -76,7 +76,7 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
||||
|
||||
# javadoc
|
||||
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
|
||||
cp -pr target/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
|
||||
cp -pr target/apidocs/ %{buildroot}%{_javadocdir}/%{name}-%{version}/
|
||||
ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
%files
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4548aaf0839f3aaabd3ade405904609e0dcebd6ecdba2ccbd1e6ce5ad904702
|
||||
size 3438444
|
3
commons-math3-3.6.1-src.tar.gz
Normal file
3
commons-math3-3.6.1-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46171449bcfb7d76912275ed1af9ef7de03f7eb1cb9a801e3faf304cc8f586a6
|
||||
size 3665572
|
Loading…
Reference in New Issue
Block a user