rpms/corosync/devel corosync.spec,1.11,1.12

Fabio M. Di Nitto fabbione at fedoraproject.org
Mon Feb 2 10:24:00 UTC 2009


Author: fabbione

Update of /cvs/pkgs/rpms/corosync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10030

Modified Files:
	corosync.spec 
Log Message:
whoops ... libcorosync* -> corosynclib*



Index: corosync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/corosync/devel/corosync.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- corosync.spec	2 Feb 2009 10:19:41 -0000	1.11
+++ corosync.spec	2 Feb 2009 10:23:29 -0000	1.12
@@ -11,7 +11,7 @@
 Patch0: corosync-trunk.diff
 
 # Runtime bits
-Requires: libcorosync = %{version}-%{release}
+Requires: corosynclib = %{version}-%{release}
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -94,15 +94,15 @@
 %{_mandir}/man8/corosync-objctl.8*
 %{_mandir}/man5/corosync.conf.5*
 
-%package -n libcorosync
+%package -n corosynclib
 Summary: The Corosync Cluster Engine Libraries
 Group: System Environment/Libraries
 Conflicts: corosync < 0.92-7
 
-%description -n libcorosync
+%description -n corosynclib
 This package contains corosync libraries.
 
-%files -n libcorosync
+%files -n corosynclib
 %defattr(-,root,root,-)
 %dir %{_libdir}/corosync
 %config(noreplace) /etc/ld.so.conf.d/corosync-*.conf
@@ -116,23 +116,23 @@
 %{_libdir}/corosync/libquorum.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
 Group: Development/Libraries
-Requires: libcorosync = %{version}-%{release}
+Requires: corosynclib = %{version}-%{release}
 Requires: pkgconfig
 Provides: 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
 The Corosync Cluster Engine APIs.
 
-%files -n libcorosync-devel
+%files -n corosynclib-devel
 %defattr(-,root,root,-)
 %dir %{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}/README.devmap
@@ -190,8 +190,8 @@
 - 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.
-- Split libraries from corosync to libcorosync.
-- Rename corosync-devel to libcorosync-devel.
+- Split libraries from corosync to corosynclib.
+- Rename corosync-devel to corosynclib-devel.
 
 * Tue Jan 27 2009 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.92-6.svn1750
 - Update to svn trunk at revision 1750 from upstream.




More information about the fedora-extras-commits mailing list