Upgrade to version 1.08
This commit is contained in:
parent
d33ff2c6d3
commit
63c8bc420d
BIN
1.08.tar.gz
Normal file
BIN
1.08.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,10 @@
|
||||
%global githash 25f63a4a5a98a4bc82bb0e155cdf4d28e0c9e8a7
|
||||
Name: curvesapi
|
||||
Version: 1.04
|
||||
Release: 2
|
||||
Version: 1.08
|
||||
Release: 1
|
||||
Summary: Java implementation of various mathematical curves
|
||||
License: BSD
|
||||
URL: https://github.com/virtuald/curvesapi
|
||||
Source0: https://github.com/virtuald/curvesapi/archive/%{githash}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/virtuald/curvesapi/archive/refs/tags/1.08.tar.gz
|
||||
BuildRequires: maven-local mvn(junit:junit)
|
||||
BuildArch: noarch
|
||||
|
||||
@ -22,7 +21,7 @@ Summary: Javadoc for %{name}
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{githash}
|
||||
%setup -q -n %{name}-%{version}
|
||||
for file in r*.txt demo/*.java
|
||||
do
|
||||
sed -i.orig 's|\r||g' $file
|
||||
@ -45,6 +44,9 @@ done
|
||||
%license license.txt
|
||||
|
||||
%changelog
|
||||
* Thu Sep 21 2023 chenchen <chen_aka_jan@163.com> - 1.08-1
|
||||
- Upgrade to version 1.08
|
||||
|
||||
* Fri Nov 11 2022 caodongxia <caodongxia@h-partners.com> - 1.04-2
|
||||
- Modify invalid source0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user