From 9271e163ffe786174e64b8891e892564df4b4bf9 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati me@fale.io Date: Sun, 1 Jan 2017 00:01:23 +0100 Subject: Add exif support
--- feh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/feh.spec b/feh.spec index a1c5719..add89b2 100644 --- a/feh.spec +++ b/feh.spec @@ -1,6 +1,6 @@ Name: feh Version: 2.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast command line image viewer using Imlib2 Group: Applications/Multimedia License: MIT @@ -15,6 +15,7 @@ BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libXt-devel BuildRequires: libXinerama-devel +BuildRequires: libexif-devel Requires: dejavu-sans-fonts %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
@@ -36,7 +37,7 @@ sed -i \ -e "s|^example_dir =.*$|example_dir = $(doc_dir)/examples|" \ -e "s|^CFLAGS ?=.*$|CFLAGS = ${RPM_OPT_FLAGS}|" \ config.mk -make PREFIX=%{_prefix} %{?_smp_mflags} +make exif=1 PREFIX=%{_prefix} %{?_smp_mflags}
%install @@ -56,6 +57,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %{_datarootdir}/icons/hicolor/scalable/apps/feh.svg
%changelog +* Sun Jan 01 2017 Fabio Alessandro Locati fale@fedoraproject.org - 2.18-2 +- Enable EXIF + * Sun Dec 11 2016 Fabio Alessandro Locati fale@fedoraproject.org - 2.18-1 - Update to 2.18
scm-commits@lists.fedoraproject.org