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
|
||||||
Name: chrpath
|
Version: 0.16
|
||||||
Version: 0.16
|
Release: 8%{?dist}
|
||||||
Release: 7%{?dist}
|
Summary: Modify rpath of compiled programs
|
||||||
License: GPL+
|
|
||||||
Group: Development/Tools
|
License: GPL+
|
||||||
URL: https://chrpath.alioth.debian.org/
|
URL: https://chrpath.alioth.debian.org/
|
||||||
Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
|
Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,7 +21,7 @@ is supported.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -36,6 +38,10 @@ rm -fr %{buildroot}/usr/doc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user