diff --git a/libexif.changes b/libexif.changes index 8b0a9e9..6de7b95 100644 --- a/libexif.changes +++ b/libexif.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 23:13:40 CET 2007 - dmueller@suse.de + +- split off devel package + ------------------------------------------------------------------- Tue Oct 17 17:20:08 CEST 2006 - meissner@suse.de diff --git a/libexif.spec b/libexif.spec index 9e29744..0c0d0c9 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,7 +1,7 @@ # # spec file for package libexif (Version 0.6.14) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -17,7 +17,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/C and C++ Summary: An EXIF Tag Parsing Library for Digital Cameras Version: 0.6.14 -Release: 7 +Release: 25 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Patch0: libexif-fixpkgconfig.patch @@ -28,6 +28,21 @@ digital cameras. +Authors: +-------- + Lutz Müller + Curtis Galloway + +%package devel +Group: Development/Libraries/C and C++ +Summary: An EXIF Tag Parsing Library for Digital Cameras (Development files) + +%description devel +This library is used to parse EXIF information from JPEGs created by +digital cameras. + + + Authors: -------- Lutz Müller @@ -54,13 +69,20 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc %_defaultdocdir/%name -%{_libdir}/lib* +%{_libdir}/lib*.so.* /usr/share/locale/*/LC_MESSAGES/libexif*.mo + +%files devel +%defattr(-,root,root) +%doc %_defaultdocdir/%name +%{_libdir}/lib*.so +%{_libdir}/lib*.la /usr/include/* %{_libdir}/pkgconfig/* -%changelog -n libexif +%changelog +* Tue Feb 27 2007 - dmueller@suse.de +- split off devel package * Tue Oct 17 2006 - meissner@suse.de - Lots of Makernote enhancements, for both Canon and Nikon. - Updated german translation. @@ -68,8 +90,8 @@ rm -rf ${RPM_BUILD_ROOT} - fixed compilation problem (min -> MIN, max -> MAX) * Wed Sep 27 2006 - meissner@suse.de - updgraded to current versions -- bugfixes -- some more Canon MakerNote entries added + - bugfixes + - some more Canon MakerNote entries added * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Jan 19 2006 - meissner@suse.de @@ -80,8 +102,8 @@ rm -rf ${RPM_BUILD_ROOT} - Upgraded to 0.6.13 final. * Mon Oct 10 2005 - meissner@suse.de - Updated to current CVS, dropped old patches. -- german translation mostly done (by myself) -- bugfix for crash in COPYRIGHT tag handling #118991 + - german translation mostly done (by myself) + - bugfix for crash in COPYRIGHT tag handling #118991 * Wed Aug 31 2005 - meissner@suse.de - Use RPM_OPT_FLAGS. - Merged fixes from HEAD CVS, almost only Canon Maker Note @@ -118,14 +140,14 @@ rm -rf ${RPM_BUILD_ROOT} ABI changes which have not yet migrated to all the tools. * Mon Feb 23 2004 - meissner@suse.de - Upgraded to upstream 0.5.13: -- bugfixes and some new features. -- merged with libmnote + - bugfixes and some new features. + - merged with libmnote * Wed Oct 15 2003 - meissner@suse.de - don't build as root. * Wed Aug 06 2003 - meissner@suse.de - Upgreaded to upstream 0.5.12: -- fixed endless loops and crashes on invalid exif data. -- translation updates. + - fixed endless loops and crashes on invalid exif data. + - translation updates. * Mon Jul 21 2003 - meissner@suse.de - Upgraded to upstream 0.5.10. * Tue May 13 2003 - meissner@suse.de