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:
commit
d5b3779cb4
@ -1 +1 @@
|
||||
libexif
|
||||
libexif12
|
||||
|
@ -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
3
libexif-0.6.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715
|
||||
size 1412921
|
@ -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
|
||||
|
||||
|
38
libexif.spec
38
libexif.spec
@ -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.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user