]> git.pld-linux.org Git - packages/gnome-games.git/commitdiff
- added Requires(post,postun)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Oct 2002 12:28:42 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-games.spec -> 1.83

gnome-games.spec

index 836e6a2f4d8cb32dabb5b0f39995e5bbcacc5374..0de02a2b655bec239af314d991f9c3d02c84cd94 100644 (file)
@@ -13,6 +13,7 @@ License:      LGPL
 Group:         X11/Applications/Games
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-makefile.patch
+URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel
 BuildRequires: gnome-vfs2-devel
 BuildRequires: libgnome-devel
@@ -20,8 +21,9 @@ BuildRequires:        libgnomeui-devel
 BuildRequires: libltdl-devel
 BuildRequires: libstdc++-devel
 BuildRequires: scrollkeeper
-PreReq:                scrollkeeper
-URL:           http://www.gnome.org/
+Requires(post):        GConf2
+Requires(post,postun): /sbin/ldconfig
+Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     gnome
 Obsoletes:     gnect
@@ -108,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %find_lang %{name} --with-gnome --all-name
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/ldconfig
 GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" \
@@ -118,9 +123,6 @@ GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" \
 /sbin/ldconfig
 /usr/bin/scrollkeeper-update
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
This page took 0.093225 seconds and 4 git commands to generate.