From: Jacek Konieczny Date: Mon, 19 Jan 2004 12:23:42 +0000 (+0000) Subject: - Release: 6 X-Git-Tag: auto/ac/python-HTMLgen-2_2_2-6 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=bf8d638e31c3059c9cd5f07f7642249204ab5b56;p=packages%2Fpython-HTMLgen.git - Release: 6 - new architecture-independent python modules paths Changed files: python-HTMLgen.spec -> 1.23 --- diff --git a/python-HTMLgen.spec b/python-HTMLgen.spec index 6403695..078836a 100644 --- a/python-HTMLgen.spec +++ b/python-HTMLgen.spec @@ -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