SPECS: firstboot.spec - 1.99
patrys
patrys at pld-linux.org
Fri Aug 29 13:50:21 CEST 2008
Author: patrys Date: Fri Aug 29 11:50:21 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.99
---- Files affected:
SPECS:
firstboot.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/firstboot.spec
diff -u SPECS/firstboot.spec:1.4 SPECS/firstboot.spec:1.5
--- SPECS/firstboot.spec:1.4 Mon Feb 12 23:09:09 2007
+++ SPECS/firstboot.spec Fri Aug 29 13:50:16 2008
@@ -2,33 +2,17 @@
Summary: Initial system configuration utility
Summary(pl.UTF-8): Narzędzie do początkowej konfiguracji systemu
Name: firstboot
-Version: 1.4.6
-Release: 0.1
+Version: 1.99
+Release: 1
License: GPL
Group: Base
Source0: %{name}-%{version}.tar.bz2
-# Source0-md5: bea227cd82be988b9638e239f3380dfb
+# Source0-md5: 8883a4e5b1eb6ddc121741b467fd3760
+Patch0: %{name}-python.patch
URL: http://fedora.redhat.com/projects/config-tools/
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
@@ -47,15 +31,6 @@
Summary: A text interface for firstboot
Summary(pl.UTF-8): Tekstowy interfejs programu 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.
@@ -66,6 +41,8 @@
%prep
%setup -q
+%patch0 -p1
+rm po/ilo.po
%build
%{__make}
@@ -73,7 +50,7 @@
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- INSTROOT=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT
%py_comp $RPM_BUILD_ROOT/usr/share/firstboot
%py_ocomp $RPM_BUILD_ROOT/usr/share/firstboot
@@ -94,27 +71,15 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/firstboot
+%attr(754,root,root) /etc/rc.d/init.d/firstboot
%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]
+/usr/share/firstboot/modules/*.py[co]
+/usr/share/firstboot/themes
+%{py_sitedir}/%{name}-%{version}-py*.egg-info
+%dir %{py_sitedir}/firstboot
+%{py_sitedir}/firstboot/*.py[co]
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -122,6 +87,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008/08/29 11:50:16 patrys
+- 1.99
+
Revision 1.4 2007/02/12 22:09:09 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/firstboot.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list