X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=opensaml.spec.in;h=9d0df516fe7f110f4eb69dc8ce7436a79f8b01d5;hp=f8cbefbd64ac8347c2a537d9f65ab87273141ff4;hb=07dbbcf3a8fc0aba6fefe741f1760442a0a6ea65;hpb=8148f5a4820a6ea7ce915442b1dbd9454a55ca73 diff --git a/opensaml.spec.in b/opensaml.spec.in index f8cbefb..9d0df51 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -1,16 +1,20 @@ Name: opensaml Summary: Open source SAML library Version: @-VERSION-@ -Release: 6 +Release: 1 Group: System Environment/Libraries Vendor: Internet2 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} @@ -55,7 +59,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 +94,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.