X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=opensaml.spec.in;h=aad9ff0e65ee36dfecd000bd6944a404f7bcea75;hp=19a8a1cfe334c2b92b789efc71c483927a43ac7f;hb=5ff8914c92dd6c8ff80a09daa98f0c23a1401104;hpb=48c49053e02d1000ba757bf290104d280e9c8b86 diff --git a/opensaml.spec.in b/opensaml.spec.in index 19a8a1c..aad9ff0 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -8,9 +8,13 @@ License: Apache 2.0 URL: http://www.opensaml.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 +%if 0%{?suse_version} > 1030 +BuildRequires: libXerces-c-devel >= 2.8.0 +%else +BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 +%endif BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: xmltooling-devel >= 1.1 +BuildRequires: xmltooling-devel >= 1.2 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel} @@ -25,6 +29,7 @@ This package contains the saml runtime library. Summary: OpenSAML development Headers Group: Development/Libraries Requires: %{name} = %{version} +Requires: xmltooling-devel >= 1.2 %description devel OpenSAML is an open source implementation of the OASIS Security Assertion @@ -55,7 +60,7 @@ OpenSAML Library API documentation generated by doxygen. find $RPM_BUILD_ROOT/%{_bindir} -type f | %{__sed} -e "s|$RPM_BUILD_ROOT||" | sort > rpm.binlist -%check || : +%check %{__make} check %clean @@ -90,6 +95,10 @@ find $RPM_BUILD_ROOT/%{_bindir} -type f | %doc %{_datadir}/doc/%{name}/api %changelog +* Wed Dec 3 2008 Scott Cantor - 2.2-1 +- Bumping for minor update. +- Fixing SUSE Xerces dependency name. + * Tue Jul 1 2008 Scott Cantor - 2.1-1 - Bumping for minor update.