SPECS: libggz.spec - use autotools

shadzik shadzik at pld-linux.org
Sun Jul 22 19:10:06 CEST 2007


Author: shadzik                      Date: Sun Jul 22 17:10:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use autotools

---- Files affected:
SPECS:
   libggz.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/libggz.spec
diff -u SPECS/libggz.spec:1.3 SPECS/libggz.spec:1.4
--- SPECS/libggz.spec:1.3	Sun Jul 22 19:02:35 2007
+++ SPECS/libggz.spec	Sun Jul 22 19:10:01 2007
@@ -9,6 +9,8 @@
 Source0:	http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
 # Source0-md5:	dfd0039042e1bc6c899faaa63d56dad1
 URL:		http://www.ggzgamingzone.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,6 +50,9 @@
 %setup -q
 
 %build
+%{__aclocal} -I m4/ -I m4/ggz/
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -85,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/07/22 17:10:01  shadzik
+- use autotools
+
 Revision 1.3  2007/07/22 17:02:35  shadzik
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libggz.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list