]> git.pld-linux.org Git - packages/python-MySQLdb.git/commitdiff
- arch-dependent modules must be in sitedir
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Jan 2005 15:22:19 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-MySQLdb.spec -> 1.31

python-MySQLdb.spec

index 226d4c0f97f1fd67b124658016018e8e40f30d0a..d60d4292c634d63c978ea5cbe0868706766eeeee 100644 (file)
@@ -38,7 +38,6 @@ env CFLAGS="%{rpmcflags}" %{_bindir}/python setup.py build
 rm -rf $RPM_BUILD_ROOT
 python -- setup.py install \
        --root=$RPM_BUILD_ROOT \
-       --install-lib=%{py_sitescriptdir} \
        --optimize=2
 
 %clean
@@ -47,11 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README doc/*
-%attr(755,root,root) %{py_sitescriptdir}/*.so
-%{py_sitescriptdir}/*.py?
-
-%dir %{py_sitescriptdir}/MySQLdb
-%{py_sitescriptdir}/MySQLdb/*.py?
-
-%dir %{py_sitescriptdir}/MySQLdb/constants
-%{py_sitescriptdir}/MySQLdb/constants/*.py?
+%attr(755,root,root) %{py_sitedir}/*.so
+%{py_sitedir}/*.py?
+%dir %{py_sitedir}/MySQLdb
+%{py_sitedir}/MySQLdb/*.py?
+%dir %{py_sitedir}/MySQLdb/constants
+%{py_sitedir}/MySQLdb/constants/*.py?
This page took 0.035989 seconds and 4 git commands to generate.