From 73e83e16ae6949163f5e118a42648a19d4efc3febce0f8818d1ca1e5e9ac5253 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 27 Apr 2011 09:37:08 +0000 Subject: [PATCH] Accepting request 68278 from home:TheBlackCat:multimedia Reviewed ok OBS-URL: https://build.opensuse.org/request/show/68278 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=9 --- baselibs.conf | 1 + exempi.changes | 5 +++++ exempi.spec | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..2d216f0 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libexempi3 diff --git a/exempi.changes b/exempi.changes index 1b1b726..bbcc043 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com + +- Add 32bit compatibility libraries + ------------------------------------------------------------------- Thu Dec 9 01:04:53 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/exempi.spec b/exempi.spec index bdce256..17caf58 100644 --- a/exempi.spec +++ b/exempi.spec @@ -21,7 +21,7 @@ Name: exempi Url: http://libopenraw.freedesktop.org/wiki/Exempi Version: 2.1.1 -Release: 8 +Release: 9 BuildRequires: boost-devel >= 1.33.0 BuildRequires: gcc-c++ BuildRequires: libexpat-devel @@ -32,7 +32,7 @@ License: BSD3c(or similar) Group: Development/Libraries/C and C++ Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch0: exempi-no-shave.patch +Patch0: exempi-no-shave.patch %define debug_package_requires libexempi3 = %{version} %description @@ -50,7 +50,7 @@ XMP parsing and IO library License: BSD3c(or similar) Summary: XMP support library Requires: libexempi3 = %{version} -Requires: glibc-devel +Requires: glibc-devel Group: Development/Libraries/C and C++ %description -n libexempi-devel @@ -59,6 +59,7 @@ XMP parsing and IO library %prep %setup -q %patch0 + %build autoreconf -fiv export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"