Re: [AD] allegro 4.1.9 source rpm fixes

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On Sun, 2003-04-06 at 00:19, Eric Botcazou wrote:
> > That is odd because the makefiles for Allegro don't install this utility
> > by default, so without modifying makefiles to see that the makedoc
> > utility gets installed I don't see how I'm going to get at it...
> 
> Ahem... then forget what I said in my previous messages and remove only this 
> spurious docs/makedoc.c entry.

Alright, then without further ado, I've attached a unified diff between
my version and the latest CVS version.

-- 
EvilTypeGuy <eviltypeguy@xxxxxxxxxx>
http://icculus.org/
--- cvs-allegro.spec	2003-04-07 16:43:40.000000000 -0500
+++ SPECS/allegro.spec	2003-04-07 16:44:13.000000000 -0500
@@ -44,6 +44,9 @@
 Allegro ist eine plattform�eifende Bibliothek zur Verwendung in
 Computerspielen und anderen Formen von Multimediaprogrammierung.
 
+# Prevent building of debuginfo package on RedHat 9
+%define debug_package %{nil}
+
 %package devel
 Summary: A game programming library.
 Summary(es): Una libreria de programacion de juegos.
@@ -184,9 +187,11 @@
 %files tools
 %defattr(-,root,root)
 %doc tools/grabber.txt
-%doc docs/makedoc.c
+%doc tools/plugins/plugins.txt
+%doc tools/x11/xkeymap.txt
 %{_bindir}/colormap
 %{_bindir}/dat
+%{_bindir}/dat2c
 %{_bindir}/dat2s
 %{_bindir}/exedat
 %{_bindir}/grabber
@@ -196,6 +201,13 @@
 %{_bindir}/textconv
 
 %changelog
+* Sat Apr 05 2003 Shawn Walker <eviltypeguy@xxxxxxxxxx>  4.1.10-1
+- added dat2c to tools package
+- added additional documentation to tools package
+- removed makedoc source code entry from tools package
+- prevent building of useless debuginfo package on RedHat 9
+- fixed source rpm rebuilding for RedHat 9
+
 * Fri Feb 07 2003 Philipp Thomas <pthomas@xxxxxxxxxx>  4.1.10-1
 - turned on automatic dependency generation
 - used DESTDIR


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/