From c20c21830cbb9d8f04ccc551409a72808562d1091ea9701a5f705874a812de60 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 13 Dec 2013 09:23:27 +0000 Subject: [PATCH] Accepting request 210742 from home:Zaitor Add baselibs.conf -- Citrix reciver (ICAclient) needs libxerces-c-3_1-32bit OBS-URL: https://build.opensuse.org/request/show/210742 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=15 --- baselibs.conf | 1 + xerces-c.changes | 5 +++++ xerces-c.spec | 20 +++++++++++--------- 3 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..af16f9e --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libxerces-c-3_1 diff --git a/xerces-c.changes b/xerces-c.changes index 72908d5..cc2d2dd 100644 --- a/xerces-c.changes +++ b/xerces-c.changes @@ -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 diff --git a/xerces-c.spec b/xerces-c.spec index 2fc726f..3294868 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -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