From 315daae4cf7b1af8fdebfa6f0e9fcdd9f78c8b86 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 14 Jul 2020 18:28:07 +0100 Subject: [PATCH] Drop use of hardlink There isn't actually any significant duplication. --- rapidjson.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/rapidjson.spec b/rapidjson.spec index e297585..2a06a4a 100644 --- a/rapidjson.spec +++ b/rapidjson.spec @@ -15,7 +15,6 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gtest-devel BuildRequires: valgrind -BuildRequires: util-linux BuildRequires: doxygen %description @@ -90,8 +89,6 @@ find . -type f -name CMakeLists.txt -print0 | \ %make_install -Cbuild cp -a CHANGELOG.md readme*.md %{buildroot}%{_pkgdocdir} find %{buildroot} -type f -name 'CMake*.txt' -delete -hardlink -v %{buildroot}%{_includedir} -hardlink -v %{buildroot}%{_pkgdocdir} %check