# $Id$ # Authority: dries # Upstream: Benoit Rouits Summary: POP3 client library Name: libspopc Version: 0.11 Release: 1%{?dist} License: GPL Group: Development/Libraries URL: http://brouits.free.fr/libspopc/ Source: http://brouits.free.fr/libspopc/releases/libspopc-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description libspopc is an easy-to-use POP3 client library that Its primary goal is to provide an easy and quick way to host a POP3 client in a program. It is fully reentrant (when built with -D_RENTRANT) and implements the client side of RFC 1939. It can download email headers and delete emails remotely without actualy downloading the entire message. %package devel Summary: Header files, libraries and development documentation for %{name}. Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %prep %setup # Makefile uses 'FLAGS' instead of 'CFLAGS' %{__perl} -pi -e 's|-Wall|-Wall -fPIC|g;' Makefile %{__perl} -pi -e 's|DESTDIR\)/usr/lib|DESTDIR\)/%{_libdir}|g;' Makefile %build # FIXME doesn't work with _smp_mflags %{__make} %install %{__rm} -rf %{buildroot} %{__install} -d %{buildroot}%{_libdir} %{buildroot}%{_includedir} %{__make} install DESTDIR=%{buildroot} %post /sbin/ldconfig 2>/dev/null %postun /sbin/ldconfig 2>/dev/null %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog README %{_libdir}/libspopc-*.so %files devel #%doc %{_mandir}/man?/* %{_includedir}/libspopc.h %exclude %{_libdir}/*.a %{_libdir}/libspopc.so #%exclude %{_libdir}/*.la %changelog * Sat Aug 29 2009 Dries Verachtert - 0.11-1 - Updated to release 0.11. * Mon Mar 23 2009 Dries Verachtert - 0.10.2-1 - Updated to release 0.10.2. * Sun Feb 01 2009 Dag Wieers - 0.10-1 - Updated to release 0.10. * Fri Dec 12 2008 Dries Verachtert - 0.8-1 - Updated to release 0.8. * Mon May 12 2008 Dries Verachtert - 0.7.8-1 - Updated to release 0.7.8. * Thu Feb 28 2008 Dries Verachtert - 0.7.6-1 - Updated to release 0.7.6. * Thu Sep 20 2007 Dries Verachtert - 0.7.5-1 - Updated to release 0.7.5. * Tue Apr 17 2007 Dries Verachtert - 0.7.4-1 - Updated to release 0.7.4. * Thu Jan 12 2006 Dries Verachtert - 0.7-1 - Initial package.