Revision: 46436
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46436&view=rev
Author:   jordisayol
Date:     2011-08-26 07:29:53 +0000 (Fri, 26 Aug 2011)
Log Message:
-----------
Add "ISO-8859-1 75dpi fonts" for fedora rpm building dependency.

Modified Paths:
--------------
    brlcad/trunk/sh/make_rpm.sh

Modified: brlcad/trunk/sh/make_rpm.sh
===================================================================
--- brlcad/trunk/sh/make_rpm.sh 2011-08-26 04:00:57 UTC (rev 46435)
+++ brlcad/trunk/sh/make_rpm.sh 2011-08-26 07:29:53 UTC (rev 46436)
@@ -196,8 +196,13 @@
 Packager: Jordi Sayol <g.sa...@yahoo.es>
 
 ExclusiveArch: '$ARCH'
-Provides: brlcad = '$BVERSION'-'$RELEASE', brlcad('$FARCH') = 
'$BVERSION'-'$RELEASE'
+Provides: brlcad = '$BVERSION'-'$RELEASE', brlcad('$FARCH') = 
'$BVERSION'-'$RELEASE > $TMPDIR/brlcad.spec
 
+if test "$DNAME" = "fedora" ;then
+    echo -e 'Requires: xorg-x11-fonts-ISO8859-1-75dpi' >> $TMPDIR/brlcad.spec
+fi
+
+echo -e '
 %description
 BRL-CAD is a powerful cross-platform Open Source combinatorial
 Constructive Solid Geometry (CSG) solid modeling system that
@@ -250,7 +255,7 @@
 
 SuSEconfig &>/dev/null || :
 
-%files' > $TMPDIR/brlcad.spec
+%files' >> $TMPDIR/brlcad.spec
 
 find $TMPDIR/tmp/ -type d | sed 's:'$TMPDIR'/tmp:%dir ":' | sed 's:$:":' >> 
$TMPDIR/brlcad.spec
 find $TMPDIR/tmp/ -type f | sed 's:'$TMPDIR'/tmp:":' | sed 's:$:":' >> 
$TMPDIR/brlcad.spec

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to