SPECS: firstboot.spec - more cleanups; where is tui?

qboosh qboosh at pld-linux.org
Fri Aug 29 17:27:58 CEST 2008


Author: qboosh                       Date: Fri Aug 29 15:27:58 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more cleanups; where is tui?

---- Files affected:
SPECS:
   firstboot.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/firstboot.spec
diff -u SPECS/firstboot.spec:1.6 SPECS/firstboot.spec:1.7
--- SPECS/firstboot.spec:1.6	Fri Aug 29 17:26:23 2008
+++ SPECS/firstboot.spec	Fri Aug 29 17:27:53 2008
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# FIXME: where is tui?
 Summary:	Initial system configuration utility
 Summary(pl.UTF-8):	Narzędzie do początkowej konfiguracji systemu
 Name:		firstboot
@@ -32,6 +33,7 @@
 Summary:	A text interface for firstboot
 Summary(pl.UTF-8):	Tekstowy interfejs programu firstboot
 Group:		Base
+Requires(preun):	/sbin/chkconfig
 
 %description tui
 firstboot-tui is a text interface for initial system configuration.
@@ -50,12 +52,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%py_comp $RPM_BUILD_ROOT/usr/share/firstboot
-%py_ocomp $RPM_BUILD_ROOT/usr/share/firstboot
-%py_postclean /usr/share/firstboot
+%py_comp $RPM_BUILD_ROOT%{_datadir}/firstboot
+%py_ocomp $RPM_BUILD_ROOT%{_datadir}/firstboot
+%py_postclean %{_datadir}/firstboot
 
 %find_lang %{name}
 
@@ -88,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008/08/29 15:27:53  qboosh
+- more cleanups; where is tui?
+
 Revision 1.6  2008/08/29 15:26:23  qboosh
 - updated URL, unified files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/firstboot.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list