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