# # rpm spec for mpack/munpack # Summary: Utilities for encoding and decoding MIME messages Name: mpack Version: 1.6 Release: 2 Group: Applications/File License: BSD-ish Packager: Paul Heinlein Source: ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.6.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Mpack and munpack are utilities for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages. For compatibility with older forms of transferring binary files, the munpack program can also decode messages in split-uuencoded format. %prep %setup -q %build CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --mandir=%{_mandir} make %install rm -rf "$RPM_BUILD_ROOT" make install DESTDIR="$RPM_BUILD_ROOT" %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) %doc README.unix %doc %{_mandir}/*/* %{_bindir}/* %changelog * Thu Oct 21 2004 Paul Heinlein 1.6-2 - clean up source header and buildroot - rebuild * Fri Aug 1 2003 Paul Heinlein 1.6-1 - bumped to 1.6, which uses autoconf * Fri Nov 8 2002 Paul Heinlein - initial release ### ### eof ###