]> git.pld-linux.org Git - packages/firstboot.git/commitdiff
- more cleanups; where is tui? auto/th/firstboot-1_99-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Aug 2008 15:27:53 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firstboot.spec -> 1.7

firstboot.spec

index 8c558c4833317cab5f6fb070ac5ae13277d7be05..b5610ad18503825b2220811b3cd2b4b7158bc5ce 100644 (file)
@@ -1,3 +1,4 @@
+# FIXME: where is tui?
 Summary:       Initial system configuration utility
 Summary(pl.UTF-8):     Narzędzie do początkowej konfiguracji systemu
 Name:          firstboot
@@ -31,6 +32,7 @@ poprzez serię kroków umożliwiających łatwą konfigurację maszyny.
 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.
@@ -49,12 +51,13 @@ rm po/ilo.po
 
 %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}
 
This page took 0.071881 seconds and 4 git commands to generate.