]> git.pld-linux.org Git - packages/gnome-chess.git/commitdiff
- simplified post/postun
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Oct 2002 08:08:29 +0000 (08:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-chess.spec -> 1.30

gnome-chess.spec

index d17956c7dfcd6708cd63620232a144c315ae8415..b585ebea6f775e76b4794ac53ed76b79e36a97cf 100644 (file)
@@ -11,6 +11,7 @@ Patch1:               %{name}-quit.patch
 Patch2:                %{name}-mime.patch
 Patch3:                %{name}-omf.patch
 Icon:          gnome-chess.gif
+URL:           http://primates.ximian.com/~jpr/gnome-chess/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: flex
@@ -22,8 +23,6 @@ BuildRequires:        libglade-gnome-devel
 BuildRequires: libtool
 BuildRequires: libxml-devel
 BuildRequires: perl
-Requires(post,postun):scrollkeeper
-URL:           http://primates.ximian.com/~jpr/gnome-chess/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -68,11 +67,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/usr/bin/scrollkeeper-update
-
-%postun
-/usr/bin/scrollkeeper-update
+%post  -p /usr/bin/scrollkeeper-update
+%postun        -p /usr/bin/scrollkeeper-update
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.094048 seconds and 4 git commands to generate.