Name: dietlibc Version: 0.24 Release: 1 Group: Library/Utilities URL: http://cr.yp.to/cdb.html Copyright: Check with djb@koobera.math.uic.edu Packager: Blair Lowe #Source0: http://dl.fefe.de/libowfat-0.24.tar.gz Source0: http://dl.fefe.de/dietlibc-0.24.tar.gz Summary: reimplement libdjb Provides: diet BuildRoot: /var/tmp/libdiet-root %description reimplement libdjb primarily for qmail-sms %prep %setup %build make %install # if buildroot is not "/" then remove it to clean up before install [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} mkdir -p %{buildroot} pushd %{buildroot} install -d %{buildroot}%{_bindir} popd install bin-i386/diet %{buildroot}%{_bindir} %clean # if buildroot is not "/" then remove it to clean up before install [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} # Pre/Post-install Scripts ##################################################### %pre %preun # Files List ################################################################### %files %defattr(-,root,root) %doc AUTHOR CAVEAT COPYING Makefile README THANKS BUGS CHANGES FAQ PORTING SECURITY TODO %defattr(755,root,root) %{_bindir} %changelog * Wed Jan 4 2006 Blair Lowe - Version: 0.75-1 - first time packaged