packages: dovecot/dovecot.spec - added lib-dict to -devel (for new dovecot-...

charles charles at pld-linux.org
Thu Jan 28 23:53:48 CET 2010


Author: charles                      Date: Thu Jan 28 22:53:48 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added lib-dict to -devel (for new dovecot-sieve)
- rel. 2

---- Files affected:
packages/dovecot:
   dovecot.spec (1.131 -> 1.132) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.131 packages/dovecot/dovecot.spec:1.132
--- packages/dovecot/dovecot.spec:1.131	Mon Jan 25 08:03:53 2010
+++ packages/dovecot/dovecot.spec	Thu Jan 28 23:53:43 2010
@@ -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.10
-Release:	1
+Release:	2
 Epoch:		1
 License:	MIT (libraries), LGPL v2.1 (the rest)
 Group:		Networking/Daemons
@@ -178,11 +178,11 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins{,/auth,/imap}/*.la
 
 # devel
-for folder in deliver imap lib lib-imap lib-mail lib-storage; do
+for folder in deliver imap lib lib-dict lib-imap lib-mail lib-storage; do
 	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-auth lib-charset lib-imap lib-index lib-mail lib-storage; do
+for dir in lib lib-auth lib-charset lib-dict 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
@@ -286,6 +286,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.132  2010/01/28 22:53:43  charles
+- added lib-dict to -devel (for new dovecot-sieve)
+- rel. 2
+
 Revision 1.131  2010/01/25 07:03:53  dzeus
 - up to 1.2.10 (bugfixes)
 
================================================================

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



More information about the pld-cvs-commit mailing list