]> git.pld-linux.org Git - packages/firstboot.git/commitdiff
- for anaconda
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Jun 2006 21:45:26 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firstboot.spec -> 1.1

firstboot.spec [new file with mode: 0644]

diff --git a/firstboot.spec b/firstboot.spec
new file mode 100644 (file)
index 0000000..c1b204c
--- /dev/null
@@ -0,0 +1,106 @@
+Summary:       Initial system configuration utility
+Name:          firstboot
+Version:       1.4.6
+Release:       0.1
+License:       GPL
+Group:         Base
+URL:           http://fedora.redhat.com/projects/config-tools/
+Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: bea227cd82be988b9638e239f3380dfb
+BuildRequires: gettext-devel
+#Requires:     /etc/init.d
+#Requires:     authconfig-gtk
+#Requires:     chkconfig
+#Requires:     firstboot-tui
+#Requires:     libuser
+#Requires:     metacity
+Requires:      python-pygtk-gtk
+Requires:      python-rhpl
+Requires:      python-rhpxl
+#Requires:     redhat-artwork
+#Requires:     redhat-logos
+#Requires:     system-config-date >= 1.7.9
+#Requires:     system-config-display
+#Requires:     system-config-keyboard
+#Requires:     system-config-language
+#Requires:     system-config-network
+#Requires:     system-config-securitylevel
+#Requires:     system-config-soundcard
+#Requires:     system-config-users
+ExcludeArch:   s390 s390x ppc64
+ExclusiveOS:   Linux
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The firstboot utility runs after installation. It guides the user
+through a series of steps that allows for easier configuration of the
+machine.
+
+%package tui
+Summary:       A text interface for firstboot
+Group:         Base
+#Requires:     /etc/init.d
+#Requires:     authconfig
+#Requires:     chkconfig
+#Requires:     netconfig
+#Requires:     ntsysv
+#Requires:     python
+#Requires:     python-rhpl
+#Requires:     system-config-securitylevel-tui
+#Requires:     usermode >= 1.36
+
+%description tui
+firstboot-tui is a text interface for initial system configuration.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       INSTROOT=$RPM_BUILD_ROOT
+
+%py_comp $RPM_BUILD_ROOT/usr/share/firstboot
+%py_ocomp $RPM_BUILD_ROOT/usr/share/firstboot
+%py_postclean /usr/share/firstboot
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post tui
+#/sbin/chkconfig --add firstboot
+
+%preun tui
+if [ "$1" = 0 ]; then
+       /sbin/chkconfig --del firstboot
+fi
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%dir /usr/share/firstboot
+%dir /usr/share/firstboot/modules
+%dir /usr/share/firstboot/pixmaps
+/usr/share/firstboot/exceptionWindow.py[co]
+/usr/share/firstboot/firstbootWindow.py[co]
+/usr/share/firstboot/firstboot_module_window.py[co]
+/usr/share/firstboot/xfirstboot.py[co]
+/usr/share/firstboot/modules/*
+/usr/share/firstboot/pixmaps/*
+
+%files -f %{name}.lang tui
+%defattr(644,root,root,755)
+%attr(754,root,root) /etc/rc.d/init.d/firstboot
+%dir /usr/share/firstboot/
+%attr(755,root,root) %{_sbindir}/firstboot
+/usr/share/firstboot/constants_text.py[co]
+/usr/share/firstboot/eula_strings.py[co]
+/usr/share/firstboot/firstboot.py[co]
+/usr/share/firstboot/firstbootBackend.py[co]
+/usr/share/firstboot/functions.py[co]
+/usr/share/firstboot/textWindow.py[co]
This page took 0.100045 seconds and 4 git commands to generate.