automatic version update by autodist [release 1.4.4-1mamba;Thu Dec 28 2023]

This commit is contained in:
Automatic Build System 2024-01-09 18:19:22 +01:00
parent 6336fdf943
commit f79cd5ba18

View File

@ -1,5 +1,5 @@
Name: rhash
Version: 1.4.3
Version: 1.4.4
Release: 1mamba
Summary: Great utility for computing hash sums
Group: System/Tools
@ -7,7 +7,6 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/rhash/
## GITSOURCE https://github.com/rhash/RHash.git v1.3.6
Source: https://github.com/rhash/RHash.git/v%{version}/RHash-%{version}.tar.bz2
License: MIT, BSD, GPL
## AUTOBUILDREQ-BEGIN
@ -29,7 +28,6 @@ This package contains shared libraries for %{name}.
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
#Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
@ -47,15 +45,15 @@ This package contains libraries and header files for developing applications tha
--libdir=%{_libdir} \
--mandir=%{_mandir}
%make build-shared lib-static
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall install-lib-shared install-lib-static
%makeinstall install install-lib-headers
chmod +x %{buildroot}%{_libdir}/librhash.so.*
#chmod +x %{buildroot}%{_libdir}/librhash.so.*
ln -s librhash.so.0 %{buildroot}%{_libdir}/librhash.so
ln -s librhash.so.1 %{buildroot}%{_libdir}/librhash.so
%find_lang %{name} || touch %{name}.lang
@ -103,11 +101,14 @@ ln -s librhash.so.0 %{buildroot}%{_libdir}/librhash.so
%defattr(-,root,root)
%{_includedir}/rhash.h
%{_includedir}/rhash_torrent.h
%{_libdir}/librhash.a
#%{_libdir}/librhash.a
%{_libdir}/librhash.so
%doc ChangeLog
%changelog
* Thu Dec 28 2023 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
- automatic version update by autodist
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
- automatic version update by autodist