]> git.pld-linux.org Git - packages/libgit2.git/commitdiff
drop tests_online bcond (ONLINE_TESTS option was removed)
authorJan Palus <atler@pld-linux.org>
Mon, 17 Sep 2018 23:31:08 +0000 (01:31 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 17 Sep 2018 23:31:08 +0000 (01:31 +0200)
libgit2.spec

index 2556545e15d7a3dd729d7af8dabd8ad909da2d86..c3654d5f5d90f10c75d22a28528c6c4a3b14f282 100644 (file)
@@ -4,7 +4,6 @@
 %bcond_without kerberos5       # GSSAPI for SPNEGO auth
 %bcond_without libssh          # SSH support via libssh2
 %bcond_without tests           # build without tests
-%bcond_with    tests_online    # build with tests reqiuring online access
 
 Summary:       C Git library
 Summary(pl.UTF-8):     Biblioteka Git dla C
@@ -81,7 +80,6 @@ cd build
        %{cmake_on_off curl CURL} \
        %{cmake_on_off kerberos5 USE_GSSAPI} \
        %{cmake_on_off libssh USE_SSH} \
-       %{cmake_on_off tests_online ONLINE_TESTS} \
        -DTHREADSAFE:BOOL=ON
 %{__make}
 
This page took 0.027007 seconds and 4 git commands to generate.