automatic version update by autodist [release 1.0.1-1mamba;Sat Sep 09 2017]
This commit is contained in:
parent
adfa38058b
commit
77ebf6130c
@ -1,5 +1,5 @@
|
||||
Name: libtommath
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
Release: 1mamba
|
||||
Summary: Portable number theoretic multiple-precision integer library written entirely in C
|
||||
Group: System/Libraries
|
||||
@ -33,12 +33,14 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%build
|
||||
%make -f makefile.shared \
|
||||
LIBPATH=%{_libdir}
|
||||
LIBPATH=%{_libdir} \
|
||||
INCPATH=%{_includedir}
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -f makefile.shared \
|
||||
LIBPATH=%{_libdir}
|
||||
LIBPATH=%{_libdir} \
|
||||
INCPATH=%{_includedir}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -57,8 +59,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libtommath.a
|
||||
%{_libdir}/libtommath.la
|
||||
%{_libdir}/libtommath.so
|
||||
%{_libdir}/pkgconfig/libtommath.pc
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user