Accepting request 235469 from graphics
- Do not include timestamps in files (libexif-build-date.patch) (forwarded request 235458 from elvigia) OBS-URL: https://build.opensuse.org/request/show/235469 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libexif?expand=0&rev=36
This commit is contained in:
commit
722180097d
14
libexif-build-date.patch
Normal file
14
libexif-build-date.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- libexif-0.6.21.orig/doc/Doxyfile-internals.in
|
||||||
|
+++ libexif-0.6.21/doc/Doxyfile-internals.in
|
||||||
|
@@ -1214,3 +1214,4 @@ DOT_CLEANUP = YES
|
||||||
|
# used. If set to NO the values of all tags below this one will be ignored.
|
||||||
|
|
||||||
|
SEARCHENGINE = NO
|
||||||
|
+HTML_TIMESTAMP = NO
|
||||||
|
--- libexif-0.6.21.orig/doc/Doxyfile.in
|
||||||
|
+++ libexif-0.6.21/doc/Doxyfile.in
|
||||||
|
@@ -1214,3 +1214,4 @@ DOT_CLEANUP = YES
|
||||||
|
# used. If set to NO the values of all tags below this one will be ignored.
|
||||||
|
|
||||||
|
SEARCHENGINE = NO
|
||||||
|
+HTML_TIMESTAMP = NO
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 26 20:55:15 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Do not include timestamps in files (libexif-build-date.patch)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 25 20:14:49 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Use LFS_CFLAGS in 32 bit systems.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 12 20:02:18 UTC 2012 - meissner@suse.com
|
Thu Jul 12 20:02:18 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libexif
|
# spec file for package libexif
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,6 +28,7 @@ Release: 0
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: https://downloads.sourceforge.net/project/libexif/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://downloads.sourceforge.net/project/libexif/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
Patch0: libexif-build-date.patch
|
||||||
|
|
||||||
%define pname libexif12
|
%define pname libexif12
|
||||||
|
|
||||||
@ -68,8 +69,9 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%optflags $(getconf LFS_CFLAGS)"
|
||||||
%configure --with-pic \
|
%configure --with-pic \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-doc-dir=%{_docdir}/%{name}
|
--with-doc-dir=%{_docdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user