rpms/tre/devel tre.spec,1.8,1.9

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Tue Jan 1 22:12:33 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/tre/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23097

Modified Files:
	tre.spec 
Log Message:
- fix wrong python dir


Index: tre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tre/devel/tre.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tre.spec	1 Jan 2008 22:00:21 -0000	1.8
+++ tre.spec	1 Jan 2008 22:11:58 -0000	1.9
@@ -1,5 +1,4 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: tre
 Version: 0.7.5
@@ -104,7 +103,7 @@
 %files -n python-%{name}
 %{python_sitearch}/tre.so
 %if 0%{?fedora} >= 9
-%{python_sitelib}/*.egg-info
+%{python_sitearch}/*.egg-info
 %endif
 
 %files -n agrep




More information about the fedora-extras-commits mailing list