[Tux4kids-commits] r1639 - tuxtype/trunk

David Bruce dbruce-guest at alioth.debian.org
Tue Nov 10 01:28:22 UTC 2009


Author: dbruce-guest
Date: 2009-11-10 01:28:22 +0000 (Tue, 10 Nov 2009)
New Revision: 1639

Modified:
   tuxtype/trunk/tuxtype.spec.in
   tuxtype/trunk/tuxtype_preview.spec.in
Log:
fix of specfiles to skip test for librsvg



Modified: tuxtype/trunk/tuxtype.spec.in
===================================================================
--- tuxtype/trunk/tuxtype.spec.in	2009-11-09 22:36:55 UTC (rev 1638)
+++ tuxtype/trunk/tuxtype.spec.in	2009-11-10 01:28:22 UTC (rev 1639)
@@ -94,7 +94,9 @@
 %configure --disable-rpath \
            --prefix=%_prefix \
            --localstatedir=%_localstatedir \
-           --sysconfdir=%_sysconfdir
+           --sysconfdir=%_sysconfdir \
+           --without-rsvg
+
 make %{?jobs:-j %jobs}
 
 

Modified: tuxtype/trunk/tuxtype_preview.spec.in
===================================================================
--- tuxtype/trunk/tuxtype_preview.spec.in	2009-11-09 22:36:55 UTC (rev 1638)
+++ tuxtype/trunk/tuxtype_preview.spec.in	2009-11-10 01:28:22 UTC (rev 1639)
@@ -100,7 +100,8 @@
 %configure --disable-rpath \
            --prefix=%_prefix \
            --localstatedir=%_localstatedir \
-           --sysconfdir=%_sysconfdir
+           --sysconfdir=%_sysconfdir \
+           --without-rsvg
 make %{?jobs:-j %jobs}
 
 




More information about the Tux4kids-commits mailing list