]> git.pld-linux.org Git - packages/python-HTMLgen.git/commitdiff
- Release: 6 auto/ac/python-HTMLgen-2_2_2-6
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 19 Jan 2004 12:23:42 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new architecture-independent python modules paths

Changed files:
    python-HTMLgen.spec -> 1.23

python-HTMLgen.spec

index 6403695bbcee805700a1dbb544bbe6f9d92d1f78..078836a20170476c814e109009a2ca5473f3bf81 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Class library to create HTML documents from within Python
 Summary(pl):   Modu³ do tworzenia dokumentów w HTML przy u¿yciu Pythona
 Name:          python-%{module}
 Version:       2.2.2
-Release:       5
+Release:       6
 License:       distributable
 Group:         Development/Languages/Python
 Source0:       http://starship.python.net/crew/friedrich/%{module}.tgz
@@ -58,10 +58,10 @@ tej bilioteki.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/python1.5/site-packages/HTMLgen
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/HTMLgen
 
-mv -f *.py $RPM_BUILD_ROOT%{_libdir}/python1.5/site-packages/HTMLgen
-echo %{module} > $RPM_BUILD_ROOT%{_libdir}/python1.5/site-packages/%{module}.pth
+mv -f *.py $RPM_BUILD_ROOT%{py_sitescriptdir}/HTMLgen
+echo %{module} > $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.pth
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,5 +69,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog data html image *.rc
-%{py_sitedir}/site-packages/HTMLgen
-%{py_sitedir}/site-packages/HTMLgen.pth
+%{py_sitescriptdir}/HTMLgen
+%{py_sitescriptdir}/HTMLgen.pth
This page took 0.136479 seconds and 4 git commands to generate.