rpms/epydoc/devel epydoc-3.0.1-nohashbang.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 epydoc.spec, 1.10, 1.11 sources, 1.2, 1.3 epydoc-2.1-nohashbang.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 22 21:04:03 UTC 2008


Author: thias

Update of /cvs/extras/rpms/epydoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32221

Modified Files:
	.cvsignore epydoc.spec sources 
Added Files:
	epydoc-3.0.1-nohashbang.patch 
Removed Files:
	epydoc-2.1-nohashbang.patch 
Log Message:
Update to 3.0.1.


epydoc-3.0.1-nohashbang.patch:

--- NEW FILE epydoc-3.0.1-nohashbang.patch ---
diff -Naupr epydoc-3.0.1.orig/epydoc/gui.py epydoc-3.0.1/epydoc/gui.py
--- epydoc-3.0.1.orig/epydoc/gui.py	2008-01-30 14:06:15.000000000 +0100
+++ epydoc-3.0.1/epydoc/gui.py	2008-03-22 22:00:49.000000000 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #
 # objdoc: epydoc command-line interface
 # Edward Loper


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/epydoc/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:45:28 -0000	1.2
+++ .cvsignore	22 Mar 2008 21:03:25 -0000	1.3
@@ -1 +1 @@
-epydoc-2.1.tar.gz
+epydoc-3.0.1.tar.gz


Index: epydoc.spec
===================================================================
RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- epydoc.spec	19 Jun 2007 12:07:58 -0000	1.10
+++ epydoc.spec	22 Mar 2008 21:03:25 -0000	1.11
@@ -2,17 +2,18 @@
 
 Summary: Automatic API documentation generation tool for Python
 Name: epydoc
-Version: 2.1
-Release: 8%{?dist}
+Version: 3.0.1
+Release: 1%{?dist}
 Group: Development/Tools
 License: MIT
 URL: http://epydoc.sourceforge.net/
 Source0: http://dl.sf.net/epydoc/epydoc-%{version}.tar.gz
 Source1: epydocgui.desktop
-Patch0: epydoc-2.1-nohashbang.patch
+Patch0: epydoc-3.0.1-nohashbang.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: tkinter
-BuildRequires: python-devel, desktop-file-utils
+BuildRequires: python-devel
+BuildRequires: desktop-file-utils
 BuildArch: noarch
 
 %description
@@ -48,6 +49,9 @@
 %{__mkdir_p} %{buildroot}%{_mandir}/man1
 %{__install} -p -m 0644 man/*.1 %{buildroot}%{_mandir}/man1/
 
+# Prevent having *.pyc and *.pyo in _bindir
+%{__mv} %{buildroot}%{_bindir}/apirst2html.py %{buildroot}%{_bindir}/apirst2html
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -55,7 +59,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.TXT README.TXT doc/
+%doc LICENSE.txt README.txt doc/
+%{_bindir}/apirst2html
 %{_bindir}/epydoc
 %{_bindir}/epydocgui
 %{python_sitelib}/epydoc/
@@ -64,6 +69,11 @@
 
 
 %changelog
+* Sat Mar 22 2008 Matthias Saou <http://freshrpms.net/> 3.0.1-1
+- Update to 3.0.1.
+- Update nohashbang patch.
+- Include new apirst2html script, but remove .py extension to avoid .pyc/pyo.
+
 * Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 2.1-8
 - Remove desktop file prefix and X-Fedora category.
 - Include patch to remove #! python from files only meant to be included.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/epydoc/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:45:28 -0000	1.2
+++ sources	22 Mar 2008 21:03:25 -0000	1.3
@@ -1 +1 @@
-94c494426c47496ee4d1ed26b580a5a7  epydoc-2.1.tar.gz
+cdd6f6c76dd8bab5e653a343a0544294  epydoc-3.0.1.tar.gz


--- epydoc-2.1-nohashbang.patch DELETED ---




More information about the fedora-extras-commits mailing list