]> git.pld-linux.org Git - packages/python-HTMLgen.git/blobdiff - python-HTMLgen.spec
- massive attack: source-md5
[packages/python-HTMLgen.git] / python-HTMLgen.spec
index 6c7760de2ddb011b3697ee6481f5728633d25b8d..6403695bbcee805700a1dbb544bbe6f9d92d1f78 100644 (file)
@@ -1,6 +1,6 @@
 %include       /usr/lib/rpm/macros.python
 
-%define module HTMLgen
+%define                module HTMLgen
 
 Summary:       Class library to create HTML documents from within Python
 Summary(pl):   Modu³ do tworzenia dokumentów w HTML przy u¿yciu Pythona
@@ -10,10 +10,11 @@ Release:    5
 License:       distributable
 Group:         Development/Languages/Python
 Source0:       http://starship.python.net/crew/friedrich/%{module}.tgz
+# Source0-md5: cd20f8b63d3215e57289ddbf56c97f48
 Patch0:                %{name}-fixpaths.patch
 URL:           http://starship.python.net/crew/friedrich/HTMLgen/html/main.html
-BuildRequires: python-devel >= 2.2
-%requires_eq   python
+BuildRequires: python-devel >= 2.2.1
+%pyrequires_eq python
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -62,13 +63,11 @@ install -d $RPM_BUILD_ROOT%{_libdir}/python1.5/site-packages/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
 
-gzip -9nf README ChangeLog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {README,ChangeLog}.gz data html image *.rc
+%doc README ChangeLog data html image *.rc
 %{py_sitedir}/site-packages/HTMLgen
 %{py_sitedir}/site-packages/HTMLgen.pth
This page took 0.045811 seconds and 4 git commands to generate.