SPECS: imap.spec - add patch to add get/set ANNOTATIONS support to the c-cl...

glen glen at pld-linux.org
Tue Mar 17 00:43:56 CET 2009


Author: glen                         Date: Mon Mar 16 23:43:56 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add patch to add get/set ANNOTATIONS support to the c-client library (from kolab.org); rel 2

---- Files affected:
SPECS:
   imap.spec (1.121 -> 1.122) 

---- Diffs:

================================================================
Index: SPECS/imap.spec
diff -u SPECS/imap.spec:1.121 SPECS/imap.spec:1.122
--- SPECS/imap.spec:1.121	Mon Dec 29 12:07:05 2008
+++ SPECS/imap.spec	Tue Mar 17 00:43:51 2009
@@ -8,7 +8,7 @@
 Summary(zh_CN.UTF-8):	IMAP和POP服务器
 Name:		imap
 Version:	2007e
-Release:	1
+Release:	2
 Epoch:		1
 License:	Apache v2.0
 Group:		Networking/Daemons
@@ -31,6 +31,7 @@
 Patch6:		%{name}-overflow.patch
 Patch7:		%{name}-version-pld.patch
 Patch8:		%{name}-headers_fix.patch
+Patch9:		%{name}-annotations.patch
 URL:		http://www.washington.edu/imap/
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pam-devel
@@ -292,6 +293,12 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+
+cd docs/rfc
+ls rfc* > ../INDEX.rfc
+cd ../..
+rm -rf docs/{rfc,BUILD}
 
 %build
 # build with non-recommended SSLTYPE (unix) since unix.nopwd would remove
@@ -338,27 +345,27 @@
 	$RPM_BUILD_ROOT/etc/openssl/certs
 %endif
 
-install ./src/ipopd/ipopd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ipop2d.8
-install ./src/ipopd/ipopd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ipop3d.8
-install ./src/imapd/imapd.8 $RPM_BUILD_ROOT%{_mandir}/man8/imapd.8
-install ./src/dmail/dmail.1 $RPM_BUILD_ROOT%{_mandir}/man1
-install ./src/mailutil/mailutil.1 $RPM_BUILD_ROOT%{_mandir}/man1
-install ./src/tmail/tmail.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install src/ipopd/ipopd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ipop2d.8
+install src/ipopd/ipopd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ipop3d.8
+install src/imapd/imapd.8 $RPM_BUILD_ROOT%{_mandir}/man8/imapd.8
+install src/dmail/dmail.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install src/mailutil/mailutil.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install src/tmail/tmail.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-install ./c-client/*.h $RPM_BUILD_ROOT%{_includedir}
-install ./c-client/linkage.c $RPM_BUILD_ROOT%{_includedir}
+install c-client/*.h $RPM_BUILD_ROOT%{_includedir}
+install c-client/linkage.c $RPM_BUILD_ROOT%{_includedir}
 install libc-client.a $RPM_BUILD_ROOT%{_libdir}/libc-client.a
-install ./c-client/libc-client.so $RPM_BUILD_ROOT%{_libdir}/libc-client.so.%{version}.0
+install c-client/libc-client.so $RPM_BUILD_ROOT%{_libdir}/libc-client.so.%{version}.0
 ln -sf libc-client.so.%{version}.0 $RPM_BUILD_ROOT%{_libdir}/libc-client.so
 
 rm -f	$RPM_BUILD_ROOT%{_includedir}/unix.h \
 	$RPM_BUILD_ROOT%{_includedir}/os_*
 
-install ./ipopd/{ipop2d,ipop3d} $RPM_BUILD_ROOT%{_sbindir}
-install ./imapd/imapd $RPM_BUILD_ROOT%{_sbindir}
-install ./dmail/dmail $RPM_BUILD_ROOT%{_bindir}
-install ./mailutil/mailutil $RPM_BUILD_ROOT%{_bindir}
-install ./tmail/tmail $RPM_BUILD_ROOT%{_bindir}
+install ipopd/{ipop2d,ipop3d} $RPM_BUILD_ROOT%{_sbindir}
+install imapd/imapd $RPM_BUILD_ROOT%{_sbindir}
+install dmail/dmail $RPM_BUILD_ROOT%{_bindir}
+install mailutil/mailutil $RPM_BUILD_ROOT%{_bindir}
+install tmail/tmail $RPM_BUILD_ROOT%{_bindir}
 #./mlock/mlock - (sgid mail) standalone mailbox lock program
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/imap
@@ -378,11 +385,6 @@
 
 touch $RPM_BUILD_ROOT/etc/security/blacklist.{pop3,imap}
 
-cd docs/rfc
-ls rfc* > ../INDEX.rfc
-cd ../..
-rm -rf docs/{rfc,BUILD}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -476,6 +478,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.122  2009/03/16 23:43:51  glen
+- add patch to add get/set ANNOTATIONS support to the c-client library (from kolab.org); rel 2
+
 Revision 1.121  2008/12/29 11:07:05  blues
 - CVE note
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/imap.spec?r1=1.121&r2=1.122&f=u



More information about the pld-cvs-commit mailing list