rpms/bcfg2/devel bcfg2.spec,1.19,1.20

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Jan 8 19:17:50 UTC 2008


Author: jcollie

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

Modified Files:
	bcfg2.spec 
Log Message:
Update to 0.9.5.3 and package egg-info files.


Index: bcfg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bcfg2/devel/bcfg2.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bcfg2.spec	7 Dec 2007 20:30:01 -0000	1.19
+++ bcfg2.spec	8 Jan 2008 19:17:01 -0000	1.20
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:             bcfg2
-Version:          0.9.5.2
+Version:          0.9.5.3
 Release:          1%{?dist}
 Summary:          Configuration management system
 
@@ -17,7 +17,12 @@
 
 BuildArch:        noarch
 
-BuildRequires:    python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+
 Requires:         python-lxml
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig
@@ -91,11 +96,11 @@
 done
 
 %build
-%{__python} setup.py build
+%{__python} -c 'import setuptools; execfile("setup.py")' build
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
 
 mkdir -p %{buildroot}%{_sbindir}
 mkdir -p %{buildroot}%{_initrddir}
@@ -185,6 +190,7 @@
 
 %{_initrddir}/bcfg2-server
 
+%{python_sitelib}/Bcfg2.Server*.egg-info
 %{python_sitelib}/Bcfg2/Server
 
 %{_datadir}/bcfg2
@@ -209,6 +215,10 @@
 %dir %{_var}/lib/bcfg2
 
 %changelog
+* Tue Jan  8 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.9.5.3-1
+- Update to 0.9.5.3
+- Package egg-info files.
+
 * Mon Nov 12 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.9.5.2-1
 - Update to 0.9.5.2
 




More information about the fedora-extras-commits mailing list