From 794a49d7ca4959cd18b83699fa6e691f8fe2e493 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sep 04 2019 14:49:45 +0000 Subject: beaker-tests: fix vera.spec for boost url The old URL stopped to work; so use a different one instead. We have the vera.spec twice in the repo, so sync them. --- diff --git a/beaker-tests/Regression/dist-git/tests/batch1/static/vera.spec b/beaker-tests/Regression/dist-git/tests/batch1/static/vera.spec index c71457d..e72a287 100644 --- a/beaker-tests/Regression/dist-git/tests/batch1/static/vera.spec +++ b/beaker-tests/Regression/dist-git/tests/batch1/static/vera.spec @@ -6,6 +6,7 @@ Summary: A programmable tool for verification, analysis and transformatio License: Boost %global commit0 cf13c413f641b5816a4fc9cd4b2fb248c81bf2bd URL: https://github.com/verateam/%{name} + Source0: https://github.com/verateam/%{name}/archive/%{commit0}.tar.gz BuildRequires: cmake @@ -16,6 +17,8 @@ BuildRequires: tk-devel BuildRequires: lua-devel BuildRequires: python2-devel +BuildRequires: gcc-c++ + %description Vera++ is a programmable tool for verification, analysis and transformation of @@ -26,6 +29,8 @@ collections - the scripts are actually performing the requested tasks. %prep %autosetup -n %{name}-%{commit0} +sed -i 's|URL http://${SOURCEFORGE}/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2|URL http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.tar.bz2|' src/boost.cmake + %build %cmake . make %{?_smp_mflags} diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/files/vera.spec b/beaker-tests/Sanity/copr-cli-basic-operations/files/vera.spec index 9126578..e72a287 100644 --- a/beaker-tests/Sanity/copr-cli-basic-operations/files/vera.spec +++ b/beaker-tests/Sanity/copr-cli-basic-operations/files/vera.spec @@ -29,6 +29,8 @@ collections - the scripts are actually performing the requested tasks. %prep %autosetup -n %{name}-%{commit0} +sed -i 's|URL http://${SOURCEFORGE}/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2|URL http://sourceforge.net/projects/boost/files/boost/1.60.0/boost_1_60_0.tar.bz2|' src/boost.cmake + %build %cmake . make %{?_smp_mflags}