From 84f7c8dbd8d76789820980c93acec90e94905770 Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 7 Sep 2009 20:08:35 +0000 Subject: [PATCH] Need redhat-rpm-config for SUSE build service. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@495 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- opensaml.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opensaml.spec.in b/opensaml.spec.in index 9d24213..04b307f 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -23,6 +23,9 @@ BuildRequires: xmltooling-devel >= 1.2 %endif BuildRequires: gcc-c++ %{!?_without_doxygen:BuildRequires: doxygen} +%if "%{_vendor}" == "redhat" +BuildRequires: redhat-rpm-config +%endif %if "%{_vendor}" == "suse" %define pkgdocdir %{_docdir}/%{name} -- 2.1.4