[cpp-xmltooling] branch master updated: Add pkgconfig as a dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 16:12:38 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=d4017e697e7ead89145781d9f804fa89f442fec7
The following commit(s) were added to refs/heads/master by this push:
new d4017e6 Add pkgconfig as a dependency.
d4017e6 is described below
commit d4017e697e7ead89145781d9f804fa89f442fec7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 16:12:34 2018 -0400
Add pkgconfig as a dependency.
---
xmltooling.spec.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index f60636d..20f71b4 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -12,16 +12,13 @@ BuildRequires: libxerces-c-devel >= 3.2
BuildRequires: libxml-security-c-devel >= 2.0.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
%{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
-BuildRequires: gcc-c++, zlib-devel, openssl-devel, boost-devel >= 1.32.0
+BuildRequires: gcc-c++, pkgconfig, zlib-devel, openssl-devel, boost-devel >= 1.32.0
%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 || 0%{?amzn} >= 1
BuildRequires: libcurl-openssl-devel >= 7.21.7
Requires: libcurl-openssl >= 7.21.7
%else
BuildRequires: curl-devel >= 7.10.6
%endif
-%if 0%{?suse_version} > 1000
-BuildRequires: pkg-config
-%endif
%{!?_without_doxygen:BuildRequires: doxygen}
%if "%{_vendor}" == "redhat"
BuildRequires: redhat-rpm-config
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list