rpms/epydoc/devel epydoc.spec,1.16,1.17

Matthias Saou thias at fedoraproject.org
Tue Dec 8 19:52:26 UTC 2009


Author: thias

Update of /cvs/extras/rpms/epydoc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4994

Modified Files:
	epydoc.spec 
Log Message:
Add texlive-dvips and texlive-latex requirements (#522249).



Index: epydoc.spec
===================================================================
RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- epydoc.spec	24 Jul 2009 22:14:08 -0000	1.16
+++ epydoc.spec	8 Dec 2009 19:52:26 -0000	1.17
@@ -3,7 +3,7 @@
 Summary: Automatic API documentation generation tool for Python
 Name: epydoc
 Version: 3.0.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: Development/Tools
 License: MIT
 URL: http://epydoc.sourceforge.net/
@@ -13,6 +13,9 @@ Patch0: epydoc-3.0.1-nohashbang.patch
 Patch1: epydoc-3.0.1-giftopng.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: tkinter
+# Needed for some outputs, like --pdf (#522249)
+Requires: texlive-dvips
+Requires: texlive-latex
 BuildRequires: python-devel
 BuildRequires: desktop-file-utils
 BuildArch: noarch
@@ -72,6 +75,9 @@ desktop-file-install \
 
 
 %changelog
+* Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 3.0.1-6
+- Add texlive-dvips and texlive-latex requirements (#522249).
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list