SPECS: dovecot-sieve.spec - pl, initial part of cleanup

qboosh qboosh at pld-linux.org
Fri Jan 11 22:00:32 CET 2008


Author: qboosh                       Date: Fri Jan 11 21:00:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, initial part of cleanup

---- Files affected:
SPECS:
   dovecot-sieve.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/dovecot-sieve.spec
diff -u SPECS/dovecot-sieve.spec:1.3 SPECS/dovecot-sieve.spec:1.4
--- SPECS/dovecot-sieve.spec:1.3	Sat Sep  1 20:23:35 2007
+++ SPECS/dovecot-sieve.spec	Fri Jan 11 22:00:27 2008
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
 Summary:	Sieve plugin for dovecot
+Summary(pl.UTF-8):	Wtyczka Sieve dla dovecota
 Name:		dovecot-sieve
 Version:	1.0.2
 Release:	2
 License:	LGPL
 Group:		Daemons
-URL:		http://www.dovecot.org/
 Source0:	http://dovecot.org/releases/sieve/%{name}-%{version}.tar.gz
 # Source0-md5:  508926fc9ff8e0f6e13506e237d4916b
+URL:		http://www.dovecot.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libtool
@@ -26,15 +27,23 @@
 
 This dovecot plugin is derived is from Cyrus IMAP v2.2.12.
 
+%description -l pl.UTF-8
+Sieve to język używany do tworzenia filtrów dla poczty elektronicznej.
+Zawdzięcza swoje powstanie projektowi CMU Cyrus, twórcom serwera
+pocztowego Cyrus IMAP.
+
+Ta wtyczka dovecota wywodzi się z serwera Cyrus IMAP w wersji 2.2.12.
+
 %prep
 %setup -q
 
 %build
 # crude hack ...
 perl -pi -e's,have_dovecot_libs=no,have_dovecot_libs=yes,g' configure
-%configure --with-dovecot=%{_includedir}/dovecot \
-  INSTALL_DATA="install -c -p -m644"
-# Replace -I$(dovecotdir)/src with -I$(dovecotdir)/src
+%configure \
+	INSTALL_DATA="install -c -p -m644" \
+	--with-dovecot=%{_includedir}/dovecot
+# Replace -I$(dovecot_incdir)/src with -I$(dovecot_incdir)
 # and $(dovecotdir)/src with $(libdir)/dovecot for libraries
 for f in `find . -name Makefile`
 do
@@ -47,10 +56,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT/%{_libdir}/dovecot/plugins/lda/*.a
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+# ??? one of two following commands is bogus
+rm -f $RPM_BUILD_ROOT%{_libdir}/dovecot/plugins/lda/*.a
 mkdir $RPM_BUILD_ROOT%{_libdir}/dovecot/plugins
-mv $RPM_BUILD_ROOT%{_libdir}/dovecot/lda $RPM_BUILD_ROOT%{_libdir}/dovecot/plugins/.
+mv $RPM_BUILD_ROOT%{_libdir}/dovecot/lda $RPM_BUILD_ROOT%{_libdir}/dovecot/plugins
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,7 +73,8 @@
 %attr(755,root,root) %{_libexecdir}/dovecot/sievec
 %attr(755,root,root) %{_libexecdir}/dovecot/sieved
 %attr(755,root,root) %{_libdir}/dovecot/plugins/lda/*.so
-%attr(755,root,root) %{_libdir}/dovecot/plugins/lda/*.la
+# !needed?
+%{_libdir}/dovecot/plugins/lda/*.la
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -68,9 +82,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-01-11 21:00:27  qboosh
+- pl, initial part of cleanup
+
 Revision 1.3  2007-09-01 18:23:35  skibi
 - add md5sum
 
 Revision 1.2  2007/09/01 17:45:45  skibi
 - Requires to exec ./adapter <- adamg
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dovecot-sieve.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list