[nazghul] Update to latest CVS and clean up a bit.

Jason Tibbitts tibbs at fedoraproject.org
Sat Jan 7 00:13:24 UTC 2012


commit 560f742ffa0e3cb86e2897cb7ceaf3d6c7e1317e
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Fri Jan 6 18:12:53 2012 -0600

    Update to latest CVS and clean up a bit.

 .gitignore   |    1 +
 nazghul.spec |   17 ++++++++---------
 sources      |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2425519..120aff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 nazghul-20090928.txz
 nazghul-20100413.txz
 haxima-music-license
+/nazghul-20120104.txz
diff --git a/nazghul.spec b/nazghul.spec
index 5d14c46..5ea195a 100644
--- a/nazghul.spec
+++ b/nazghul.spec
@@ -1,7 +1,7 @@
-%define         cvsdate 20100413
+%define         cvsdate 20120104
 Name:           nazghul
 Version:        0.7.0
-Release:        3.%{cvsdate}cvs%{?dist}
+Release:        4.%{cvsdate}cvs%{?dist}
 Summary:        A computer role-playing game (CRPG) engine
 
 License:        GPLv2+
@@ -81,17 +81,11 @@ desktop-file-install --vendor fedora            \
 install -D -m 644 icons/haxima.png %{buildroot}/%{_datadir}/pixmaps/haxima.png
 
 
-# It seems that the music gets left out by "make install"
-#pushd %{_builddir}/%{name}/worlds/haxima-1.002
-#cp -rp music %{buildroot}/%{_datadir}/nazghul/haxima
-#popd
-
-
 %files
 %defattr(-,root,root,-)
 %{_bindir}/nazghul
 %dir %{_datadir}/nazghul
-%doc AUTHORS ChangeLog COPYING INSTALL NEWS GAME_RULES GHULSCRIPT
+%doc AUTHORS ChangeLog COPYING NEWS GAME_RULES GHULSCRIPT
 %doc MAP_HACKERS_GUIDE engine_extension_and_design world_building
 
 
@@ -105,6 +99,11 @@ install -D -m 644 icons/haxima.png %{buildroot}/%{_datadir}/pixmaps/haxima.png
 
 
 %changelog
+* Wed Jan 04 2012 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.7.0-4.20120104cvs
+- Update to current CVS, fixing  many compiler warnings.
+- Don't install the INSTALL file.
+- Small spec cleanups.
+
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 0.7.0-3.20100413cvs
 - Rebuild for new libpng
 
diff --git a/sources b/sources
index 0ee9c28..6594c5a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-74f5e16c8bb1a3c218b8483ad453ac00  nazghul-20100413.txz
+bbf736f47e1987f3d087109676fe66af  nazghul-20120104.txz
 f0da1c3156425ee69cdfaffcb98fa0e8  haxima-music-license


More information about the scm-commits mailing list