rpms/roundup/devel roundup.spec,1.1,1.2

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Sun Sep 18 00:28:11 UTC 2005


Author: mikep

Update of /cvs/extras/rpms/roundup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26792/devel

Modified Files:
	roundup.spec 
Log Message:
auto-import roundup-0.8.4-6 on branch devel from roundup-0.8.4-6.src.rpm


Index: roundup.spec
===================================================================
RCS file: /cvs/extras/rpms/roundup/devel/roundup.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roundup.spec	17 Sep 2005 23:21:32 -0000	1.1
+++ roundup.spec	18 Sep 2005 00:28:09 -0000	1.2
@@ -1,10 +1,10 @@
 %define pythonver 2.4
-%define pythonsitedir %{_libdir}/python%{pythonver}/site-packages
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary: Simple and flexible issue-tracking system
 Name: roundup
 Version: 0.8.4
-Release: 5
+Release: 6
 License: MIT
 Group: Applications/Engineering
 Source: http://dl.sourceforge.net/roundup/roundup-%{version}.tar.gz
@@ -64,7 +64,7 @@
 
 %files -f %{name}.lang
 %{_bindir}/*
-%{pythonsitedir}/*
+%{python_sitelib}/*
 %{_datadir}/roundup/*
 %{_mandir}/man1/*
 %defattr(-,root,root)
@@ -74,6 +74,9 @@
 %doc README.Fedora COPYING.txt
 
 %changelog
+* Sat Sep 17 2005 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-6
+   - Fix installation of Python modules on x86_64.
+
 * Sun Sep 05 2005 W. Michael Petullo <mike[@]flyn.org> - 0.8.4-5
    - No longer use setup.py's --record feature.
    - Really fix init script.




More information about the fedora-extras-commits mailing list