From 9ce04c2264cd26c2a785e872f0b2b6603e5bdaa6 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 20 Feb 2018 11:57:18 +0000 Subject: [PATCH] Add BuildRequires on gcc https://fedoraproject.org/wiki/Packaging:C_and_C++#BuildRequires_and_Requires --- chrpath.spec | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/chrpath.spec b/chrpath.spec index 424c4df..a8bd68e 100644 --- a/chrpath.spec +++ b/chrpath.spec @@ -1,11 +1,13 @@ -Summary: Modify rpath of compiled programs -Name: chrpath -Version: 0.16 -Release: 7%{?dist} -License: GPL+ -Group: Development/Tools -URL: https://chrpath.alioth.debian.org/ -Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz +Name: chrpath +Version: 0.16 +Release: 8%{?dist} +Summary: Modify rpath of compiled programs + +License: GPL+ +URL: https://chrpath.alioth.debian.org/ +Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz + +BuildRequires: gcc %description @@ -19,7 +21,7 @@ is supported. %build %configure -make %{?_smp_mflags} +%make_build %install @@ -36,6 +38,10 @@ rm -fr %{buildroot}/usr/doc %changelog +* Tue Feb 20 2018 David King - 0.16-8 +- Add BuildRequires on gcc +- Remove Group tag, reorder other tags + * Wed Feb 07 2018 Fedora Release Engineering - 0.16-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild