rebuilt with debug package and library permissions fixed [release 1.2.0-2mamba;Sun Aug 01 2021]
This commit is contained in:
parent
b87d1c9b8c
commit
626e2dde05
@ -1,19 +1,17 @@
|
||||
Name: libtommath
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Version: 1.2.0
|
||||
Release: 2mamba
|
||||
Summary: Portable number theoretic multiple-precision integer library written entirely in C
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.libtom.net
|
||||
## GITSOURCE https://github.com/libtom/libtommath.git v1.0
|
||||
URL: https://www.libtom.net/LibTomMath/
|
||||
Source: https://github.com/libtom/libtommath.git/v%{version}/libtommath-%{version}.tar.bz2
|
||||
License: Public Domain
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
|
||||
@ -42,6 +40,8 @@ This package contains libraries and header files for developing applications tha
|
||||
LIBPATH=%{_libdir} \
|
||||
INCPATH=%{_includedir}
|
||||
|
||||
chmod +x %{buildroot}%{_libdir}/libtommath.so.*
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -63,6 +63,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Aug 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
||||
- rebuilt with debug package and library permissions fixed
|
||||
|
||||
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 01 2019 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user