rpms/bsd-games/FC-6 bsd-games.spec,1.10,1.11

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Aug 17 18:45:15 UTC 2007


Author: wart

Update of /cvs/extras/rpms/bsd-games/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24357

Modified Files:
	bsd-games.spec 
Log Message:
License tag clarification; Minor rpmlint cleanup




Index: bsd-games.spec
===================================================================
RCS file: /cvs/extras/rpms/bsd-games/FC-6/bsd-games.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bsd-games.spec	5 May 2007 22:30:08 -0000	1.10
+++ bsd-games.spec	17 Aug 2007 18:44:43 -0000	1.11
@@ -1,8 +1,8 @@
 Summary: Collection of text-based games
 Name: bsd-games
 Version: 2.17
-Release: 17%{?dist}
-License: BSD
+Release: 18%{?dist}
+License: BSD and BSD with advertising
 Group: Amusements/Games
 URL: ftp://metalab.unc.edu/pub/Linux/games/
 Source0: ftp://metalab.unc.edu/pub/Linux/games/bsd-games-%{version}.tar.gz
@@ -23,7 +23,7 @@
 Patch9: bsd-games-2.17-banner-rename.patch
 Patch10: bsd-games-2.17-stdio-c++.patch
 Patch12: bsd-games-2.17-tetris-rename.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtermcap-devel ncurses-devel words flex bison
 Requires(Pre): /usr/sbin/groupadd
 
@@ -152,23 +152,26 @@
 %{_datadir}/misc/acronyms.comp
 %{_mandir}/man6/*
 %{_sbindir}/huntd
-%config %attr(664,root,games) %{_var}/games/atc_score
-%config %attr(664,root,games) %{_var}/games/battlestar.log
-%config %attr(664,root,games) %{_var}/games/cfscores
-%config %attr(664,root,games) %{_var}/games/criblog
+%config(noreplace) %attr(664,root,games) %{_var}/games/atc_score
+%config(noreplace) %attr(664,root,games) %{_var}/games/battlestar.log
+%config(noreplace) %attr(664,root,games) %{_var}/games/cfscores
+%config(noreplace) %attr(664,root,games) %{_var}/games/criblog
 %dir %attr(0775,root,gamehack) %{_var}/games/hack
-%config %attr(664,root,gamehack) %{_var}/games/hack/*
+%config(noreplace) %attr(664,root,gamehack) %{_var}/games/hack/*
 %dir %attr(775,root,gamephant) %{_var}/games/phantasia
-%config %attr(664,root,gamephant) %{_var}/games/phantasia/*
+%config(noreplace) %attr(664,root,gamephant) %{_var}/games/phantasia/*
 %dir %attr(775,root,gamesail) %{_var}/games/sail
-%config %attr(644,root,games) %{_var}/games/robots_roll
-%config %attr(664,root,gamesail) %{_var}/games/saillog
-%config %attr(664,root,games) %{_var}/games/snake.log
-%config %attr(664,root,games) %{_var}/games/snakerawscores
-%config %attr(664,root,games) %{_var}/games/bsd-fbg.scores
+%config(noreplace) %attr(644,root,games) %{_var}/games/robots_roll
+%config(noreplace) %attr(664,root,gamesail) %{_var}/games/saillog
+%config(noreplace) %attr(664,root,games) %{_var}/games/snake.log
+%config(noreplace) %attr(664,root,games) %{_var}/games/snakerawscores
+%config(noreplace) %attr(664,root,games) %{_var}/games/bsd-fbg.scores
 %doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me
 
 %changelog
+- License tag clarification
+- Minor rpmlint cleanup
+
 * Tue May 1 2007 Wart <wart at kobold.org> 2.17-17
 - Rename tetris to avoid legal quandries
 - Patch to add extern "C" block to prevent c++ compiler error.




More information about the fedora-extras-commits mailing list