rpms/epydoc/devel epydoc.spec,1.6,1.7

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


Author: thias

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

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/devel/epydoc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- epydoc.spec	28 Aug 2006 09:21:16 -0000	1.6
+++ epydoc.spec	6 Sep 2006 13:31:59 -0000	1.7
@@ -3,7 +3,7 @@
 Summary: Automatic API documentation generation tool for Python
 Name: epydoc
 Version: 2.1
-Release: 5%{?dist}
+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,16 @@
 %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.




More information about the fedora-extras-commits mailing list