rpms/python-zope-filesystem/devel python-zope-filesystem.spec, 1.5, 1.6

konradm konradm at fedoraproject.org
Sat Jul 3 17:14:10 UTC 2010


Author: konradm

Update of /cvs/pkgs/rpms/python-zope-filesystem/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14950

Modified Files:
	python-zope-filesystem.spec 
Log Message:
* Sat Jul 3 2010 Conrad Meyer <konrad at tylerc.org> - 1-7
- Apply Toshio Kuratomi's patch (rhbz#611098)



Index: python-zope-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-filesystem/devel/python-zope-filesystem.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-zope-filesystem.spec	3 Jul 2010 17:06:54 -0000	1.5
+++ python-zope-filesystem.spec	3 Jul 2010 17:14:10 -0000	1.6
@@ -1,4 +1,4 @@
-%define debug_package %{nil}
+%global debug_package %{nil}
 %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -6,7 +6,7 @@
 
 Name:           python-zope-filesystem
 Version:        1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python-Zope Libraries Base Filesystem
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -14,7 +14,8 @@ URL:            https://fedoraproject.or
 Source0:        python-zope-filesystem-__init__.py
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
+Requires:       python-setuptools
 
 
 %description
@@ -46,13 +47,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-# For noarch packages: sitelib
+# For non-multilib systems (x86), we only need sitelib
 %{python_sitelib}/zope
 %{python_sitelib}/five
 %{python_sitelib}/zc
 %{python_sitelib}/z3c
 %if "%{python_sitearch}" != "%{python_sitelib}"
-# For arch-specific packages: sitearch
+# For multilib systems (x86_64), we also need sitearch
 %{python_sitearch}/zope
 %{python_sitearch}/five
 %{python_sitearch}/zc
@@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 3 2010 Conrad Meyer <konrad at tylerc.org> - 1-7
+- Apply Toshio Kuratomi's patch (rhbz#611098)
+
 * Sat Jul 3 2010 Conrad Meyer <konrad at tylerc.org> - 1-6
 - Add copyright notice and license to __init__.py
 



More information about the scm-commits mailing list