This commit is contained in:
parent
8ddf6227f0
commit
3cd9d3aaa8
@ -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
3
libexif-0.6.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94b2af36b3ce912fe956d5730d7f3fbc495c8a2af7cf7828b9cf4a59e79408cb
|
||||||
|
size 628596
|
@ -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
|
|
@ -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
|
Fri Mar 2 08:43:00 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
31
libexif.spec
31
libexif.spec
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
||||||
Version: 0.6.14
|
Version: 0.6.15
|
||||||
Release: 27
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch0: libexif-fixpkgconfig.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library is used to parse EXIF information from JPEGs created by
|
This library is used to parse EXIF information from JPEGs created by
|
||||||
@ -51,15 +50,16 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
%configure \
|
||||||
%configure\
|
--disable-static \
|
||||||
--disable-static\
|
|
||||||
--with-doc-dir=%{_docdir}/%{name}
|
--with-doc-dir=%{_docdir}/%{name}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%find_lang %{name}-12
|
%find_lang %{name}-12
|
||||||
@ -67,6 +67,12 @@ make
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
%files -f %{name}-12.lang
|
%files -f %{name}-12.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -80,6 +86,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 02 2007 - meissner@suse.de
|
||||||
- the doxygen generation does not like parallel make.
|
- the doxygen generation does not like parallel make.
|
||||||
* Thu Mar 01 2007 - sbrabec@suse.cz
|
* Thu Mar 01 2007 - sbrabec@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user