missing BR on C compiler
This commit is contained in:
parent
47916cb74a
commit
0b066e35f7
@ -17,12 +17,13 @@
|
|||||||
Name: %{libname}
|
Name: %{libname}
|
||||||
Summary: Client library for AMQP
|
Summary: Client library for AMQP
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/alanxz/rabbitmq-c
|
URL: https://github.com/alanxz/rabbitmq-c
|
||||||
|
|
||||||
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
|
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: cmake > 2.8
|
BuildRequires: cmake > 2.8
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
# For tools
|
# For tools
|
||||||
@ -109,6 +110,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 0.8.0-7
|
||||||
|
- missing BR on C compiler
|
||||||
|
|
||||||
* Thu Feb 15 2018 Remi Collet <remi@remirepo.net> - 0.8.0-6
|
* Thu Feb 15 2018 Remi Collet <remi@remirepo.net> - 0.8.0-6
|
||||||
- drop ldconfig scriptlets
|
- drop ldconfig scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user