Accepting request 56286 from graphics

Accepted submit request 56286 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/56286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libexif?expand=0&rev=25
This commit is contained in:
Lars Vogdt 2010-12-19 12:06:36 +00:00 committed by Git OBS Bridge
commit d5b3779cb4
5 changed files with 41 additions and 29 deletions

View File

@ -1 +1 @@
libexif
libexif12

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b43b20d3fb6c7eef415bdf0e32e0e32049f9055b484fa7bc950952f7fd6cb3e7
size 1142964

3
libexif-0.6.20.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715
size 1412921

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Dec 17 15:41:00 CET 2010 - meissner@suse.de
- 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
- shared library packaging policy , new package libexif12
-------------------------------------------------------------------
Sat Apr 24 09:49:02 UTC 2010 - coolo@novell.com
@ -48,7 +64,7 @@ Sun Nov 15 15:03:53 CET 2009 - meissner@suse.de
-------------------------------------------------------------------
Mon Jan 26 21:46:50 CET 2009 - crrodriguez@suse.de
- remove "la" files
- remove "la" files
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
@ -64,7 +80,7 @@ Sat Nov 8 17:09:07 CET 2008 - meissner@suse.de
* Enabled sv translation by default
* Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352,
#2071600 and others
* Enhanced support of Canon and Olympus makernotes
* Enhanced support of Canon and Olympus makernotes
* Added support for Fuji and Sanyo makernotes
* Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA
macros to reduce size for embedded applications
@ -84,7 +100,7 @@ Fri Jul 25 23:34:11 CEST 2008 - meissner@suse.de
-------------------------------------------------------------------
Mon Apr 28 10:52:57 CEST 2008 - meissner@suse.de
- fixed endless loop problem in exif_content_remove_entry()
- fixed endless loop problem in exif_content_remove_entry()
bnc#380716
-------------------------------------------------------------------
@ -139,7 +155,7 @@ Wed May 23 17:42:12 CEST 2007 - meissner@suse.de
- win xp metadata
- enhanced doxygen documentation
- run make check
- rpmlint fixes
- rpmlint fixes
-------------------------------------------------------------------
Fri Mar 2 08:43:00 CET 2007 - meissner@suse.de

View File

@ -24,38 +24,34 @@ Url: http://libexif.sourceforge.net
License: LGPLv2.1+
Group: System/Libraries
Summary: An EXIF Tag Parsing Library for Digital Cameras
Version: 0.6.19
Version: 0.6.20
Release: 3
# bug437293
%ifarch ppc64
Obsoletes: libexif-64bit
%endif
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
%define pname libexif12
%define debug_package_requires %{pname} = %{version}-%{release}
%package -n %{pname}
Summary: An EXIF Tag Parsing Library for Digital Cameras
Group: System/Libraries
%description
This library is used to parse EXIF information from JPEGs created by
digital cameras.
%description -n %{pname}
This library is used to parse EXIF information from JPEGs created by
digital cameras.
Authors:
--------
Lutz Müller <lutz@users.sourceforge.net>
Curtis Galloway <curtisg@users.sourceforge.net>
%package devel
License: LGPLv2.1+
Group: Development/Libraries/C and C++
Summary: An EXIF Tag Parsing Library for Digital Cameras (Development files)
Requires: %{name} = %{version} glibc-devel
# bug437293
%ifarch ppc64
Obsoletes: libexif-devel-64bit
%endif
#
Requires: %{pname} = %{version} glibc-devel
%description devel
This library is used to parse EXIF information from JPEGs created by
@ -72,7 +68,7 @@ Authors:
%setup -q
%build
%configure --with-pic\
%configure --with-pic \
--disable-static \
--with-doc-dir=%{_docdir}/%{name}
%{__make} %{?jobs:-j%jobs}
@ -88,11 +84,11 @@ make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%post -n %{pname} -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%postun -n %{pname} -p /sbin/ldconfig
%files -f %{name}-12.lang
%files -n %{pname} -f %{name}-12.lang
%defattr(-,root,root)
%{_libdir}/*.so.*