- follow licensing guideline update

- devel sub-package has to have virtual static provides (#609604)
This commit is contained in:
Michal Hlavinka 2010-07-09 11:02:10 +00:00
parent aff248446c
commit c92c8260dd

View File

@ -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 <mhlavink@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@redhat.com> - 2.3.16-5
- spec cleanup
- simplified packaging (merge -perl in -utils)