]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- now xdao is default off auto/ac/cdrdao-1_1_9-1
authoraverne <averne@pld-linux.org>
Sat, 10 Jul 2004 11:43:15 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrdao.spec -> 1.56

cdrdao.spec

index 0b891ee7a1c99abd76247e68fe8aeb22412f416b..453297db4ca8a98a419f0e69341b256ac10cbaca 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without gnome   # without gcdmaster
+%bcond_with    gnome   # without gcdmaster
 #
 Summary:       Tools for burning CDRs in Disk At Once mode
 Summary(pl):   Narzêdzia do wypalania p³yt w trybie Disk At Once
@@ -88,8 +88,12 @@ sed -i -e 's/^en_xdao=yes$/en_xdao=no/' configure.in
        --with-pcctsbin=%{_bindir} \
        --with-pcctsinc=/usr/lib/pccts/h \
        --with-scglib-inc=/usr/include/schily \
-       --with-scglib-lib=/usr/lib \
-       --with-xdao
+       %if %{with gnome}
+       --with-xdao \ 
+       %else
+       --without-xdao \
+       %endif
+       --with-scglib-lib=/usr/lib 
 
 %{__make}
 
This page took 0.069363 seconds and 4 git commands to generate.