whoops ... libcorosync* -> corosynclib*

This commit is contained in:
Fabio M. Di Nitto 2009-02-02 10:23:29 +00:00
parent 6d557ac727
commit 9204530604

View File

@ -11,7 +11,7 @@ Source0: http://developer.osdl.org/dev/openais/downloads/corosync-%{version}/cor
Patch0: corosync-trunk.diff Patch0: corosync-trunk.diff
# Runtime bits # Runtime bits
Requires: libcorosync = %{version}-%{release} Requires: corosynclib = %{version}-%{release}
Requires(pre): /usr/sbin/useradd Requires(pre): /usr/sbin/useradd
Requires(post): /sbin/chkconfig Requires(post): /sbin/chkconfig
Requires(preun): /sbin/chkconfig Requires(preun): /sbin/chkconfig
@ -94,15 +94,15 @@ fi
%{_mandir}/man8/corosync-objctl.8* %{_mandir}/man8/corosync-objctl.8*
%{_mandir}/man5/corosync.conf.5* %{_mandir}/man5/corosync.conf.5*
%package -n libcorosync %package -n corosynclib
Summary: The Corosync Cluster Engine Libraries Summary: The Corosync Cluster Engine Libraries
Group: System Environment/Libraries Group: System Environment/Libraries
Conflicts: corosync < 0.92-7 Conflicts: corosync < 0.92-7
%description -n libcorosync %description -n corosynclib
This package contains corosync libraries. This package contains corosync libraries.
%files -n libcorosync %files -n corosynclib
%defattr(-,root,root,-) %defattr(-,root,root,-)
%dir %{_libdir}/corosync %dir %{_libdir}/corosync
%config(noreplace) /etc/ld.so.conf.d/corosync-*.conf %config(noreplace) /etc/ld.so.conf.d/corosync-*.conf
@ -116,23 +116,23 @@ This package contains corosync libraries.
%{_libdir}/corosync/libquorum.so.* %{_libdir}/corosync/libquorum.so.*
%{_libdir}/corosync/libvotequorum.so.* %{_libdir}/corosync/libvotequorum.so.*
%post -n libcorosync -p /sbin/ldconfig %post -n corosynclib -p /sbin/ldconfig
%postun -n libcorosync -p /sbin/ldconfig %postun -n corosynclib -p /sbin/ldconfig
%package -n libcorosync-devel %package -n corosynclib-devel
Summary: The Corosync Cluster Engine Development Kit Summary: The Corosync Cluster Engine Development Kit
Group: Development/Libraries Group: Development/Libraries
Requires: libcorosync = %{version}-%{release} Requires: corosynclib = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
Provides: corosync-devel = 0.92-7 Provides: corosync-devel = 0.92-7
Obsoletes: corosync-devel < 0.92-7 Obsoletes: corosync-devel < 0.92-7
%description -n libcorosync-devel %description -n corosynclib-devel
This package contains include files and man pages used to develop using This package contains include files and man pages used to develop using
The Corosync Cluster Engine APIs. The Corosync Cluster Engine APIs.
%files -n libcorosync-devel %files -n corosynclib-devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%dir %{_docdir}/%{name}-%{version} %dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/README.devmap %doc %{_docdir}/%{name}-%{version}/README.devmap
@ -190,8 +190,8 @@ The Corosync Cluster Engine APIs.
- Update to svn trunk at revision 1756 from upstream. - Update to svn trunk at revision 1756 from upstream.
- Add support pkgconfig to devel package. - Add support pkgconfig to devel package.
- Tidy up spec files by re-organazing sections according to packages. - Tidy up spec files by re-organazing sections according to packages.
- Split libraries from corosync to libcorosync. - Split libraries from corosync to corosynclib.
- Rename corosync-devel to libcorosync-devel. - Rename corosync-devel to corosynclib-devel.
* Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-6.svn1750 * Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.92-6.svn1750
- Update to svn trunk at revision 1750 from upstream. - Update to svn trunk at revision 1750 from upstream.