]> git.pld-linux.org Git - packages/bsd-games.git/commitdiff
- removed Requires: /usr/bin/frm, added note to en and pl descriptions
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 May 2002 15:52:44 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (requiring elm by such package is stupid)
- fixed GAMESDIR inconsequence in config patch (rot13 was broken)
- release 4

Changed files:
    bsd-games-config.patch -> 1.4
    bsd-games.spec -> 1.31

bsd-games-config.patch
bsd-games.spec

index 236fe066712b225bfaa0220282106fd12f60747b..d2ffb6246cf1e9bc5e9760500101dd481a17bf4b 100644 (file)
@@ -2676,7 +2676,7 @@ diff -Naur bsd-games-2.10/phantasia/pathnames.h bsd-games-2.10-patched/phantasia
 + *    @(#)pathnames.h 8.2 (Berkeley) 4/2/94
 + */
 +
-+#define       _PATH_GAMEPROG  "/usr/games/phantasia"
++#define       _PATH_GAMEPROG  "/usr/bin/phantasia"
 +#define       _PATH_GOLD      "/var/games/phantasia/gold"
 +#define       _PATH_LASTDEAD  "/var/games/phantasia/lastdead"
 +#define       _PATH_MESS      "/var/games/phantasia/mess"
@@ -2990,7 +2990,7 @@ diff -Naur bsd-games-2.10/subst.sed bsd-games-2.10-patched/subst.sed
 +s%@install_prefix@%%g
 +s%@no_build_dirs@%fortune banner%g
 +s%@build_dirs@%adventure arithmetic atc backgammon battlestar bcd boggle caesar canfield countmail cribbage dm factor fish gomoku hangman hunt mille monop morse number phantasia pig pom ppt primes quiz rain random robots sail snake tetris trek wargames worm worms wtf wump%g
-+s%@gamesdir@%/usr/games%g
++s%@gamesdir@%/usr/bin%g
 +s%@sbindir@%/usr/bin%g
 +s%@usrbindir@%%g
 +s%@hidegame@%:%g
index b8f414d00db5f11affe046006757d3b2ac7640e1..c292e7779fd54422a2d9bb37d647be095e0906e3 100644 (file)
@@ -2,12 +2,12 @@ Summary:      A collection of BSD (Berkeley Standard Distribution) games
 Summary(de):   Diverse BSD-Games
 Summary(es):   Paquete con varios juegos BSD
 Summary(fr):   Paquetage de jeux BSD divers
-Summary(tr):   Metin ekranda oyunlar paketi
 Summary(pl):   Zestaw gier BSD (Berkeley Standard Distribution)
 Summary(pt):   Pacote com vários jogos BSD
+Summary(tr):   Metin ekranda oyunlar paketi
 Name:          bsd-games
 Version:       2.12
-Release:       3
+Release:       4
 License:       distributable
 Group:         Applications/Games
 Source0:       ftp://metalab.unc.edu/pub/Linux/games/%{name}-%{version}.tar.gz
@@ -21,9 +21,10 @@ BuildRequires:       ncurses-devel >= 5.0
 BuildRequires: words
 Requires:      textutils
 Requires:      words
-Requires:      /usr/bin/frm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                gamesdir        %{_bindir}
+
 %description
 Bsd-games includes adventure, arithmetic, atc, backgammon, battlestar,
 bcd, caesar, canfield, cfscores, countmail, cribbage, dm, factor,
@@ -31,6 +32,8 @@ fish, gomoku, hunt, mille, monop, morse, number, phantasia, pig, pom,
 ppt, primes, quiz, rain, random, robots, rot13, sail, snake, snscore,
 teachgammon, tetris-bsd, trek, wargames, worm, worms and wump.
 
+Note: countmail requires frm(1) command from elm package.
+
 %description -l de
 Dies ist eine Sammlung von Games. Zu den bekanntesten gehören
 Backgammon, Cribbage, Monop, Primes, Trek und Battlestar.
@@ -50,6 +53,8 @@ factor, fish, gomoku, hunt, mille, monop, morse, number, phantasia,
 pig, pom, ppt, primes, quiz, rain, random, robots, rot13, sail, snake,
 snscore, teachgammon, tetris-bsd, trek, wargames, worm, worms i wump.
 
+Uwaga: countmail wymaga polecenia frm(1) z pakietu elm.
+
 %description -l pt
 Isto é um conjunto de jogos. Os destaques incluem gamão, jogo de
 cartas, forca, monopólio e guerra nas estrelas.
@@ -101,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 /var/games/phantasia/motd
 /var/games/phantasia/scoreboard
 /var/games/phantasia/void
-%attr(750,root,root) /var/games/sail/
+%attr(750,root,root) /var/games/sail
 /var/games/saillog
 /var/games/snake.log
 /var/games/snakerawscores
This page took 0.104214 seconds and 4 git commands to generate.