rpms/pyflowtools/FC-3 pyflowtools.spec,1.2,1.3

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Fri Oct 7 08:00:23 UTC 2005


Author: stingray

Update of /cvs/extras/rpms/pyflowtools/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9466/FC-3

Modified Files:
	pyflowtools.spec 
Log Message:
Fix build on x86_64



Index: pyflowtools.spec
===================================================================
RCS file: /cvs/extras/rpms/pyflowtools/FC-3/pyflowtools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyflowtools.spec	6 Oct 2005 09:26:05 -0000	1.2
+++ pyflowtools.spec	7 Oct 2005 08:00:20 -0000	1.3
@@ -1,9 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: An interface to OSU FlowTools
 Name: pyflowtools
 Version: 0.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source0: http://www.net.informatik.tu-muenchen.de/pers/robin/flowtools/%{name}-%{version}.tar.gz
 Patch0: pyflowtools-0.3.1.patch
 License: GPL
@@ -40,6 +40,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Fri Oct  7 2005 Paul P Komkoff Jr <i at stingr.net> - 0.3-5
+- fix build on x86_64
+
 * Thu Oct  6 2005 Paul P Komkoff Jr <i at stingr.net> - 0.3-4
 - Use python sitelib instead of generated filelist - by
   Tom 'spot' Callaway




More information about the fedora-extras-commits mailing list