OBS User unknown 2007-05-23 16:02:31 +00:00 committed by Git OBS Bridge
parent 8ddf6227f0
commit 3cd9d3aaa8
5 changed files with 38 additions and 19 deletions

View File

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

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

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

View File

@ -1,8 +0,0 @@
--- libexif-0.6.13/libexif/libexif.pc.in.xx 2005-04-01 13:49:54.977323856 +0200
+++ libexif-0.6.13/libexif/libexif.pc.in 2005-04-01 13:50:05.372712036 +0200
@@ -8,4 +8,4 @@
Requires:
Version: @VERSION@
Libs: -L${libdir} -lexif -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir}/libexif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 23 17:42:12 CEST 2007 - meissner@suse.de
- upgraded to 0.6.15
- fixes from Coverity scans
- czech and slowak translation
- some new maker notes
- win xp metadata
- enhanced doxygen documentation
- run make check
- rpmlint fixes
-------------------------------------------------------------------
Fri Mar 2 08:43:00 CET 2007 - meissner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libexif (Version 0.6.14)
# spec file for package libexif (Version 0.6.15)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,11 +16,10 @@ URL: http://libexif.sourceforge.net
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: 27
Version: 0.6.15
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Patch0: libexif-fixpkgconfig.patch
%description
This library is used to parse EXIF information from JPEGs created by
@ -51,15 +50,16 @@ Authors:
%prep
%setup -q
%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
%configure\
--disable-static\
%configure \
--disable-static \
--with-doc-dir=%{_docdir}/%{name}
make
%check
make check
%install
%makeinstall
%find_lang %{name}-12
@ -67,6 +67,12 @@ make
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%postun
%run_ldconfig
%files -f %{name}-12.lang
%defattr(-,root,root)
%{_libdir}/*.so.*
@ -80,6 +86,15 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%changelog
* Wed May 23 2007 - meissner@suse.de
- upgraded to 0.6.15
- fixes from Coverity scans
- czech and slowak translation
- some new maker notes
- win xp metadata
- enhanced doxygen documentation
- run make check
- rpmlint fixes
* Fri Mar 02 2007 - meissner@suse.de
- the doxygen generation does not like parallel make.
* Thu Mar 01 2007 - sbrabec@suse.cz