OBS User unknown
2009-01-12 00:50:52 +00:00
committed by Git OBS Bridge
parent c33e2015e7
commit 5cd306583c
2 changed files with 14 additions and 5 deletions

View File

@@ -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

View File

@@ -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