From c92c8260dd8872d0f2dd6bdcf0d285f1171c95ae Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Jul 09 2010 11:02:10 +0000 Subject: - follow licensing guideline update - devel sub-package has to have virtual static provides (#609604) --- diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 245caaf..e84665a 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -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 email filtering. %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 - 2.3.16-6 +- follow licensing guideline update +- devel sub-package has to have virtual static provides (#609604) + * Mon Jun 07 2010 Michal Hlavinka - 2.3.16-5 - spec cleanup - simplified packaging (merge -perl in -utils)