Summary: Generate or check MD4 message digests Name: md4sum Version: 0.02.03 Release: dm1 License: GPLv2+ Group: Applications/File Source0: http://linux.xulin.de/c/%{name}-%{version}.tar.gz URL: http://linux.xulin.de/c/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Md4sum generates or checks MD4 checksums applying the algorithm specified in RFC 1320. %prep %setup -q -n %{name}-%{version} %build #CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \ #CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \ %configure make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/{bin,share/man/man1} make install prefix=%{buildroot}/usr mandir=%{buildroot}/usr/share/man INSTALL="%{__install} -p" %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README COPYING ChangeLog %{_bindir}/* %{_mandir}/man1/* %changelog * Mon Aug 10 2009 0.02.03.dm1 - Initial EL4 release