packages: util-linux-ng/util-linux-ng.spec - rel 4 - moved libblkid to libs...

baggins baggins at pld-linux.org
Tue May 19 17:54:26 CEST 2009


Author: baggins                      Date: Tue May 19 15:54:26 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- moved libblkid to libs package

---- Files affected:
packages/util-linux-ng:
   util-linux-ng.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: packages/util-linux-ng/util-linux-ng.spec
diff -u packages/util-linux-ng/util-linux-ng.spec:1.41 packages/util-linux-ng/util-linux-ng.spec:1.42
--- packages/util-linux-ng/util-linux-ng.spec:1.41	Tue May 19 16:51:01 2009
+++ packages/util-linux-ng/util-linux-ng.spec	Tue May 19 17:54:21 2009
@@ -17,7 +17,7 @@
 Summary(uk.UTF-8):	Набір базових системних утиліт для Linux
 Name:		util-linux-ng
 Version:	2.15
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications/System
 Source0:	ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/%{name}-%{version}.tar.bz2
@@ -358,10 +358,17 @@
 %description -n agetty -l pl.UTF-8
 agetty jest prostym linuksowym getty z obsługą portu szeregowego.
 
+%package libs
+Summary:	util-linux-ng libraries
+Group:		Libraries
+
+%description libs
+util-linux-ng libraries.
+
 %package devel
 Summary:	util-linux-ng libraries and headers
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
 This package contains the libraries and header files needed to
@@ -515,13 +522,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
--/sbin/ldconfig
 
-%postun	-p	/sbin/postshell
+%postun -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
--/sbin/ldconfig
 
 %post -n blockdev
 /sbin/chkconfig --add blockdev
@@ -533,6 +538,9 @@
 	/sbin/chkconfig --del blockdev
 fi
 
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc */README.* text-utils/LICENSE.pg NEWS
@@ -551,9 +559,6 @@
 %attr(755,root,root) /sbin/blkid
 %attr(755,root,root) /sbin/findfs
 
-%attr(755,root,root) /%{_lib}/libblkid.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
-%{_mandir}/man3/libblkid.3*
 %{_mandir}/man8/blkid.8*
 %{_mandir}/man8/findfs.8*
 
@@ -1102,12 +1107,18 @@
 %lang(es) %{_mandir}/es/man8/agetty.8*
 %lang(ja) %{_mandir}/ja/man8/agetty.8*
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) /%{_lib}/libblkid.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libblkid.so
 %{_libdir}/libblkid.la
 %{_includedir}/blkid
 %{_pkgconfigdir}/blkid.pc
+%{_mandir}/man3/libblkid.3*
 
 %files static
 %defattr(644,root,root,755)
@@ -1126,6 +1137,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2009/05/19 15:54:21  baggins
+- rel 4
+- moved libblkid to libs package
+
 Revision 1.41  2009/05/19 14:51:01  baggins
 - libblkid merge is a fialure :/
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-linux-ng/util-linux-ng.spec?r1=1.41&r2=1.42&f=u



More information about the pld-cvs-commit mailing list