Author: arekm                        Date: Mon Jul 13 09:49:10 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; include more static libs needed by sieve

---- Files affected:
packages/dovecot:
   dovecot.spec (1.115 -> 1.116) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.115 packages/dovecot/dovecot.spec:1.116
--- packages/dovecot/dovecot.spec:1.115 Fri Jul 10 05:46:29 2009
+++ packages/dovecot/dovecot.spec       Mon Jul 13 11:49:05 2009
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8):     Serwer IMAP i POP3 pisany głównie z myślą o 
bezpieczeństwie
 Name:          dovecot
 Version:       1.2.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
@@ -27,6 +27,7 @@
 BuildRequires: automake
 BuildRequires: bzip2-devel
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel >= 2.0}
+BuildRequires: findutils
 BuildRequires: gettext-devel
 %{?with_gssapi:BuildRequires:  heimdal-devel}
 BuildRequires: libcap-devel
@@ -182,9 +183,10 @@
        install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/$folder
        install -p -m644 src/$folder/*.h 
$RPM_BUILD_ROOT%{_includedir}/%{name}/$folder/
 done
-for dir in lib lib-imap lib-mail lib-storage; do
-       install -d $RPM_BUILD_ROOT%{_libdir}/%{name}-devel/src/$dir
-       install -p -m644 src/$dir/*.a 
$RPM_BUILD_ROOT%{_libdir}/%{name}-devel/src/$dir
+for dir in lib lib-auth lib-charset lib-imap lib-index lib-mail lib-storage; do
+       for file in $(find src/$dir -name '*.a'); do
+               install -D -m644 $file 
$RPM_BUILD_ROOT%{_libdir}/%{name}-devel/$file
+       done
 done
 mv $RPM_BUILD_ROOT%{_libdir}/%{name}/dovecot-config 
$RPM_BUILD_ROOT%{_libdir}/%{name}-devel
 
@@ -283,6 +285,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.116  2009/07/13 09:49:05  arekm
+- rel 2; include more static libs needed by sieve
+
 Revision 1.115  2009/07/10 03:46:29  aredridel
 - 1.2.1
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.115&r2=1.116&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to