rpms/firstboot/devel .cvsignore, 1.83, 1.84 firstboot.spec, 1.112, 1.113 sources, 1.109, 1.110

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Wed Jan 2 19:36:22 UTC 2008


Author: clumens

Update of /cvs/pkgs/rpms/firstboot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13149

Modified Files:
	.cvsignore firstboot.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/.cvsignore,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- .cvsignore	19 Nov 2007 20:30:29 -0000	1.83
+++ .cvsignore	2 Jan 2008 19:35:46 -0000	1.84
@@ -55,3 +55,4 @@
 firstboot-1.4.38.tar.bz2
 firstboot-1.4.39.tar.bz2
 firstboot-1.90.tar.bz2
+firstboot-1.91.tar.bz2


Index: firstboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- firstboot.spec	5 Dec 2007 22:07:23 -0000	1.112
+++ firstboot.spec	2 Jan 2008 19:35:46 -0000	1.113
@@ -1,8 +1,10 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 1.90
-Release: 3%{?dist}
+Version: 1.91
+Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -13,7 +15,8 @@
 ExclusiveOS: Linux
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext
-Requires: metacity, pygtk2, rhpl
+BuildRequires: python-devel, python-setuptools-devel
+Requires: metacity, pygtk2, rhpl, python
 Requires(post): chkconfig
 
 %ifnarch s390 s390x ppc64
@@ -35,7 +38,7 @@
 
 %install
 rm -rf %{buildroot}
-make INSTROOT=%{buildroot} install
+make DESTDIR=%{buildroot} install
 %find_lang %{name}
 
 %clean
@@ -60,12 +63,16 @@
 %dir %{_datadir}/firstboot/themes/
 %dir %{_datadir}/firstboot/themes/default
 %config %{_initrddir}/firstboot
+%{python_sitelib}/*
 %{_sbindir}/firstboot
-%{_datadir}/firstboot/*.py*
 %{_datadir}/firstboot/modules/*
 %{_datadir}/firstboot/themes/default/*
 
 %changelog
+* Wed Jan 02 2008 Chris Lumens <clumens at redhat.com> 1.91-1
+- Reorganize to provide a python module.
+- Provide real help output for the firstboot program.
+
 * Wed Dec 05 2007 Chris Lumens <clumens at redhat.com> 1.90-3
 - Don't provide a debuginfo package (#413011).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/sources,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- sources	5 Dec 2007 22:07:23 -0000	1.109
+++ sources	2 Jan 2008 19:35:46 -0000	1.110
@@ -1 +1 @@
-6fe03dd08267ceaa445bdcb898371045  firstboot-1.90.tar.bz2
+88bb2b6028f97afc04541fe575b9e91f  firstboot-1.91.tar.bz2




More information about the fedora-extras-commits mailing list