SPECS: initng.spec - make Sparky-PI, run autotools in .spec instea...

glen glen at pld-linux.org
Fri Nov 4 17:36:18 CET 2005


Author: glen                         Date: Fri Nov  4 16:36:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make Sparky-PI, run autotools in .spec instead of executing ./autogen.sh

---- Files affected:
SPECS:
   initng.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.35 SPECS/initng.spec:1.36
--- SPECS/initng.spec:1.35	Fri Nov  4 17:26:55 2005
+++ SPECS/initng.spec	Fri Nov  4 17:36:13 2005
@@ -16,7 +16,9 @@
 Patch2:	%{name}-utmpx.patch
 URL:		http://jw.dyndns.org/initng/
 %if 0%{?_snap:1}
+BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	libtool
 %endif
 BuildRequires:	sed >= 4.0
 BuildRequires:	/etc/pld-release
@@ -81,7 +83,11 @@
 
 %build
 %if 0%{?_snap:1}
-./autogen.sh
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %endif
 %configure \
 	--%{?debug:en}%{!?debug:dis}able-debug \
@@ -94,7 +100,6 @@
 %{__make} \
 	CPPFLAGS='-DINITNG_PLUGIN_DIR=\"/%{_lib}/%{name}\" -DSAVE_FILE=\"/var/run/initng_db_save.v8\"'
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -199,6 +204,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2005/11/04 16:36:13  glen
+- make Sparky-PI, run autotools in .spec instead of executing ./autogen.sh
+
 Revision 1.35  2005/11/04 16:26:55  glen
 - updated to 0.3.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/initng.spec?r1=1.35&r2=1.36&f=u




More information about the pld-cvs-commit mailing list