SPECS: epydoc.spec - ver. 3.0 beta1
wrobell
wrobell at pld-linux.org
Sat Mar 3 00:37:37 CET 2007
Author: wrobell Date: Fri Mar 2 23:37:37 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver. 3.0 beta1
---- Files affected:
SPECS:
epydoc.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/epydoc.spec
diff -u SPECS/epydoc.spec:1.15 SPECS/epydoc.spec:1.16
--- SPECS/epydoc.spec:1.15 Mon Feb 12 22:23:54 2007
+++ SPECS/epydoc.spec Sat Mar 3 00:37:31 2007
@@ -1,13 +1,14 @@
# $Revision$, $Date$
+%define beta beta1
Summary: Tool for generating API documentation for Python modules
Summary(pl.UTF-8): Narzędzie do generowania dokumentacji API modułów Pythona
Name: epydoc
-Version: 2.1
-Release: 4
+Version: 3.0
+Release: 0.%{beta}.1
License: MIT
Group: Development/Languages/Python
-Source0: http://dl.sourceforge.net/epydoc/%{name}-%{version}.tar.gz
-# Source0-md5: 94c494426c47496ee4d1ed26b580a5a7
+Source0: http://dl.sourceforge.net/epydoc/%{name}-%{version}%{beta}.zip
+# Source0-md5: 43e9f98002ddfd0fd91b2c5a9737da0f
Patch0: %{name}-failed_identifiers.patch
URL: http://epydoc.sourceforge.net/
BuildRequires: python-modules >= 2.2.1
@@ -65,8 +66,8 @@
Ten pakiet zawiera graficzny interfejs użytkownika (GUI) dla epydoc.
%prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-%{version}%{beta}
+#%patch0 -p1
%build
python setup.py build
@@ -79,7 +80,7 @@
install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" | xargs rm
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -87,18 +88,11 @@
%files
%defattr(644,root,root,755)
%doc doc/*
-%attr(755,root,root) %{_bindir}/epydoc
-
-%dir %{py_sitescriptdir}/epydoc
-%{py_sitescriptdir}/epydoc/*.py[co]
-%dir %{py_sitescriptdir}/epydoc/test
-%{py_sitescriptdir}/epydoc/test/*.py[co]
-%exclude %{py_sitescriptdir}/epydoc/gui.py[co]
-
-%dir %{py_sitescriptdir}/epydoc/markup
-%{py_sitescriptdir}/epydoc/markup/*.py[co]
-
+%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/epydoc.*
+%{py_sitescriptdir}/epydoc
+%{py_sitescriptdir}/*.egg-info
+%exclude %{py_sitescriptdir}/epydoc/gui.py[co]
%files gui
%defattr(644,root,root,755)
@@ -112,6 +106,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2007/03/02 23:37:31 wrobell
+- ver. 3.0 beta1
+
Revision 1.15 2007/02/12 21:23:54 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/epydoc.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list