SPECS: libgtksourceviewmm.spec - run /sbin/ldconfig in %post{, un} ...

megabajt megabajt at pld-linux.org
Fri Mar 16 16:40:13 CET 2007


Author: megabajt                     Date: Fri Mar 16 15:40:13 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- run /sbin/ldconfig in %post{,un}
- removed TODO

---- Files affected:
SPECS:
   libgtksourceviewmm.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/libgtksourceviewmm.spec
diff -u SPECS/libgtksourceviewmm.spec:1.2 SPECS/libgtksourceviewmm.spec:1.3
--- SPECS/libgtksourceviewmm.spec:1.2	Fri Mar 16 13:19:34 2007
+++ SPECS/libgtksourceviewmm.spec	Fri Mar 16 16:40:08 2007
@@ -1,8 +1,5 @@
 # $Revision$, $Date$
 #
-# TODO:
-# - finish pl description and summary
-#
 # Conditional build:
 %bcond_without	apidocs		# don't generate documentation with doxygen
 #
@@ -23,6 +20,7 @@
 BuildRequires:	gtksourceview-devel >= 1.8.5
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
+Requires(post,postun):	/sbin/ldconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -97,6 +95,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
@@ -126,6 +127,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/03/16 15:40:08  megabajt
+- run /sbin/ldconfig in %post{,un}
+- removed TODO
+
 Revision 1.2  2007/03/16 12:19:34  beorn
 - Polish translation in base package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libgtksourceviewmm.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list