rpms/uw-imap/devel uw-imap.spec,1.25,1.26 c-client.cf,1.3,NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Feb 7 14:22:19 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/uw-imap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10272

Modified Files:
	uw-imap.spec 
Removed Files:
	c-client.cf 
Log Message:
* Wed Feb 07 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2006e-3
- Obsoletes: libc-client2004g
- cleanup/simplify c-client.cf handling



Index: uw-imap.spec
===================================================================
RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- uw-imap.spec	27 Jan 2007 03:42:20 -0000	1.25
+++ uw-imap.spec	7 Feb 2007 14:21:47 -0000	1.26
@@ -1,11 +1,13 @@
 
+# Fedora review: http://bugzilla.redhat.com/166008
+
 #define snap 0701181849
 #define beta .DEV.SNAP-%{snap}
 
 Summary: UW Server daemons for IMAP and POP network mail protocols
 Name:	 uw-imap 
 Version: 2006e
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0
 License: Apache 2.0 
@@ -20,7 +22,8 @@
 %define somajor   2006
 %define shlibname lib%{soname}.so.%{somajor}
 %define imap_libs lib%{soname}%{somajor}
-#Old naming
+## Old naming
+#define imap_libs	lib%{soname}
 #define imap_libs	imap-libs
 
 # FC4+ uses %%_sysconfdir/pki/tls/certs, previous releases used %%_datadir/ssl/certs
@@ -29,8 +32,6 @@
 # imap -> uw-imap rename
 Obsoletes: imap < 1:%{version}
 
-Source10: c-client.cf
-
 # new pam setup, using new "include" feature
 Source21: imap.pam
 # legacy/old pam setup, using pam_stack.so
@@ -68,6 +69,7 @@
 Group:	 System Environment/Libraries
 Obsoletes: libc-client2004d < 1:2004d-2
 Obsoletes: libc-client2004e < 2004e-2
+Obsoletes: libc-client2004g < 2004g-7
 %description -n %{imap_libs} 
 Provides a common API for accessing mailboxes. 
 
@@ -182,11 +184,12 @@
 install -p -m644 -D %{SOURCE34} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/ipop3
 install -p -m644 -D %{SOURCE35} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/pop3s
 
-# %ghost *.pem files
+## %ghost'd items 
+# *.pem files
 mkdir -p $RPM_BUILD_ROOT%{sslcerts}/
 touch $RPM_BUILD_ROOT%{sslcerts}/{imapd,ipop3d}.pem
-
-install -p -m644 -D %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/c-client.cf
+# c-client.cf
+touch $RPM_BUILD_ROOT%{_sysconfdir}/c-client.cf
 
 
 # FIXME, do this on daemon startup -- Rex
@@ -271,6 +274,10 @@
 
 
 %changelog
+* Wed Feb 07 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2006e-3
+- Obsoletes: libc-client2004g
+- cleanup/simplify c-client.cf handling
+
 * Fri Jan 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2006e-2
 - use /etc/profile.d/krb5-devel.sh
 


--- c-client.cf DELETED ---




More information about the scm-commits mailing list