rpms/yum-presto/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 yum-presto.spec, 1.6, 1.7

Jonathan Dieter (jdieter) fedora-extras-commits at redhat.com
Mon Apr 7 13:46:20 UTC 2008


Author: jdieter

Update of /cvs/extras/rpms/yum-presto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25608/devel

Modified Files:
	.cvsignore sources yum-presto.spec 
Log Message:
Show savings


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yum-presto/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	17 Nov 2007 15:33:27 -0000	1.7
+++ .cvsignore	7 Apr 2008 13:45:34 -0000	1.8
@@ -1 +1 @@
-yum-presto-0.4.3.tar.bz2
+yum-presto-0.4.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum-presto/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	17 Nov 2007 15:33:27 -0000	1.7
+++ sources	7 Apr 2008 13:45:34 -0000	1.8
@@ -1 +1 @@
-967dd2aa87eae9d24f9b7cafbbffac48  yum-presto-0.4.3.tar.bz2
+c4163de3f4c71bbb8b4f412db37cb12b  yum-presto-0.4.4.tar.bz2


Index: yum-presto.spec
===================================================================
RCS file: /cvs/extras/rpms/yum-presto/devel/yum-presto.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yum-presto.spec	17 Nov 2007 15:33:27 -0000	1.6
+++ yum-presto.spec	7 Apr 2008 13:45:34 -0000	1.7
@@ -1,6 +1,8 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Presto plugin for yum
 Name: yum-presto
-Version: 0.4.3
+Version: 0.4.4
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -8,6 +10,7 @@
 URL: http://www.lesbg.com/jdieter/presto/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
+BuildRequires: python-setuptools-devel
 Requires: python >= 2.4, yum >= 3.0, deltarpm >= 3.4-2
 
 %description
@@ -27,7 +30,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,10 +40,16 @@
 %doc README 
 %doc COPYING
 %doc ChangeLog
+%{python_sitelib}/*
 /usr/lib/yum-plugins/presto.py*
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/presto.conf
 
 %changelog
+* Mon Apr  7 2008 Jonathan Dieter <jdieter at gmail.com> - 0.4.4-1
+- Show savings
+- Use setuptools for installation
+- Get Python Egg stuff working for F9
+
 * Sat Nov 17 2007 Jonathan Dieter <jdieter at gmail.com> - 0.4.3-1
 - Fix README so it is now accurate for 0.4.x
 - Fix a small bug that caused AVC denials when SELinux is enabled




More information about the fedora-extras-commits mailing list