Create libcorosync-devel package to replace corosync-devel

This commit is contained in:
Fabio M. Di Nitto 2009-02-02 07:59:42 +00:00
parent cb6bbdfb50
commit f4a7370a9d

View File

@ -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 <fdinitto@redhat.com> - 0.92-6.svn1750
- Update to svn trunk at revision 1750 from upstream.