]> git.pld-linux.org Git - packages/gnome-games.git/commitdiff
- updated to 0.99.1,
authorkloczek <kloczek@pld-linux.org>
Wed, 6 Jan 1999 18:03:28 +0000 (18:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added LDFLAGS="-s" to ./configure enviroment,
- added more Requires,
- changed permission to %attr(2755, games, games) on some
  executables and to %attr(664, games, games) on game score
  files (/var/games/*),
- more locales (fi, pl).

Changed files:
    gnome-games.spec -> 1.10

gnome-games.spec

index 02f9278c8dfd1466c5bcdb604fe2abf36876c968..6df61546a3b732c3427b74e1cbe432dd14aa9fc7 100644 (file)
@@ -1,13 +1,15 @@
 Summary:     GNOME games
 Summary(pl): GNOME - Gry
 Name:        gnome-games
-Version:     0.30
+Version:     0.99.1
 Release:     1
 Copyright:   LGPL
 Group:       X11/Libraries
 Source:      ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
-Icon:        %{name}.gif
-Requires:    gnome-libs >= %{version}
+Patch0:      gnome-games-DESTDIR.patch
+Icon:        gnome-games.gif
+Requires:    gnome-libs = 0.99.2, ORBit = 0.3.91, libaudiofile = 0.1.5
+Requires:    glib = 1.1.12, gtk+ = 1.1.12, guile = 1.3, esound = 0.2.7
 URL:         http://www.gnome.org
 BuildRoot:   /tmp/%{name}-%{version}-root
 Obsoletes:   gnome
@@ -50,10 +52,13 @@ Biblioteki statyczne do GNOME games
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
        --prefix=/usr/X11R6 \
+       --sysconfdir=/etc/GNOME \
        --localstatedir=/var
 
 make
@@ -61,9 +66,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
-       prefix=$RPM_BUILD_ROOT/usr/X11R6 \
-       localstatedir=$RPM_BUILD_ROOT/var
+make DESTDIR=$RPM_BUILD_ROOT install
 
 strip $RPM_BUILD_ROOT/usr/X11R6/{bin/*,lib/lib*so.*.*}
 
@@ -76,16 +79,34 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644, root, root, 755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(2755, root, games) /usr/X11R6/bin/*
-%attr(0755, root,  root) /usr/X11R6/lib/lib*.so.*.*
+%config /etc/GNOME/sound/events/*
+
+%attr(755, root,  root) /usr/X11R6/bin/GnomeScott
+%attr(755, root,  root) /usr/X11R6/bin/cyahtzee
+%attr(755, root,  root) /usr/X11R6/bin/freecell
+%attr(755, root,  root) /usr/X11R6/bin/sol
+%attr(2755, games, games) /usr/X11R6/bin/gnobots
+%attr(2755, games, games) /usr/X11R6/bin/gnome-stones
+%attr(2755, games, games) /usr/X11R6/bin/gnomine
+%attr(2755, games, games) /usr/X11R6/bin/gnothello
+%attr(2755, games, games) /usr/X11R6/bin/gnotravex
+%attr(2755, games, games) /usr/X11R6/bin/gturing
+%attr(2755, games, games) /usr/X11R6/bin/gyahtzee
+%attr(2755, games, games) /usr/X11R6/bin/mahjongg
+%attr(2755, games, games) /usr/X11R6/bin/same-gnome
+
+%attr(755, root,  root) /usr/X11R6/lib/lib*.so.*.*
+
 /usr/X11R6/share/pixmaps/*
 /usr/X11R6/share/sol-games
 /usr/X11R6/share/apps/Games/*
 /usr/X11R6/share/gnome/help/*
+
 %lang(cs) /usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-games.mo
 %lang(da) /usr/X11R6/share/locale/da/LC_MESSAGES/gnome-games.mo
 %lang(de) /usr/X11R6/share/locale/de/LC_MESSAGES/gnome-games.mo
 %lang(es) /usr/X11R6/share/locale/es/LC_MESSAGES/gnome-games.mo
+%lang(fi) /usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-games.mo
 %lang(fr) /usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-games.mo
 %lang(ga) /usr/X11R6/share/locale/ga/LC_MESSAGES/gnome-games.mo
 %lang(it) /usr/X11R6/share/locale/it/LC_MESSAGES/gnome-games.mo
@@ -93,18 +114,28 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ko) /usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-games.mo
 %lang(no) /usr/X11R6/share/locale/no/LC_MESSAGES/gnome-games.mo
 %lang(pt) /usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-games.mo
-%attr(664, root, games) /var/games/*
+%lang(pl) /usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-games.mo
+
+%attr(664, games, games) /var/games/*
 
 %files devel
 %defattr(644, root, root, 755)
-
-/usr/X11R6/lib/lib*.so
+%attr(0755, root,  root) /usr/X11R6/lib/lib*.so
 /usr/X11R6/include/*
 
 %files static
 %attr(664, root, root) /usr/X11R6/lib/lib*.a
 
 %changelog
+* Tue Jan 05 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.99.1-1]
+- added LDFLAGS="-s" to ./configure enviroment,
+- added more Requires,
+- changed permission to %attr(2755, games, games) on some
+  executables and to %attr(664, games, games) on game score
+  files (/var/games/*),
+- more locales (fi, pl).
+
 * Fri Sep 18 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.27-3]
 - added package Icon,
This page took 0.038441 seconds and 4 git commands to generate.