]> git.pld-linux.org Git - packages/arts.git/commitdiff
- release 3 - run ldconfig in post of each package - STBR arts-1_0_3-3
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 2 Sep 2002 14:48:11 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts.spec -> 1.9

arts.spec

index 291c38aeefac387c74645087e3b95c3496b993d3..806c95ff8d69945a00c821772f5e148b068d7ad3 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -4,7 +4,7 @@ Summary(pt_BR): Servidor de sons usado pelo KDE
 Name:          arts
 %define        _kdever 3.0.3
 Version:       1.0.3
-Release:       2
+Release:       3
 Epoch:         10
 License:       LGPL
 Vendor:                The KDE Team
@@ -122,6 +122,15 @@ rm -rf $RPM_BUILD_ROOT
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post X11   -p /sbin/ldconfig
+%postun X11 -p /sbin/ldconfig
+
+%post qt   -p /sbin/ldconfig
+%postun qt -p /sbin/ldconfig
+
+%post glib   -p /sbin/ldconfig
+%postun glib -p /sbin/ldconfig
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.118001 seconds and 4 git commands to generate.