rpms/eric/devel eric.spec,1.30,1.31

Rex Dieter rdieter at fedoraproject.org
Mon Sep 22 14:32:28 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/eric/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3278

Modified Files:
	eric.spec 
Log Message:
make doc deps optional (when/if we ever get rpm support)



Index: eric.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eric/devel/eric.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- eric.spec	7 Sep 2008 14:17:14 -0000	1.30
+++ eric.spec	22 Sep 2008 14:31:58 -0000	1.31
@@ -35,10 +35,10 @@
 Requires: qscintilla-python
 
 # Need this for the documentation
-Requires: python-docs
-Requires: qt4-designer
-Requires: qt4-doc
-
+Requires(hint): python-docs
+Requires(hint): qt4-designer
+# wow, at 80mb+, are we sure we want this?  -- Rex
+Requires(hint): qt4-doc
 
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
 %global full_python_ver %(%{__python} -c "import sys ; print sys.version[:5]")




More information about the fedora-extras-commits mailing list