]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- added gnome bcond alias (gnomeprint+gnomevfs) for convenience
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jul 2007 18:31:49 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librsvg.spec -> 1.124

librsvg.spec

index dd88d5a574e0c1719aeceb9ec8015f894146a715..71224a568cc48066b3ff9eeb8f0db632ee0e8b28 100644 (file)
@@ -5,7 +5,12 @@
 %bcond_without libcroco        # build without CSS support through libcroco
 %bcond_without gnomeprint      # build without gnome-print support in viewer
 %bcond_without gnomevfs        # build without gnome-vfs support
+%bcond_without gnome           # disable gnomeprint and gnomevfs
 #
+%if %{without gnome}
+%undefine      with_gnomeprint
+%undefine      with_gnomevfs
+%endif
 Summary:       A Raph's Library for Rendering SVG Data
 Summary(pl.UTF-8):     Biblioteka Raph's SVG do renderowania danych SVG
 Summary(pt_BR.UTF-8):  Biblioteca SVG
This page took 0.275948 seconds and 4 git commands to generate.