Summary: Extracts attachments out of mailpack format emails. Name: ripmime Version: 1.3.0.5 Release: 1 License: BSD Group: Applications/System URL: http://www.pldaniels.com/ripmime/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description ripMIME is a small program which has been developed as part of the commercial Xamime development (http://www.xamime.com). ripMIME has been written with one sole purpose in mind, to extract the attached files out of a MIME encoded email package. %package devel Summary: ripemime - development header files and library Group: Development/Libraries %description devel This package contains the development header files and library necessary to develope applications based on ripmime library. %prep %setup %build %{__make} %{__make} libripmime %install rm -rf %{buildroot} install -d %{buildroot}%{_bindir}/ install -d %{buildroot}%{_libdir}/ install -d %{buildroot}%{_includedir}/%{name}/ install -m755 ripmime %{buildroot}%{_bindir}/ install -m755 libripmime.a %{buildroot}%{_libdir}/ install -m755 mime.h %{buildroot}%{_includedir}/%{name}/ install -m755 logger.h %{buildroot}%{_includedir}/%{name}/ %clean rm -rf %{buildroot} %files %defattr(0644,root,root,0755) %doc CHANGELOG CONTRIBUTORS INSTALL LICENSE README TODO %attr(0755,root,root) %{_bindir}/ripmime %files devel %defattr(0644,root,root,0755) %{_libdir}/libripmime.a %{_includedir}/%{name}/mime.h %{_includedir}/%{name}/logger.h %changelog * Sun Nov 23 2003 Petr Kri¹tof - Rebuild on FC1 - Update to 1.3.0.5 * Wed Sep 17 2003 Petr Kri¹tof - Based on MDK package - Initial RH-8.0 build