From a36df63e2606e35e8a891039efd236fdb3354c81 Mon Sep 17 00:00:00 2001 From: Martin Gieseking Date: Tue, 1 Apr 2014 17:24:39 +0200 Subject: [PATCH] fixed autoreconf issue (RHBZ #1083081) --- icoutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/icoutils.spec b/icoutils.spec index 36ba895..27d4e79 100644 --- a/icoutils.spec +++ b/icoutils.spec @@ -1,6 +1,6 @@ Name: icoutils Version: 0.31.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility for extracting and converting Microsoft icon and cursor files Group: Applications/Multimedia @@ -24,7 +24,7 @@ libraries. %prep %setup -q -autoreconf +autoreconf -i for f in AUTHORS NEWS; do iconv -f ISO88592 -t UTF8 < $f > $f.utf8 && \ @@ -52,6 +52,9 @@ make install DESTDIR=%{buildroot} %changelog +* Tue Apr 01 2014 Martin Gieseking 0.31.0-4 +- Fixed autoreconf issue (RHBZ #1083081) + * Sat Aug 03 2013 Fedora Release Engineering - 0.31.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild