diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..4045c77 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libexif diff --git a/libexif.changes b/libexif.changes index 7c81a19..4508fb5 100644 --- a/libexif.changes +++ b/libexif.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Mon Mar 17 10:15:32 CET 2008 - meissner@suse.de diff --git a/libexif.spec b/libexif.spec index 986d509..43b2de3 100644 --- a/libexif.spec +++ b/libexif.spec @@ -18,7 +18,7 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: An EXIF Tag Parsing Library for Digital Cameras Version: 0.6.16.2 -Release: 15 +Release: 21 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 @@ -34,6 +34,7 @@ Authors: Curtis Galloway %package devel +License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: An EXIF Tag Parsing Library for Digital Cameras (Development files) Requires: %{name} = %{version} glibc-devel @@ -87,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Mon Mar 17 2008 meissner@suse.de - updated to current CVS - stability fixes in memory handling