From 5cd306583c4e22708ab324ba4188294bc618814c824856ca82979753910d3c43 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Jan 2009 00:50:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=8 --- exempi.changes | 6 ++++++ exempi.spec | 13 ++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/exempi.changes b/exempi.changes index 87b0c53..27c8ed0 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 9 22:23:55 CET 2009 - crrodriguez@suse.de + +- remove static libraries and "la" files +- correct -devel package deps + ------------------------------------------------------------------- Wed Oct 22 11:23:51 CDT 2008 - maw@suse.de diff --git a/exempi.spec b/exempi.spec index 6be74c0..28d96a2 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,7 +1,7 @@ # # spec file for package exempi (Version 2.0.2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -24,7 +24,7 @@ BuildRequires: libexpat-devel Name: exempi Url: http://libopenraw.freedesktop.org/wiki/Exempi Version: 2.0.2 -Release: 2 +Release: 3 Summary: XMP support library License: BSD 3-Clause Group: Development/Libraries/C and C++ @@ -65,7 +65,7 @@ Authors: %package -n libexempi-devel License: BSD 3-Clause Summary: XMP support library -Requires: libexempi3 = %{version} libexpat-devel +Requires: libexempi3 = %{version} glibc-devel Group: Development/Libraries/C and C++ %description -n libexempi-devel @@ -85,11 +85,12 @@ Authors: %build export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure +%configure --disable-static --with-pic %__make %{?jobs:-j%jobs} %install %makeinstall +%{__rm} -f %{buildroot}%{_libdir}/*.la %post -n libexempi3 -p /sbin/ldconfig @@ -107,11 +108,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc README COPYING ChangeLog %{_libdir}/lib*.so -%{_libdir}/lib*.*a %{_includedir}/exempi-2.0 %{_libdir}/pkgconfig/*.pc %changelog +* Fri Jan 09 2009 crrodriguez@suse.de +- remove static libraries and "la" files +- correct -devel package deps * Wed Oct 22 2008 maw@suse.de - Make debug packages require a specific %%{version}-%%{release}. * Wed Aug 13 2008 hfiguiere@suse.de