2007-01-16 00:21:46 +01:00
|
|
|
|
#
|
2009-11-16 11:55:56 +01:00
|
|
|
|
# spec file for package libexif (Version 0.6.19)
|
2007-01-16 00:21:46 +01:00
|
|
|
|
#
|
2010-01-14 16:30:51 +01:00
|
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:21:46 +01:00
|
|
|
|
#
|
2008-09-24 00:20:33 +02:00
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-16 00:21:46 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-03-19 13:00:16 +01:00
|
|
|
|
|
2007-01-16 00:21:46 +01:00
|
|
|
|
Name: libexif
|
|
|
|
|
BuildRequires: doxygen
|
2008-01-15 10:16:20 +01:00
|
|
|
|
Url: http://libexif.sourceforge.net
|
|
|
|
|
License: LGPL v2.1 or later
|
2008-07-27 11:39:37 +02:00
|
|
|
|
Group: System/Libraries
|
2007-01-16 00:21:46 +01:00
|
|
|
|
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
2009-11-16 11:55:56 +01:00
|
|
|
|
Version: 0.6.19
|
2010-01-14 16:30:51 +01:00
|
|
|
|
Release: 2
|
2009-01-08 18:34:49 +01:00
|
|
|
|
# bug437293
|
|
|
|
|
%ifarch ppc64
|
|
|
|
|
Obsoletes: libexif-64bit
|
|
|
|
|
%endif
|
|
|
|
|
#
|
2007-01-16 00:21:46 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2010-01-14 16:30:51 +01:00
|
|
|
|
Source1: baselibs.conf
|
2007-01-16 00:21:46 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This library is used to parse EXIF information from JPEGs created by
|
|
|
|
|
digital cameras.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-03-01 20:39:40 +01:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lutz M<EFBFBD>ller <lutz@users.sourceforge.net>
|
|
|
|
|
Curtis Galloway <curtisg@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
%package devel
|
2008-04-10 14:25:03 +02:00
|
|
|
|
License: LGPL v2.1 or later
|
2007-03-01 20:39:40 +01:00
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
Summary: An EXIF Tag Parsing Library for Digital Cameras (Development files)
|
2007-03-01 20:40:33 +01:00
|
|
|
|
Requires: %{name} = %{version} glibc-devel
|
2009-01-08 18:34:49 +01:00
|
|
|
|
# bug437293
|
|
|
|
|
%ifarch ppc64
|
|
|
|
|
Obsoletes: libexif-devel-64bit
|
|
|
|
|
%endif
|
|
|
|
|
#
|
2007-03-01 20:39:40 +01:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This library is used to parse EXIF information from JPEGs created by
|
|
|
|
|
digital cameras.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-16 00:21:46 +01:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lutz M<EFBFBD>ller <lutz@users.sourceforge.net>
|
|
|
|
|
Curtis Galloway <curtisg@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
2009-01-29 23:34:29 +01:00
|
|
|
|
%configure --with-pic\
|
2007-05-23 18:02:31 +02:00
|
|
|
|
--disable-static \
|
2007-03-01 20:40:33 +01:00
|
|
|
|
--with-doc-dir=%{_docdir}/%{name}
|
2009-01-29 23:34:29 +01:00
|
|
|
|
%{__make} %{?jobs:-j%jobs}
|
2007-01-16 00:21:46 +01:00
|
|
|
|
|
2007-05-23 18:02:31 +02:00
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
2007-01-16 00:21:46 +01:00
|
|
|
|
%install
|
2007-03-01 20:40:33 +01:00
|
|
|
|
%makeinstall
|
|
|
|
|
%find_lang %{name}-12
|
2009-01-29 23:34:29 +01:00
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
2007-01-16 00:21:46 +01:00
|
|
|
|
|
|
|
|
|
%clean
|
2007-03-01 20:40:33 +01:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-01-16 00:21:46 +01:00
|
|
|
|
|
2008-07-27 11:39:37 +02:00
|
|
|
|
%post -p /sbin/ldconfig
|
2007-05-23 18:02:31 +02:00
|
|
|
|
|
2008-07-27 11:39:37 +02:00
|
|
|
|
%postun -p /sbin/ldconfig
|
2007-05-23 18:02:31 +02:00
|
|
|
|
|
2007-03-01 20:40:33 +01:00
|
|
|
|
%files -f %{name}-12.lang
|
2007-01-16 00:21:46 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-03-01 20:40:33 +01:00
|
|
|
|
%{_libdir}/*.so.*
|
2007-03-01 20:39:40 +01:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
2007-03-01 20:40:33 +01:00
|
|
|
|
%doc %{_docdir}/%{name}
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_includedir}/*
|
2007-01-16 00:21:46 +01:00
|
|
|
|
|
2007-03-01 20:39:40 +01:00
|
|
|
|
%changelog
|