Hello community,

here is the log from the commit of package bsd-games for openSUSE:Factory 
checked in at 2013-10-06 14:23:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsd-games (Old)
 and      /work/SRC/openSUSE:Factory/.bsd-games.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bsd-games"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bsd-games/bsd-games.changes      2013-09-25 
15:19:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bsd-games.new/bsd-games.changes 2013-10-06 
14:23:52.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 08:22:46 UTC 2013 - [email protected]
+
+- remove /usr/games also from package description
+
+-------------------------------------------------------------------
+Fri Sep 27 15:13:11 UTC 2013 - [email protected]
+
+- fix rot13 (bnc#827521)
+- rework /usr/games/ --> /usr/bin move
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bsd-games.spec ++++++
--- /var/tmp/diff_new_pack.qKwOzl/_old  2013-10-06 14:23:53.000000000 +0200
+++ /var/tmp/diff_new_pack.qKwOzl/_new  2013-10-06 14:23:53.000000000 +0200
@@ -53,7 +53,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-This package copies these games into /usr/games: arithmetic, atc,
+This package provides these games: arithmetic, atc,
 backgammon, battlestar, bcd, bog, caesar, canfield, cfscores, cribbage,
 fish, fortune, hangman, hunt, mille, monop, morse, number,
 paranoia, pom, ppt, primes, rain, robots, sail, snake, snscore,
@@ -73,28 +73,28 @@
 
 %build
 (echo %{buildroot}
-echo "fortune"
-for i in {1,2}{1,2,3,4,5}; do echo; done;              # 10 times default
+echo "fortune"                                         # don't build fortune
 echo
+echo "%{_bindir}"                                      # use bindir instead of 
/usr/games
+for i in {1..9}; do echo; done                         # 9 times default
 echo "n"                                               # Set owners/groups on 
installed files
 yes "") | ./configure
 make CC="gcc" CXX="g++" OPTIMIZE="%{optflags} -I/usr/include/ncurses" \
        dab_CXXFLAGS="-DHAVE_fgetln" %{?_smp_mflags}
 
 %install
-make INSTALL_PREFIX=%{buildroot} install
+make INSTALL_PREFIX=%{buildroot} install SBINDIR="%{_bindir}"
 # get rid of dm functionality as it needs a setgid, dm is only used to 
restrict which games may be played
-rm %{buildroot}%{_prefix}/games/dm
+
+rm %{buildroot}%{_bindir}/dm
 
 # factor is contained also in coreutils, prefer the version there
-rm %{buildroot}%{_prefix}/games/factor
+
+rm %{buildroot}%{_bindir}/factor
 
 rm -rf %{buildroot}%{_mandir}/man5
 rm -rf %{buildroot}%{_mandir}/man8
-# move the programs into /usr/bin as this is the proper location
-mkdir %{buildroot}%{_bindir}
-mv %{buildroot}%{_prefix}/games/* %{buildroot}%{_bindir}/
-rmdir %{buildroot}%{_prefix}/games
+
 find %{buildroot}%{_localstatedir}/games/ -exec chmod g-w,o-rw {} \;
 rm %{buildroot}%{_datadir}/doc/bsd-games/trek.me
 
@@ -113,9 +113,9 @@
 %{_mandir}/man6/*
 %{_datadir}/misc/*
 %{_datadir}/games/*
-%attr(770,games,games) %{_localstatedir}/games/hack
-%attr(770,games,games) %{_localstatedir}/games/phantasia
-%attr(770,games,games) %{_localstatedir}/games/sail
+%dir %attr(770,games,games) %{_localstatedir}/games/hack
+%dir %attr(770,games,games) %{_localstatedir}/games/phantasia
+%dir %attr(770,games,games) %{_localstatedir}/games/sail
 %attr(660,games,games) %{_localstatedir}/games/hack/data
 %attr(660,games,games) %{_localstatedir}/games/hack/help
 %attr(660,games,games) %{_localstatedir}/games/hack/hh

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to