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
|
||||
|
||||
|
32
libexif.spec
32
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 <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:
|
||||
--------
|
||||
Lutz Müller <lutz@users.sourceforge.net>
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user