rpms/cyrus-imapd/devel cyrus-imapd.spec,1.77,1.78

Michal Hlavinka mhlavink at fedoraproject.org
Fri Jul 9 11:02:10 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/cyrus-imapd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30006

Modified Files:
	cyrus-imapd.spec 
Log Message:
* Fri Jul 07 2010 Michal Hlavinka <mhlavink at redhat.com> - 2.3.16-6
- follow licensing guideline update
- devel sub-package has to have virtual static provides (#609604)



Index: cyrus-imapd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cyrus-imapd/devel/cyrus-imapd.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- cyrus-imapd.spec	8 Jun 2010 11:54:59 -0000	1.77
+++ cyrus-imapd.spec	9 Jul 2010 11:02:10 -0000	1.78
@@ -1,6 +1,6 @@
 Name: cyrus-imapd
 Version: 2.3.16
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 %define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
 
@@ -104,6 +104,7 @@ recipients, SIEVE provides server side e
 %package devel
 Group: Development/Libraries
 Summary: Cyrus IMAP server development files
+Provides: %{name}-static = %{version}-%{release}
 
 %description devel
 The %{name}-devel package contains header files and libraries
@@ -443,6 +444,7 @@ fi
 
 %files devel
 %defattr(0644,root,root,0755)
+%doc COPYRIGHT
 %{_includedir}/cyrus
 %{_libdir}/lib*.a
 %{_mandir}/man3/imclient.3*
@@ -452,6 +454,7 @@ fi
 %doc perl/imap/README
 %doc perl/imap/Changes
 %doc perl/imap/examples
+%doc COPYRIGHT
 %{_bindir}/*
 %dir %{perl_vendorarch}/Cyrus
 %dir %{perl_vendorarch}/Cyrus/IMAP
@@ -476,6 +479,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jul 07 2010 Michal Hlavinka <mhlavink at redhat.com> - 2.3.16-6
+- follow licensing guideline update
+- devel sub-package has to have virtual static provides (#609604)
+
 * Mon Jun 07 2010 Michal Hlavinka <mhlavink at redhat.com> - 2.3.16-5
 - spec cleanup
 - simplified packaging (merge -perl in -utils)



More information about the scm-commits mailing list