]> git.pld-linux.org Git - packages/gazpacho.git/blobdiff - gazpacho.spec
- BR: sed 4
[packages/gazpacho.git] / gazpacho.spec
index d0abc1b12c6f7bc5530d684831b4a7791da19a6f..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,9 +70,9 @@ umask 022
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
 %postun
-if [ $1 = 0]; then
+if [ $1 = 0 ]; then
     umask 022
-    [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2
+    [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
 fi
 
 %files -f %{name}.lang
This page took 0.058469 seconds and 4 git commands to generate.