SPECS: initng.spec - include test_parser to help checking .i files...

glen glen at pld-linux.org
Thu Dec 1 14:33:43 CET 2005


Author: glen                         Date: Thu Dec  1 13:33:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- include test_parser to help checking .i files syntax offline (without booting to initng)

---- Files affected:
SPECS:
   initng.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.43 SPECS/initng.spec:1.44
--- SPECS/initng.spec:1.43	Thu Dec  1 12:56:51 2005
+++ SPECS/initng.spec	Thu Dec  1 14:33:38 2005
@@ -4,7 +4,7 @@
 Name:		initng
 Version:	0.4.7
 #define	_snap 20051022
-%define	_rel 0.1
+%define	_rel 0.2
 Release:	%{?_snap:0.%{_snap}.}%{_rel}
 License:	GPL v2
 Group:		Base
@@ -103,6 +103,10 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# install test_parser program, which will help you check your .i files
+# validity
+libtool --mode=install cp devtool/test_parser $RPM_BUILD_ROOT%{_sbindir}/%{name}-test_parser
+
 # no devel package, so no devel files
 rm -f $RPM_BUILD_ROOT/%{_lib}/libinitng.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -145,6 +149,7 @@
 %attr(755,root,root) %{_sbindir}/install_service
 %attr(755,root,root) %{_sbindir}/initng
 %attr(755,root,root) %{_sbindir}/initng-segfault
+%attr(755,root,root) %{_sbindir}/initng-test_parser
 %attr(755,root,root) %{_sbindir}/ng-update
 %attr(755,root,root) %{_sbindir}/ngc
 %attr(755,root,root) %{_sbindir}/ngdc
@@ -201,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2005/12/01 13:33:38  glen
+- include test_parser to help checking .i files syntax offline (without booting to initng)
+
 Revision 1.43  2005/12/01 11:56:51  glen
 - 0.4.7
 
================================================================

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




More information about the pld-cvs-commit mailing list