]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
add dev bcond to disable clean source part
authorElan Ruusamäe <glen@delfi.ee>
Sat, 31 May 2014 14:21:03 +0000 (17:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 31 May 2014 14:21:03 +0000 (17:21 +0300)
chromium-browser.spec

index 691d76e771ec064b663dc63fac43814e36b7d07d..9d830636cc574d082f8f6f4a16dcb5248df2bb66 100644 (file)
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_without cups                    # with cups
 %bcond_without debuginfo               # disable debuginfo creation (it is huge)
+%bcond_with    dev                     # with dev optimizations (skip clean source)
 %bcond_without gconf                   # with GConf
 %bcond_without kerberos                # build with kerberos support (dlopened if support compiled, library names in net/http/http_auth_gssapi_posix.cc)
 %bcond_without keyring                 # with keyring support (gnome-keyring dlopened, kwalletd via dbus)
@@ -312,6 +313,8 @@ ln -s %{SOURCE7} .
 %patch32 -p1
 %patch35 -p1
 
+%{?with_dev:exit 0}
+
 sh -x clean-source.sh \
        %{!?with_nacl:nacl=0} \
        %{!?with_system_libvpx:libvpx=0} \
This page took 0.103318 seconds and 4 git commands to generate.