Summary: The mhash library Name: libmhash Version: 0.8.18 Release: 2a Copyright: LGPL Group: System Environment/Libraries Source: http://mhash.sourceforge.net/dl/mhash-%{version}.tar.gz URL: http://download.sourceforge.net/mhash/mhash-0.8.18.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The mhash library provides an easy way to access strong hashes such as MD5, SHA1 and other algorithms. %package devel Summary: Development files of the mhash library. Group: Development/Libraries Requires: libmhash = %{version} %description devel Header file and static library of the mhash library. %prep %setup -q -n mhash-%{version} %build %configure --enable-shared --enable-static make %{?_smp_mflags} %install %makeinstall %clean rm -rf ${RPM_BUILD_ROOT} %post ldconfig %postun ldconfig %files %defattr(-, root, root, 0755) %{_libdir}/libmhash.so* %files devel %defattr(-, root, root, 0755) %doc doc/md5-rfc1321.txt doc/mhash.html doc/example.c doc/skid2-authentication AUTHORS ChangeLog COPYING NEWS README THANKS TODO %{_libdir}/libmhash.a %{_libdir}/libmhash.la %{_includedir}/mhash.h %{_mandir}/man3/mhash.3.gz %changelog * Mon Jan 19 2004 Leonard den Ottolander 0.8.18-2a - Enabled static linking (reintroduced libmhash.a) * Wed Jul 16 2003 Leonard den Ottolander - Changed %%files to include all libmhash.so.* - Moved to version 0.8.18-2 (previous was -1) * Sat Jun 14 2003 Leonard den Ottolander - rebuilt under Red Hat Linux 7.3 - Moved to version 0.8.18 * Mon Oct 01 2001 Peter Soos - rebuilt under RedHat Linux 7.2 beta - Moved to version 0.8.10 * Fri May 04 2001 Peter Soos - rebuilt under RedHat Linux 7.1 * Thu Feb 15 2001 Peter Soos - Moved to version 0.8.9 * Thu Nov 02 2000 Peter Soos - Moved to version 0.8.3 * Sat Jun 24 2000 Peter Soos - Initial version