[xmltooling] 13/14: Filter out vanilla libcurl on RH6

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Dec 10 22:10:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.4.2
in repository xmltooling.

commit 8365e382fa73aaf932f2b92fa57b95981c017901
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Tue Jun 28 18:16:25 2011 +0000

    Filter out vanilla libcurl on RH6
---
 xmltooling.spec.in | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index 4d84ccf..4cfc7c9 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -1,12 +1,12 @@
 Name:		@PACKAGE_NAME@
 Version:	@PACKAGE_VERSION@
 Release:	1
-Summary:    OpenSAML XMLTooling library
+Summary:	OpenSAML XMLTooling library
 Group:		Development/Libraries/C and C++
 Vendor:		Internet2
 License:	Apache 2.0
 URL:		http://www.opensaml.org/
-Source:	    %{name}-%{version}.tar.gz
+Source:		%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 %if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
 BuildRequires:  libXerces-c-devel >= 2.8.0
@@ -37,6 +37,12 @@ BuildRequires: redhat-rpm-config
 %define pkgdocdir %{_docdir}/%{name}-%{version}
 %endif
 
+# Prevent the RH6 package from requiring a vanilla libcurl.
+%if 0%{?rhel} >= 6
+%filter_from_requires /libcurl\.so\..*/d
+%filter_setup
+%endif
+
 %description
 The XMLTooling library contains generic XML parsing and processing
 classes based on the Xerces-C DOM. It adds more powerful facilities

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list