Author: freetz Date: Wed Oct 26 18:56:18 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed postun script (sorry about that!), rel.3
---- Files affected: SPECS: gazpacho.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/gazpacho.spec diff -u SPECS/gazpacho.spec:1.3 SPECS/gazpacho.spec:1.4 --- SPECS/gazpacho.spec:1.3 Wed Oct 26 10:16:40 2005 +++ SPECS/gazpacho.spec Wed Oct 26 20:56:13 2005 @@ -3,7 +3,7 @@ Summary(pl): Tworzenie interfejsów w łatwy sposób Name: gazpacho Version: 0.6.2 -Release: 2 +Release: 3 License: LGPL Group: Development/Building Source0: http://ftp.acc.umu.se/pub/GNOME/sources/gazpacho/0.6/%{name}-%{version}.tar.bz2 @@ -72,7 +72,7 @@ %postun 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 @@ -92,6 +92,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/10/26 18:56:13 freetz +- fixed postun script (sorry about that!), rel.3 + Revision 1.3 2005/10/26 08:16:40 freetz - don't run update-desktop-database twice ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gazpacho.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
