diff --git a/corosync.spec b/corosync.spec index e1fe0dc..7b12e83 100644 --- a/corosync.spec +++ b/corosync.spec @@ -106,17 +106,19 @@ fi %{_mandir}/man8/corosync-objctl.8* %{_mandir}/man5/corosync.conf.5* -%package devel -Summary: The Corosync Cluster Engine +%package -n libcorosync-devel +Summary: The Corosync Cluster Engine Development Kit Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig +Provides: corosync-devel = 0.92-7 +Obsoletes: corosync-devel < 0.92-7 -%description devel +%description -n libcorosync-devel This package contains include files and man pages used to develop using The Corosync Cluster Engine APIs. -%files devel +%files -n libcorosync-devel %defattr(-,root,root,-) %dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/README.devmap @@ -174,6 +176,7 @@ The Corosync Cluster Engine APIs. - Update to svn trunk at revision 1756 from upstream. - Add support pkgconfig to devel package. - Tidy up spec files by re-organazing sections according to packages. +- Rename corosync-devel to libcorosync-devel. * Tue Jan 27 2009 Fabio M. Di Nitto - 0.92-6.svn1750 - Update to svn trunk at revision 1750 from upstream.