SPECS: initng.spec - painting it red

glen glen at pld-linux.org
Wed Jan 18 23:17:00 CET 2006


Author: glen                         Date: Wed Jan 18 22:17:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- painting it red

---- Files affected:
SPECS:
   initng.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.53 SPECS/initng.spec:1.54
--- SPECS/initng.spec:1.53	Sun Jan 15 01:12:07 2006
+++ SPECS/initng.spec	Wed Jan 18 23:16:55 2006
@@ -1,7 +1,8 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	gui		# build gui. needs kdepyuic from python-PyKDE. crashes.
+%bcond_with	gui		# build gui. crashes.
+%bcond_with	plan_b	# use any python-PyKDE, and have kdepyuic copied manually to $PATH
 #
 Summary:	A next generation init replacement
 Summary(pl):	Zamiennik inita następnej generacji
@@ -23,7 +24,12 @@
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRequires:	sed >= 4.0
-%{?with_gui:BuildRequires:	python-PyKDE >= 4.0.0}
+%if %{with gui}
+BuildRequires:	python-PyKDE
+# plan B means that you manually cp kdepyuic to your $PATH:
+# cp ../BUILD/PyKDE-snapshot20051013/contrib/kdepyuic /usr/bin
+%{!?with_plan_b:BuildRequires:	python-PyKDE >= 4.0.0}
+%endif
 Requires:	bash
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -67,6 +73,7 @@
 Summary:	initng experimental patches and fixes
 Summary(pl):	Eksperymentalne łaty i poprawki do initng
 Group:		Base
+Requires:	protection(you'll_need_to_use_--force_option_to_install_this_package)
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 
 %description fixes
@@ -83,6 +90,7 @@
 Summary:	Bundled initscripts
 Summary(pl):	Dołączone skrypty inicjalizujące
 Group:		Base
+Requires:	protection(you'll_need_to_use_--force_option_to_install_this_package)
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 
 %description initscripts
@@ -248,6 +256,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2006/01/18 22:16:55  glen
+- painting it red
+
 Revision 1.53  2006/01/15 00:12:07  qboosh
 - pl for -gui
 
================================================================

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



More information about the pld-cvs-commit mailing list