This commit is contained in:
parent
0b0a71dd6e
commit
71047212fc
@ -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
|
Tue Oct 17 17:20:08 CEST 2006 - meissner@suse.de
|
||||||
|
|
||||||
|
48
libexif.spec
48
libexif.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libexif (Version 0.6.14)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# 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++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
||||||
Version: 0.6.14
|
Version: 0.6.14
|
||||||
Release: 7
|
Release: 25
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch0: libexif-fixpkgconfig.patch
|
Patch0: libexif-fixpkgconfig.patch
|
||||||
@ -28,6 +28,21 @@ digital cameras.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Lutz Müller <lutz@users.sourceforge.net>
|
||||||
|
Curtis Galloway <curtisg@users.sourceforge.net>
|
||||||
|
|
||||||
|
%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:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Lutz Müller <lutz@users.sourceforge.net>
|
Lutz Müller <lutz@users.sourceforge.net>
|
||||||
@ -54,13 +69,20 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %_defaultdocdir/%name
|
%{_libdir}/lib*.so.*
|
||||||
%{_libdir}/lib*
|
|
||||||
/usr/share/locale/*/LC_MESSAGES/libexif*.mo
|
/usr/share/locale/*/LC_MESSAGES/libexif*.mo
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc %_defaultdocdir/%name
|
||||||
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/lib*.la
|
||||||
/usr/include/*
|
/usr/include/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog -n libexif
|
%changelog
|
||||||
|
* Tue Feb 27 2007 - dmueller@suse.de
|
||||||
|
- split off devel package
|
||||||
* Tue Oct 17 2006 - meissner@suse.de
|
* Tue Oct 17 2006 - meissner@suse.de
|
||||||
- Lots of Makernote enhancements, for both Canon and Nikon.
|
- Lots of Makernote enhancements, for both Canon and Nikon.
|
||||||
- Updated german translation.
|
- Updated german translation.
|
||||||
@ -68,8 +90,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- fixed compilation problem (min -> MIN, max -> MAX)
|
- fixed compilation problem (min -> MIN, max -> MAX)
|
||||||
* Wed Sep 27 2006 - meissner@suse.de
|
* Wed Sep 27 2006 - meissner@suse.de
|
||||||
- updgraded to current versions
|
- updgraded to current versions
|
||||||
- bugfixes
|
- bugfixes
|
||||||
- some more Canon MakerNote entries added
|
- some more Canon MakerNote entries added
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Jan 19 2006 - meissner@suse.de
|
* Thu Jan 19 2006 - meissner@suse.de
|
||||||
@ -80,8 +102,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Upgraded to 0.6.13 final.
|
- Upgraded to 0.6.13 final.
|
||||||
* Mon Oct 10 2005 - meissner@suse.de
|
* Mon Oct 10 2005 - meissner@suse.de
|
||||||
- Updated to current CVS, dropped old patches.
|
- Updated to current CVS, dropped old patches.
|
||||||
- german translation mostly done (by myself)
|
- german translation mostly done (by myself)
|
||||||
- bugfix for crash in COPYRIGHT tag handling #118991
|
- bugfix for crash in COPYRIGHT tag handling #118991
|
||||||
* Wed Aug 31 2005 - meissner@suse.de
|
* Wed Aug 31 2005 - meissner@suse.de
|
||||||
- Use RPM_OPT_FLAGS.
|
- Use RPM_OPT_FLAGS.
|
||||||
- Merged fixes from HEAD CVS, almost only Canon Maker Note
|
- 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.
|
ABI changes which have not yet migrated to all the tools.
|
||||||
* Mon Feb 23 2004 - meissner@suse.de
|
* Mon Feb 23 2004 - meissner@suse.de
|
||||||
- Upgraded to upstream 0.5.13:
|
- Upgraded to upstream 0.5.13:
|
||||||
- bugfixes and some new features.
|
- bugfixes and some new features.
|
||||||
- merged with libmnote
|
- merged with libmnote
|
||||||
* Wed Oct 15 2003 - meissner@suse.de
|
* Wed Oct 15 2003 - meissner@suse.de
|
||||||
- don't build as root.
|
- don't build as root.
|
||||||
* Wed Aug 06 2003 - meissner@suse.de
|
* Wed Aug 06 2003 - meissner@suse.de
|
||||||
- Upgreaded to upstream 0.5.12:
|
- Upgreaded to upstream 0.5.12:
|
||||||
- fixed endless loops and crashes on invalid exif data.
|
- fixed endless loops and crashes on invalid exif data.
|
||||||
- translation updates.
|
- translation updates.
|
||||||
* Mon Jul 21 2003 - meissner@suse.de
|
* Mon Jul 21 2003 - meissner@suse.de
|
||||||
- Upgraded to upstream 0.5.10.
|
- Upgraded to upstream 0.5.10.
|
||||||
* Tue May 13 2003 - meissner@suse.de
|
* Tue May 13 2003 - meissner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user