SPECS: amoebax.spec - use auto tools

lisu lisu at pld-linux.org
Fri Nov 21 09:49:21 CET 2008


Author: lisu                         Date: Fri Nov 21 08:49:21 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use auto tools

---- Files affected:
SPECS:
   amoebax.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/amoebax.spec
diff -u SPECS/amoebax.spec:1.4 SPECS/amoebax.spec:1.5
--- SPECS/amoebax.spec:1.4	Thu Nov 20 16:53:28 2008
+++ SPECS/amoebax.spec	Fri Nov 21 09:49:16 2008
@@ -14,6 +14,8 @@
 BuildRequires:	SDL-devel >= 1.2.11
 BuildRequires:	SDL_image-devel >= 1.2.5
 BuildRequires:	SDL_mixer-devel >= 1.2.7
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libogg-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libvorbis-devel
@@ -39,6 +41,9 @@
 %patch1 -p1
 
 %build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -70,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008/11/21 08:49:16  lisu
+- use auto tools
+
 Revision 1.4  2008/11/20 15:53:28  lisu
 - do not include already packed and useless files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amoebax.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list