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"