diff --git a/README.md b/README.md index 47e470f..7a43479 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,3 @@ Mhash is a free (under GNU Lesser GPL) library which provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. - diff --git a/mhash.spec b/mhash.spec index a69b1ea..27eb850 100644 --- a/mhash.spec +++ b/mhash.spec @@ -1,24 +1,22 @@ Name: mhash Version: 0.9.9.9 -Release: 1mamba +Release: 2mamba Summary: A library which provides a uniform interface to a large number of hash algorithms Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://mhash.sourceforge.net/ +URL: https://mhash.sourceforge.net/ Source: http://downloads.sourceforge.net/project/mhash/mhash/%{version}/mhash-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Mhash is a free (under GNU Lesser GPL) library which provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. - %package -n lib%{name} Group: System/Libraries Summary: A library which provides a uniform interface to a large number of hash algorithms @@ -64,11 +62,13 @@ This package contains libraries and header files for developing applications tha %dir %{_includedir}/mutils %{_includedir}/mutils/*.h %{_libdir}/libmhash.a -%{_libdir}/libmhash.la %{_libdir}/libmhash.so %{_mandir}/man3/mhash.3.gz %doc ChangeLog NEWS README TODO %changelog +* Sat Mar 30 2024 Automatic Build System 0.9.9.9-2mamba +- automatic rebuild by autodist + * Sat Dec 08 2012 Silvan Calarco 0.9.9.9-1mamba - package created by silvan using the webbuild interface