Author: undefine                     Date: Thu Apr 13 00:26:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initital, not tested yet, only packed

---- Files affected:
SPECS:
   imapfilter.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/imapfilter.spec
diff -u /dev/null SPECS/imapfilter.spec:1.1
--- /dev/null   Thu Apr 13 02:26:57 2006
+++ SPECS/imapfilter.spec       Thu Apr 13 02:26:52 2006
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:       IMAP Filter
+Summary(pl):   Filtr dla IMAP
+Name:          imapfilter
+Version:       1.2.1
+Release:       0.1
+License:       MIT/X Consortium
+Group:         Applications/Mail
+Source0:       http://imapfilter.hellug.gr/source/%{name}-%{version}.tar.gz
+# Source0-md5: 25673a7e93eb256b3b434ab7560dba76
+URL:           http://imapfilter.hellug.gr/
+BuildRequires: lua50-devel
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+%description -l pl
+imapfilter jest narzędziem do filtrowania poczty. Łączy się z zdalnym
+serwerem korzystając z protokołu IMAP, wysyła zapytania na serwer i
+przetwarza skrzynki w zależności od rezultatów. Może być
+wykorzystywany do usuwania, kopiowania, przenoszenia, zmiany flag i
+tym podobnych operacji na skrzynkach na tym samym lub innych
+serwerach. Obsługuje zarówno wersję 4 jak i 4rev1 protokołu IMAP.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       MYCFLAGS="%{rpmcflags}" \
+       INCDIRS="-I/usr/include/lua50" \
+       LIBS="-lm -llua50 -llualib50 -lssl -lcrypto" \
+       BINDIR=%{_bindir} \
+       SHAREDIR=%{_datadir}/%{name} \
+       MANDIR=%{_mandir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       BINDIR=$RPM_BUILD_ROOT%{_bindir} \
+       SHAREDIR=$RPM_BUILD_ROOT%{_datadir}/%{name} \
+       MANDIR=$RPM_BUILD_ROOT%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README NEWS sample.*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_mandir}/man?/*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/13 00:26:52  undefine
+- initital, not tested yet, only packed
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to