rpms/imapfilter/F-11 imapfilter-configure.patch, NONE, 1.1 imapfilter.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

dsommers dsommers at fedoraproject.org
Mon Nov 16 18:03:06 UTC 2009


Author: dsommers

Update of /cvs/pkgs/rpms/imapfilter/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19027/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	imapfilter-configure.patch imapfilter.spec import.log 
Log Message:
Imported imapfilter-2.0.11 for F-11


imapfilter-configure.patch:
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE imapfilter-configure.patch ---
diff --git a/configure b/configure
index 6b5b0d5..0be3f84 100755
--- a/configure
+++ b/configure
@@ -13,7 +13,7 @@ crammd5="yes"
 incdirs="-I/usr/local/include"
 libdirs="-L/usr/local/lib"
 
-mycflags="$CFLAGS -Wall -O"
+mycflags="$CFLAGS -Wall"
 myldflags="$LDFLAGS"
 
 libs="-lm -llua -lpcre"


--- NEW FILE imapfilter.spec ---
Name:           imapfilter
Version:        2.0.11
Release:        3%{?dist}
Summary:        A flexible client side mail filtering utility for IMAP servers

Group:          Applications/Internet
License:        MIT
URL:            http://imapfilter.hellug.gr/
Source0:        http://imapfilter.hellug.gr/source/imapfilter-%{version}.tar.bz2
Patch0:         http://people.redhat.com/~dsommers/imapfilter/imapfilter-configure.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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
%patch0 -p1

%build
# As the ./configure script in imapfilter is not autotools based, other arguments need to
# be used.  This will cause rpmlint configure-without-libdir-spec warnings on the spec file
# and the src.rpm.
CFLAGS=$RPM_OPT_FLAGS ./configure -p %{_prefix} -b %{_bindir} -s %{_datadir}/imapfilter -m %{_mandir}
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_bindir}/imapfilter
%{_datadir}/imapfilter/
%{_mandir}/man1/imapfilter.1.gz
%{_mandir}/man5/imapfilter_config.5.gz


%changelog
* Tue Oct 13 2009 David Sommerseth <davids at redhat.com> - 2.0.11-3
- Apply patch overriding -O optimisation and removed not needed install lines

* Thu Sep 24 2009 David Sommerseth <davids at redhat.com> - 2.0.11-2
- Use $RPM_OPT_FLAGS as CFLAGS

* Wed Sep 23 2009 David Sommerseth <davids at redhat.com> - 2.0.11-1
- Updated to imapfilter-2.0.11 and more clean up in spec rules

* Mon Aug 10 2009 David Sommerseth <davids at redhat.com> - 2.0.10-2
- Cleaned up the spec rules

* Thu Aug  6 2009 David Sommerseth <davids at redhat.com> - 2.0.10-1
- First cut at spec file for imapfilter



--- NEW FILE import.log ---
imapfilter-2_0_11-3_fc11:F-11:imapfilter-2.0.11-3.fc11.src.rpm:1258394557


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/imapfilter/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Nov 2009 17:57:11 -0000	1.1
+++ .cvsignore	16 Nov 2009 18:03:06 -0000	1.2
@@ -0,0 +1 @@
+imapfilter-2.0.11.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/imapfilter/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Nov 2009 17:57:11 -0000	1.1
+++ sources	16 Nov 2009 18:03:06 -0000	1.2
@@ -0,0 +1 @@
+752a895a17754666a490bd445577309d  imapfilter-2.0.11.tar.bz2




More information about the fedora-extras-commits mailing list