Author: glen                         Date: Fri Nov  4 20:37:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill /sbin/killall5

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

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.36 SPECS/initng.spec:1.37
--- SPECS/initng.spec:1.36      Fri Nov  4 17:36:13 2005
+++ SPECS/initng.spec   Fri Nov  4 21:37:41 2005
@@ -4,8 +4,8 @@
 Name:          initng
 Version:       0.3.5
 #define        _snap 20051022
-%define        _rel 0.1
-Release:       0.%{?_snap:%{_snap}.}%{_rel}
+%define        _rel 0.2
+Release:       %{?_snap:0.%{_snap}.}%{_rel}
 License:       GPL v2
 Group:         Base
 #Source0:      /home/builder/svn/initng-20051022.tar.bz2
@@ -93,6 +93,7 @@
        --%{?debug:en}%{!?debug:dis}able-debug \
        --sysconfdir=/etc \
        --libdir=/%{_lib} \
+       --disable-install-init
 
 #      --with-splash \
 #      --with-splashy \
@@ -112,6 +113,9 @@
 # duplicated
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
+# --disable-install-init doesn't work. do it hard way
+rm -rf $RPM_BUILD_ROOT/sbin/killall5
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -204,6 +208,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2005/11/04 20:37:41  glen
+- kill /sbin/killall5
+
 Revision 1.36  2005/11/04 16:36:13  glen
 - make Sparky-PI, run autotools in .spec instead of executing ./autogen.sh
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to