rpms/pyparted/devel .cvsignore, 1.14, 1.15 pyparted.spec, 1.31, 1.32 sources, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 8 16:45:56 UTC 2007


Author: dcantrel

Update of /cvs/dist/rpms/pyparted/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1968

Modified Files:
	.cvsignore pyparted.spec sources 
Log Message:
* Thu Feb 08 2007 David Cantrell <dcantrell at redhat.com> - 1.8.4-1
- Use preferred BuildRoot (package review)
- Define and use python_sitelib macro (package review)



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pyparted/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	12 Jan 2007 20:20:40 -0000	1.14
+++ .cvsignore	8 Feb 2007 16:45:53 -0000	1.15
@@ -1 +1 @@
-pyparted-1.8.3.tar.gz
+pyparted-1.8.4.tar.gz


Index: pyparted.spec
===================================================================
RCS file: /cvs/dist/rpms/pyparted/devel/pyparted.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- pyparted.spec	12 Jan 2007 20:20:41 -0000	1.31
+++ pyparted.spec	8 Feb 2007 16:45:53 -0000	1.32
@@ -1,12 +1,14 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Python module for GNU parted
 Name:    pyparted
-Version: 1.8.3
+Version: 1.8.4
 Release: 1%{?dist}
 License: GPL
 Group:   System Environment/Libraries
 
 Source0: http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python-devel, parted-devel >= 1.8.2
 Requires: parted >= 1.8.2
@@ -37,10 +39,13 @@
 %files
 %defattr(-,root,root,-)
 %doc README COPYING
-%dir %{_libdir}/python?.?/site-packages/
-%{_libdir}/python?.?/site-packages/*.so
+%{python_sitelib}/partedmodule.so
 
 %changelog
+* Thu Feb 08 2007 David Cantrell <dcantrell at redhat.com> - 1.8.4-1
+- Use preferred BuildRoot (package review)
+- Define and use python_sitelib macro (package review)
+
 * Fri Jan 12 2007 David Cantrell <dcantrell at redhat.com> - 1.8.3-1
 - Required parted-1.8.2 or higher
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pyparted/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	12 Jan 2007 20:20:41 -0000	1.17
+++ sources	8 Feb 2007 16:45:53 -0000	1.18
@@ -1 +1 @@
-db1f292232211808c362b3d3499278f0  pyparted-1.8.3.tar.gz
+a0fd76480f9e3e87eac084525572e61b  pyparted-1.8.4.tar.gz




More information about the fedora-cvs-commits mailing list