rpms/uw-imap/FC-5 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 uw-imap.spec, 1.10, 1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Sep 29 18:02:19 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/uw-imap/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv783

Modified Files:
	.cvsignore sources uw-imap.spec 
Log Message:
* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2006a-1
- imap-2006a
- omit static lib (for now, at least)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/uw-imap/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Sep 2006 15:57:38 -0000	1.3
+++ .cvsignore	29 Sep 2006 18:02:19 -0000	1.4
@@ -1 +1,2 @@
 imap-2006.tar.Z
+imap-2006a.tar.Z


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/uw-imap/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Sep 2006 15:57:38 -0000	1.3
+++ sources	29 Sep 2006 18:02:19 -0000	1.4
@@ -1 +1 @@
-ab38578a0b00cbed6c3957898d70f76b  imap-2006.tar.Z
+70b98056744f44aa52ccf4f668872b8e  imap-2006a.tar.Z


Index: uw-imap.spec
===================================================================
RCS file: /cvs/extras/rpms/uw-imap/FC-5/uw-imap.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- uw-imap.spec	21 Sep 2006 18:44:02 -0000	1.10
+++ uw-imap.spec	29 Sep 2006 18:02:19 -0000	1.11
@@ -5,10 +5,11 @@
 
 Summary: UW Server daemons for IMAP and POP network mail protocols
 Name:	 uw-imap 
-Version: 2006
-Release: 2%{?dist}.1
+Version: 2006a
+Release: 1%{?dist}
 
-License: University of Washington Free-Fork License
+# See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0
+License: Apache 2.0 
 Group: 	 System Environment/Daemons
 URL:	 http://www.washington.edu/imap/
 # Old (non-latest) releases live at  ftp://ftp.cac.washington.edu/imap/old/
@@ -16,7 +17,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define soname    c-client
-%define somajor  %{version} 
+#define somajor   %{version} 
+%define somajor   2006
 %define shlibname lib%{soname}.so.%{somajor}
 %define imap_libs lib%{soname}%{somajor}
 #Old naming
@@ -78,7 +80,16 @@
 Obsoletes: imap-devel < 1:%{version}
 Conflicts: libc-client-devel
 %description devel
-Contains the header files and static libraries for developing programs 
+Contains the header files and libraries for developing programs 
+which will use the UW C-client common API.
+
+%package static 
+Summary: UW IMAP static library
+Group:   Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+Requires: krb5-devel openssl-devel pam-devel
+%description static 
+Contains static libraries for developing programs
 which will use the UW C-client common API.
 
 %package utils
@@ -188,7 +199,11 @@
 EOF
 install -p -m644 -D c-client.cf $RPM_BUILD_ROOT%{_sysconfdir}/c-client.cf
 
+# include/omit static lib?
+%{!?_with_static:rm -f $RPM_BUILD_ROOT%{_libdir}/*.a }
+
 
+# FIXME, do this on daemon startup -- Rex
 %post
 {
 cd %{sslcerts} &> /dev/null || :
@@ -258,20 +273,36 @@
 %attr(2755, root, mail) %{_sbindir}/mlock
 %{_mandir}/man1/*
 
-%files -n lib%{soname}%{version}
+%files -n %{imap_libs} 
 %defattr(-,root,root)
+%doc LICENSE.txt NOTICE SUPPORT 
 %doc docs/RELNOTES docs/*.txt
 %{_libdir}/lib%{soname}.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/imap/
+%{_libdir}/lib%{soname}.so
+
+%if "%{?_with_static:1}" == "1"
+%files static
+%defattr(-,root,root,-)
 %{_libdir}/c-client.a
 %{_libdir}/libc-client.a
-%{_libdir}/lib%{soname}.so
+%endif
 
 
 %changelog
+* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2006a-1
+- imap-2006a
+- omit static lib (for now, at least)
+
+* Mon Sep 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2006-4
+- -devel-static: package static lib separately. 
+
+* Mon Sep 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2006-3
+- License: Apache 2.0
+
 * Fri Sep 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2006-2
 - imap-2006
 - change default (CREATEPROTO) driver to mix




More information about the scm-commits mailing list