rpms/epydoc/FC-4 epydoc.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Sep 6 13:31:53 UTC 2006


Author: thias

Update of /cvs/extras/rpms/epydoc/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25954/FC-4

Modified Files:
	epydoc.spec 
Log Message:
No longer ghost the .pyo files, as per new python guidelines (#205374).



Index: epydoc.spec
===================================================================
RCS file: /cvs/extras/rpms/epydoc/FC-4/epydoc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epydoc.spec	6 Apr 2005 22:11:37 -0000	1.4
+++ epydoc.spec	6 Sep 2006 13:31:52 -0000	1.5
@@ -1,10 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Summary: Edward Loper's Python API documentation generation tool
+Summary: Automatic API documentation generation tool for Python
 Name: epydoc
 Version: 2.1
-Release: 4
-
+Release: 6%{?dist}
 Group: Development/Tools
 License: MIT
 URL: http://epydoc.sourceforge.net/
@@ -13,7 +12,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires: tkinter
-BuildRequires: python desktop-file-utils
+BuildRequires: python, desktop-file-utils
 BuildArch: noarch
 
 %description
@@ -39,11 +38,11 @@
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
 desktop-file-install \
-  --vendor=fedora \
-  --dir=%{buildroot}%{_datadir}/applications \
-  --mode=644 \
-  --add-category=X-Fedora \
-  %{SOURCE1}
+    --vendor=fedora \
+    --dir=%{buildroot}%{_datadir}/applications \
+    --mode=644 \
+    --add-category=X-Fedora \
+    %{SOURCE1}
 
 # Also install the man pages
 %{__install} -Dpm 644 man/epydoc.1    %{buildroot}%{_mandir}/man1/epydoc.1
@@ -59,24 +58,21 @@
 %doc LICENSE.TXT README.TXT doc/
 %{_bindir}/epydoc
 %{_bindir}/epydocgui
-%dir %{python_sitelib}/epydoc
-%{python_sitelib}/epydoc/*.py
-%{python_sitelib}/epydoc/*.pyc
-%ghost %{python_sitelib}/epydoc/*.pyo
-%dir %{python_sitelib}/epydoc/markup
-%{python_sitelib}/epydoc/markup/*.py
-%{python_sitelib}/epydoc/markup/*.pyc
-%ghost %{python_sitelib}/epydoc/markup/*.pyo
-%dir %{python_sitelib}/epydoc/test
-%{python_sitelib}/epydoc/test/*.py
-%{python_sitelib}/epydoc/test/*.pyc
-%ghost %{python_sitelib}/epydoc/test/*.pyo
+%{python_sitelib}/epydoc/
 %{_datadir}/applications/*epydocgui.desktop
 %{_mandir}/man1/epydoc.1*
 %{_mandir}/man1/epydocgui.1*
 
 
 %changelog
+* Wed Sep  6 2006 Matthias Saou <http://freshrpms.net/> 2.1-6
+- No longer ghost the .pyo files, as per new python guidelines (#205374).
+
+* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 2.1-5
+- FC6 rebuild.
+- Add %%{?dist} tag.
+- Update summary line.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the scm-commits mailing list