recreate configure script with recent autoconf
This commit is contained in:
parent
9be39db9c7
commit
6381609fa7
@ -1,6 +1,6 @@
|
||||
Name: icoutils
|
||||
Version: 0.30.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Utility for extracting and converting Microsoft icon and cursor files
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -8,8 +8,11 @@ License: GPLv3+
|
||||
URL: http://www.nongnu.org/icoutils/
|
||||
Source0: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: perl-Carp
|
||||
|
||||
Provides: bundled(gnulib)
|
||||
|
||||
@ -21,6 +24,7 @@ libraries.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
autoreconf
|
||||
|
||||
for f in AUTHORS NEWS; do
|
||||
iconv -f ISO88592 -t UTF8 < $f > $f.utf8 && \
|
||||
@ -48,6 +52,9 @@ make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 23 2013 Martin Gieseking <martin.gieseking@uos.de> 0.30.0-2
|
||||
- Rebuilt with recent autoconf for https://bugzilla.redhat.com/show_bug.cgi?id=925575
|
||||
|
||||
* Wed Mar 20 2013 Martin Gieseking <martin.gieseking@uos.de> 0.30.0-1
|
||||
- updated to release 0.30.0
|
||||
- dropped patch as it has been applied upstream
|
||||
|
Loading…
Reference in New Issue
Block a user