]> git.pld-linux.org Git - packages/python.git/commitdiff
- one more (last I hope) standard macro python-2_1_1-5
authorwrobell <wrobell@pld-linux.org>
Mon, 12 Nov 2001 14:23:12 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 5

Changed files:
    python.spec -> 1.88

python.spec

index 394d7d6fdf3b1ca2ab4752e6892dd1b25896fda5..f372bdd74fb761029b0dbbe76f48243fd5b1efa4 100644 (file)
@@ -2,6 +2,7 @@
 %define py_ver         2.1
 %define py_prefix      %{_prefix}
 %define py_libdir      %{py_prefix}/lib/python%{py_ver}
+%define py_incdir      %{_includedir}/python%{py_ver}
 %define py_sitedir     %{py_libdir}/site-packages
 %define py_dyndir      %{py_libdir}/lib-dynload
 %define py_comp        ./python -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
@@ -14,7 +15,7 @@ Summary(pl):  Python - j
 Summary(tr):   X arayüzlü, yüksek düzeyli, kabuk yorumlayýcý dili
 Name:          python
 Version:       %{py_ver}.1
-Release:       4
+Release:       5
 License:       PSF
 Group:         Development/Languages/Python
 Group(de):     Entwicklung/Sprachen/Python
@@ -385,8 +386,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Misc/*.gz
 %attr(755,root,root) %{_libdir}/lib*.so
-%dir %{_includedir}/python%{py_ver}
-%{_includedir}/python%{py_ver}/*.h
+%dir %{py_incdir}
+%{py_incdir}/*.h
 %attr(-,root,root) %{py_libdir}/*.py
 %{py_libdir}/plat-*/*.py
 %{py_libdir}/curses/*.py
This page took 0.041427 seconds and 4 git commands to generate.