]> git.pld-linux.org Git - packages/gnome-games.git/commitdiff
- updated to 0.30.
authorkloczek <kloczek@pld-linux.org>
Sun, 4 Oct 1998 03:36:29 +0000 (03:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-games.spec -> 1.6

gnome-games.spec

index 4f6c48fc14d97e7249bf91b3cdb47b89d69dca87..03e5a5da047575ebd452c8711981472c694a0adc 100644 (file)
@@ -1,8 +1,8 @@
 Summary:     GNOME games
 Summary(pl): GNOME - Gry
 Name:        gnome-games
-Version:     0.27
-Release:     3
+Version:     0.30
+Release:     1
 Copyright:   LGPL
 Group:       X11/Libraries
 Source:      ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
@@ -52,16 +52,9 @@ Biblioteki statyczne do GNOME games
 %setup -q
 
 %build
-# Needed for snapshot releases.
-if [ ! -f configure ]; then
-  CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh \
-                       --prefix=/usr/X11R6 \
-                       --localstatedir=/var
-else
-  CFLAGS="$RPM_OPT_FLAGS" ./configure \
-                       --prefix=/usr/X11R6 \
-                       --localstatedir=/var
-fi
+CFLAGS="$RPM_OPT_FLAGS" ./configure \
+       --prefix=/usr/X11R6 \
+       --localstatedir=/var
 
 make
 
This page took 0.036794 seconds and 4 git commands to generate.