]> git.pld-linux.org Git - packages/wine.git/commitdiff
- update-desktop-database (.desktop specifies MimeType) auto/th/wine-1_2_3-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Sep 2011 21:28:32 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.401

wine.spec

index 5ed1231036491bbf7a00ac2d2dc16cc7afb38911..faf031081f1b11b3be167023d27c121c5eea5e0d 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -32,7 +32,7 @@ Summary(pl.UTF-8):    Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:          wine
 Version:       1.2.3
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
@@ -103,6 +103,7 @@ Requires:   libfreetype.so.6()(64bit)
 %else
 Requires:      libfreetype.so.6
 %endif
+Requires(post):        /sbin/ldconfig
 Suggests:      binfmt-detector
 Suggests:      ca-certificates
 Conflicts:     ca-certificates < 20080809-4
@@ -411,7 +412,10 @@ cp -a %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
+%post
+ /sbin/ldconfig
+%update_desktop_database
+
 %postun -p /sbin/ldconfig
 
 %triggerpostun -- wine < 1:0.9.12-1.9
This page took 0.292772 seconds and 4 git commands to generate.