From 6b9cbc7106a6d3053ec1009373710ec1e3873de5 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 22 Jan 2020 15:28:51 +0300 Subject: [PATCH] Remove not used %%track (for rpm4 where there is no %%track) --- cmocka.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmocka.spec b/cmocka.spec index 1fd9c36..0a8231a 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -20,13 +20,6 @@ Source1: https://cmocka.org/files/%{urlver}/cmocka-%{version}.tar.xz.asc BuildRequires: cmake BuildRequires: doxygen -%track -prog %{name} = { - url = https://cmocka.org/files/%{urlver}/ - version = %{version} - regex = %{name}-(__VER__)\.tar\.xz -} - %description There are a variety of C unit testing frameworks available however many of them are fairly complex and require the latest compiler technology. Some development -- 2.24.3