OBS User unknown 2007-03-01 19:39:40 +00:00 committed by Git OBS Bridge
parent 0b0a71dd6e
commit 71047212fc
2 changed files with 40 additions and 13 deletions

View File

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

View File

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