]> git.pld-linux.org Git - packages/xdg-app.git/commitdiff
- ldconfig in proper package; release 2 auto/th/xdg-app-0.4.6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Jan 2016 20:40:08 +0000 (21:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Jan 2016 20:40:08 +0000 (21:40 +0100)
xdg-app.spec

index 819eefd7e3ee386da38c1727fc8c16e3dd16ab8c..6c7b5fbc88585982ea5e39c8c87e5e5b938427a1 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Application deployment framework for desktop apps
 Summary(pl.UTF-8):     Szkielet do wdraĊĵania aplikacji desktopowych
 Name:          xdg-app
 Version:       0.4.6
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Applications
 Source0:       http://www.freedesktop.org/software/xdg-app/releases/%{name}-%{version}.tar.xz
@@ -127,8 +127,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.073012 seconds and 4 git commands to generate.