SHA256
1
0
forked from pool/xerces-c

Accepting request 210759 from devel:libraries:c_c++

Add baselibs.conf -- Citrix reciver (ICAclient) needs libxerces-c-3_1-32bit  (forwarded request 210742 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/210759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xerces-c?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2013-12-13 12:11:49 +00:00 committed by Git OBS Bridge
commit 7ffaacd023
3 changed files with 17 additions and 9 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libxerces-c-3_1

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 12 21:58:01 UTC 2013 - zaitor@opensuse.org
- Add baselib.conf in order to build -32Bit.
-------------------------------------------------------------------
Sun Oct 20 21:38:44 UTC 2013 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xerces-c
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,16 +16,18 @@
#
Name: xerces-c
BuildRequires: gcc-c++ libicu-devel pkgconfig
BuildRequires: gcc-c++
BuildRequires: libicu-devel
BuildRequires: pkgconfig
Version: 3.1.1
Release: 0
Summary: A Validating XML Parser
License: Apache-2.0
Group: Productivity/Publishing/XML
Version: 3.1.1
Release: 4
Summary: A Validating XML Parser
Url: http://xerces.apache.org/xerces-c/
Source: xerces-c-%{version}.tar.gz
Source0: xerces-c-%{version}.tar.gz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -37,8 +39,8 @@ faithful to the XML 1.0 recommendation and associated standards ( DOM
1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).
%package -n libxerces-c-3_1
Group: Productivity/Publishing/XML
Summary: Shared libraries for Xerces-c - a validating XML parser
Group: Productivity/Publishing/XML
Provides: Xerces-c = %{version}
Obsoletes: Xerces-c <= %{version}
@ -58,8 +60,8 @@ Provides: Xerces-c-devel = %{version}
Obsoletes: Xerces-c-devel <= %{version}
Provides: libXerces-c-devel = %{version}
Obsoletes: libXerces-c-devel <= %{version}
Group: Development/Libraries/C and C++
Summary: A validating XML parser - Development Files
Group: Development/Libraries/C and C++
%description -n libxerces-c-devel
Xerces-C is a validating XML parser written in a portable subset of