Add BuildRequires on gcc
https://fedoraproject.org/wiki/Packaging:C_and_C++#BuildRequires_and_Requires
This commit is contained in:
parent
a98cc26361
commit
9ce04c2264
24
chrpath.spec
24
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 <amigadave@amigadave.com> - 0.16-8
|
||||
- Add BuildRequires on gcc
|
||||
- Remove Group tag, reorder other tags
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user