rpms/epydoc/FC-5 epydoc.spec,1.5,1.6

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-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25954/FC-5

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-5/epydoc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- epydoc.spec	8 Feb 2006 15:36:11 -0000	1.5
+++ epydoc.spec	6 Sep 2006 13:31:53 -0000	1.6
@@ -1,9 +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/
@@ -38,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
@@ -58,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