You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2008/12/03 22:57:38 UTC

svn commit: r723092 - /xml/security/trunk/c/xml-security-c.spec

Author: scantor
Date: Wed Dec  3 13:57:37 2008
New Revision: 723092

URL: http://svn.apache.org/viewvc?rev=723092&view=rev
Log:
Fix SUSE Xerces dependency name.

Modified:
    xml/security/trunk/c/xml-security-c.spec

Modified: xml/security/trunk/c/xml-security-c.spec
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/xml-security-c.spec?rev=723092&r1=723091&r2=723092&view=diff
==============================================================================
--- xml/security/trunk/c/xml-security-c.spec (original)
+++ xml/security/trunk/c/xml-security-c.spec Wed Dec  3 13:57:37 2008
@@ -9,7 +9,12 @@
 Source0:        http://xml.apache.org/security/dist/c-library/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  xerces%{?xercesver}-c-devel >= 2.3, openssl-devel
+%if 0%{?suse_version} > 1030
+BuildRequires:  libXerces-c-devel >= 2.8.0
+%else
+BuildRequires:  xerces%{?xercesver}-c-devel >= 2.3
+%endif
+BuildRequires:  openssl-devel
 %{?_with_xalan:BuildRequires: xalan-c-devel >= 1.6}
 
 %description
@@ -61,6 +66,7 @@
 %changelog
 * Fri Sep 19 2008   Scott Cantor  <ca...@osu.edu> 1.4.1-1
 - update to 1.4.1
+- fix Xerces dependency name on SUSE
 * Wed Aug 15 2007   Scott Cantor  <ca...@osu.edu> 1.4.0-1
 - update to 1.4.0
 * Mon Jun 11 2007   Scott Cantor  <ca...@osu.edu> 1.3.1-1