]> git.pld-linux.org Git - packages/epydoc.git/commitdiff
- failed_identifiers patch added (fixes crash on some python code)
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 3 Oct 2004 14:54:07 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epydoc.spec -> 1.8

epydoc.spec

index 08bf7422999e1bae39c290133ec9c5986d063925..9a809522d2247c5632d1099547bd444e9d5384fb 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Tool for generating API documentation for Python modules
 Summary(pl):   Narzêdzie do generowania dokumentacji API modu³ów Pythona
 Name:          epydoc
 Version:       2.1
-Release:       1
+Release:       2
 License:       MIT
 Group:         Development/Languages/Python
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 94c494426c47496ee4d1ed26b580a5a7
+Patch0:                %{name}-failed_identifiers.patch
 URL:           http://epydoc.sourceforge.net/
 BuildRequires: python-modules >= 2.2.1
 BuildRequires: rpm-pythonprov
@@ -65,6 +66,7 @@ Ten pakiet zawiera graficzny interfejs u
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 python setup.py build
This page took 0.077744 seconds and 4 git commands to generate.