From f4a7370a9dc95570d2ab4819c5f2b0dc8fc2ab72 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Mon, 2 Feb 2009 07:59:42 +0000 Subject: [PATCH] Create libcorosync-devel package to replace corosync-devel --- corosync.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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.