]> git.pld-linux.org Git - packages/gazpacho.git/blobdiff - gazpacho.spec
- BR: sed 4
[packages/gazpacho.git] / gazpacho.spec
index 925feb9469aa811bdaf17a45839f00f4c5ec3f1d..d281e5c691b1710ea74401451119dd08193c4d17 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       Building Interfaces the easy way
 Summary(pl):   Tworzenie interfejsów w ³atwy sposób
 Name:          gazpacho
-Version:       0.6.2
-Release:       2
+Version:       0.6.5
+Release:       1
 License:       LGPL
 Group:         Development/Building
 Source0:       http://ftp.acc.umu.se/pub/GNOME/sources/gazpacho/0.6/%{name}-%{version}.tar.bz2
-# Source0-md5: 64311aa9688c456838903b3777703981
+# Source0-md5: 853d2df3bcf3205848e695177bdba6a8
 Patch0:                %{name}-desktop.patch
 URL:           http://gazpacho.sicem.biz/
 BuildRequires: python-devel
+BuildRequires: sed >= 4.0
 Requires:      python-pygtk-gtk >= 1:2.6.0
 %pyrequires_eq python-modules
 BuildArch:     noarch
@@ -69,8 +70,10 @@ umask 022
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
 %postun
-umask 022
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2
+if [ $1 = 0 ]; then
+    umask 022
+    [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.418063 seconds and 4 git commands to generate.