Name: imapfilter Version: 2.5.5 Release: 2%{?dist} Summary: A flexible client side mail filtering utility for IMAP servers Group: Applications/Internet License: MIT URL: https://github.com/lefcha/imapfilter/ # Thanks to githubs new regime, we're not given any extention on the download - but it is a tar.gz file. # Source URL https://codeload.github.com/lefcha/imapfilter/tar.gz/v%{version} # Download it and save it as imapfilter-%{version}.tar.gz # And yeah, rpmlint will complain. Source0: imapfilter-%{version}.tar.gz Patch0: http://people.redhat.com/~dsommers/imapfilter/imapfilter-makefile-fix-v2.5.5.patch BuildRequires: openssl-devel lua-devel pcre-devel %description IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server and processes mailboxes based on the results. It can be used to delete, copy, move, flag, etc. messages residing in mailboxes at the same or different mail servers. The 4rev1 and 4 versions of the IMAP protocol are supported. %prep %setup -q -n imapfilter-%{version} %patch0 -p1 %build # imapfilter does not have any autotools based ./configure - just a plain Makefile CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %files %doc README LICENSE %{_bindir}/imapfilter %{_datadir}/imapfilter/ %{_mandir}/man1/imapfilter.1.gz %{_mandir}/man5/imapfilter_config.5.gz %changelog * Sat Aug 03 2013 Fedora Release Engineering - 2.5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 2 2013 David Sommerseth - 2.5.5-1 - Updated to upstream imapfilter-2.5.5 - Updated download URL and generally cleaned up spec file * Thu Feb 14 2013 Fedora Release Engineering - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Feb 27 2012 David Sommerseth - 2.5-1 - Updated to latest upstream version - Replaced the configure patch with a makefile patch, as upstream has changed their building methods * Fri Feb 10 2012 Petr Pisar - 2.2.2-4 - Rebuild against PCRE 8.30 * Fri Jan 13 2012 Fedora Release Engineering - 2.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 2.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Feb 25 2010 David Sommerseth - 2.2.2-1 - Updated to latest upstream version * Tue Oct 13 2009 David Sommerseth - 2.0.11-3 - Apply patch overriding -O optimisation and removed not needed install lines * Thu Sep 24 2009 David Sommerseth - 2.0.11-2 - Use $RPM_OPT_FLAGS as CFLAGS * Wed Sep 23 2009 David Sommerseth - 2.0.11-1 - Updated to imapfilter-2.0.11 and more clean up in spec rules * Mon Aug 10 2009 David Sommerseth - 2.0.10-2 - Cleaned up the spec rules * Thu Aug 6 2009 David Sommerseth - 2.0.10-1 - First cut at spec file for imapfilter