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
|
- updated to 0.6.20
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
- remove "la" files
* Enhanced support of Canon and Olympus makernotes
- fixed endless loop problem in exif_content_remove_entry()
- rpmlint fixes
OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=9
2010-12-17 15:43:21 +01:00
|
|
|
|
BuildRequires: doxygen pkg-config
|
2008-01-15 10:16:20 +01:00
|
|
|
|
Url: http://libexif.sourceforge.net
|
- updated to 0.6.20
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
- remove "la" files
* Enhanced support of Canon and Olympus makernotes
- fixed endless loop problem in exif_content_remove_entry()
- rpmlint fixes
OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=9
2010-12-17 15:43:21 +01:00
|
|
|
|
License: LGPLv2.1+
|
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
|
- updated to 0.6.20
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
- remove "la" files
* Enhanced support of Canon and Olympus makernotes
- fixed endless loop problem in exif_content_remove_entry()
- rpmlint fixes
OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=9
2010-12-17 15:43:21 +01:00
|
|
|
|
Version: 0.6.20
|
|
|
|
|
Release: 3
|
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
|
|
|
|
|
2010-12-17 16:00:45 +01:00
|
|
|
|
%define pname libexif12
|
2010-12-17 15:48:55 +01:00
|
|
|
|
|
2010-12-17 16:00:45 +01:00
|
|
|
|
%define debug_package_requires %{pname} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package -n %{pname}
|
2010-12-17 15:48:13 +01:00
|
|
|
|
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
2007-01-16 00:21:46 +01:00
|
|
|
|
%description
|
|
|
|
|
This library is used to parse EXIF information from JPEGs created by
|
|
|
|
|
digital cameras.
|
|
|
|
|
|
2010-12-17 16:00:45 +01:00
|
|
|
|
%description -n %{pname}
|
2010-12-17 15:48:13 +01:00
|
|
|
|
This library is used to parse EXIF information from JPEGs created by
|
|
|
|
|
digital cameras.
|
2007-01-16 00:21:46 +01:00
|
|
|
|
|
|
|
|
|
|
2007-03-01 20:39:40 +01:00
|
|
|
|
%package devel
|
- updated to 0.6.20
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
- remove "la" files
* Enhanced support of Canon and Olympus makernotes
- fixed endless loop problem in exif_content_remove_entry()
- rpmlint fixes
OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=9
2010-12-17 15:43:21 +01:00
|
|
|
|
License: LGPLv2.1+
|
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)
|
2010-12-17 16:00:45 +01:00
|
|
|
|
Requires: %{pname} = %{version} glibc-devel
|
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
|
2010-12-17 15:48:13 +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
|
|
|
|
|
2010-12-17 16:00:45 +01:00
|
|
|
|
%post -n %{pname} -p /sbin/ldconfig
|
2007-05-23 18:02:31 +02:00
|
|
|
|
|
2010-12-17 16:00:45 +01:00
|
|
|
|
%postun -n %{pname} -p /sbin/ldconfig
|
2007-05-23 18:02:31 +02:00
|
|
|
|
|
2010-12-17 16:00:45 +01:00
|
|
|
|
%files -n %{pname} -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
|