commit 1ac1be973b7897a7027f15ea4c5469d9f877c0cf
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Dec 3 10:29:07 2018 +0000
Don't use autogen script as it is useless
autogen-1.16.patch | 25 -------------------------
gimp-heif-plugin.spec | 10 +++++++---
2 files changed, 7 insertions(+), 28 deletions(-)
---
diff --git a/gimp-heif-plugin.spec b/gimp-heif-plugin.spec
index 454be78..dd89b51 100644
--- a/gimp-heif-plugin.spec
+++ b/gimp-heif-plugin.spec
@@ -1,12 +1,11 @@
Name: gimp-heif-plugin
Version: 1.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A plugin for loading and saving HEIF images
License: GPLv3
URL:
https://github.com/strukturag/heif-gimp-plugin/
Source0:
%{url}/archive/libheif-v%{version}/heif-gimp-plugin-libheif-v%{version}.tar.gz
-Patch0:
%{url}/commit/114bb9670b18c76dc9f10a446488c7419a70c7e5.patch#/autogen-1.16.patch
BuildRequires: autoconf
BuildRequires: gcc
@@ -21,7 +20,9 @@ HEIF is a image format using HEVC image coding for the best compression
ratios.
%prep
%autosetup -p1 -n heif-gimp-plugin-libheif-v%{version}
-NOCONFIGURE=1 ./autogen.sh
+autoreconf -fiv
+glib-gettextize --copy --force
+intltoolize --copy --force --automake
%build
%configure
@@ -41,5 +42,8 @@ NOCONFIGURE=1 ./autogen.sh
%changelog
+* Mon Dec 03 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.0-2
+- Don't use autogen script as it is useless
+
* Fri Nov 30 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.1.0-1
- First build