From f79cd5ba184c902d3d1b7abd2e1807769f07f1c6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 9 Jan 2024 18:19:22 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4.4-1mamba;Thu Dec 28 2023] --- rhash.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/rhash.spec b/rhash.spec index 5591b0e..0605f5a 100644 --- a/rhash.spec +++ b/rhash.spec @@ -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 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 1.4.4-1mamba +- automatic version update by autodist + * Fri Jun 17 2022 Automatic Build System 1.4.3-1mamba - automatic version update by autodist