From dcbdebadefae9604d214cff05da2943e1165e40e Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: May 16 2006 18:30:55 +0000 Subject: Add empty initial scoreboard file. --- diff --git a/rogue.spec b/rogue.spec index 06ddbd7..f6b42c9 100644 --- a/rogue.spec +++ b/rogue.spec @@ -1,6 +1,6 @@ Name: rogue Version: 5.4.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The original graphical adventure game Group: Amusements/Games @@ -49,6 +49,8 @@ desktop-file-install --vendor fedora \ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/ install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/ +touch $RPM_BUILD_ROOT%{_var}/games/roguelike/rogue54.scr + %clean rm -rf $RPM_BUILD_ROOT @@ -73,11 +75,15 @@ fi %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/rogue.png %dir %attr(0775,games,games) %{_var}/games/roguelike +%config(noreplace) %attr(0664,games,games) %{_var}/games/roguelike/rogue54.scr %doc LICENSE.TXT rogue54.doc rogue54.html readme54.html %changelog +* Tue May 16 2006 Wart 5.4.2-6 +- Added empty initial scoreboard file. + * Mon May 15 2006 Wart 5.4.2-5 - Better setuid/setgid handling (again) (BZ #187392)