Summary: Replacement for crypt command Name: mcrypt Version: 2.6.4 Release: 2 License: LGPL Group: System Environment/Libraries Packager: Leonard den Ottolander Source: %{name}-%{version}.tar.bz2 URL: http://mcrypt.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libmcrypt-devel, libmhash-devel, zlib-devel Requires: libmcrypt %description A replacement for the old unix crypt(1) command. Mcrypt uses the following encryption (block) algorithms: BLOWFISH, DES, TripleDES, 3-WAY, SAFER-SK64, SAFER-SK128, CAST-128, RC2 TEA (extended), TWOFISH, RC6, IDEA and GOST. The unix crypt algorithm is also included, to allow compatibility with the crypt(1) command. CBC, ECB, OFB and CFB modes of encryption are supported. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" %configure make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog NEWS README THANKS TODO doc/FORMAT doc/magic doc/sample.mcryptrc /usr/bin/* /usr/share/locale/* %doc %{_mandir}/man1/* %changelog * Sun Dec 28 2003 Leonard den Ottolander 2.6.4-2 - built on Red Hat Linux 9 and Fedora Core 1 - cleaned up spec file and got rid of patches * Thu Jul 24 2003 - tcrhak@suse.cz - update to version 2.6.4 * Thu Jun 19 2003 - ro@suse.de - build with current gettext * Thu Dec 19 2002 - tcrhak@suse.cz - update to version 2.6.3 * Fri Aug 16 2002 - prehak@suse.cz - mhash is no more built under mcrypt, it is a separate package now - fixed %%files section * Mon Aug 05 2002 - prehak@suse.cz - update to version 2.6.2 - mhash updated to version 0.8.16 - set path to includes before running of configure * Tue Apr 02 2002 - tcrhak@suse.cz - build with new automake/autoconf * Wed Jan 30 2002 - cihlar@suse.cz - update mcrypt to 2.5.11 - update mhash to 0.8.13 - fixed %%files * Mon Aug 06 2001 - cihlar@suse.cz - fixed calls of autoconf, aclocal and automake * Tue Jun 26 2001 - pblaha@suse.cz - update on 2.5.7 and mhash on 0.8.9 * Mon May 28 2001 - pblaha@suse.cz - fix include on ia64 * Fri Apr 27 2001 - pblaha@suse.cz - fixed .po files for correct locale * Mon Oct 16 2000 - pblaha@suse.cz - update to 2.5.5 and repair czech locales * Mon May 29 2000 - bubnikv@suse.cz - sorted * Mon Apr 17 2000 - bubnikv@suse.cz - new package (2.5.3)