From 092a475f8bc170a9c5c793d7fc4230ffd015af1f Mon Sep 17 00:00:00 2001 From: lingsheng Date: Wed, 29 Jul 2020 16:10:21 +0800 Subject: [PATCH] Not use hardlink absolute path --- rapidjson.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rapidjson.spec b/rapidjson.spec index 41cb360..5c77a2b 100644 --- a/rapidjson.spec +++ b/rapidjson.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: rapidjson Version: 1.1.0 -Release: 9 +Release: 10 Summary: small & selft-contained fast JSON parser and generator for C++ License: MIT URL: http://miloyip.github.io/rapidjson @@ -66,8 +66,8 @@ cd - %{__cp} -a CHANGELOG.md readme*.md examples %{buildroot}%{_pkgdocdir} %{_bindir}/find %{buildroot} -type f -name 'CMake*.txt' -print0 | \ %{_bindir}/xargs -0 %{__rm} -fv -%{_sbindir}/hardlink -v %{buildroot}%{_includedir} -%{_sbindir}/hardlink -v %{buildroot}%{_pkgdocdir} +hardlink -v %{buildroot}%{_includedir} +hardlink -v %{buildroot}%{_pkgdocdir} %check CTEST_EXCLUDE=".*valgrind.*" @@ -88,5 +88,8 @@ cd - %doc %{_pkgdocdir} %changelog +* Wed Jul 29 2020 lingsheng - 1.1.0-10 +- Not use hardlink absolute path + * Mon Jun 8 2020 Jeffery.Gao - 1.1.0-9 - Package init