Run autoreconf prior to running configure (#926382)
This commit is contained in:
parent
22e1b20b68
commit
0120027c50
@ -1,6 +1,6 @@
|
||||
Name: pstoedit
|
||||
Version: 3.61
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||
|
||||
Group: Applications/Productivity
|
||||
@ -17,6 +17,8 @@ BuildRequires: plotutils-devel
|
||||
%ifnarch ia64
|
||||
BuildRequires: libEMF-devel
|
||||
%endif
|
||||
# autoreconf
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
|
||||
%description
|
||||
@ -44,6 +46,10 @@ dos2unix doc/*.htm doc/readme.txt
|
||||
|
||||
|
||||
%build
|
||||
# autoreconf has been added due to bug #926382,
|
||||
# should be safe to remove once configure is Autoconf => 2.68 generated, i.e.
|
||||
# with pstoedit > 3.61
|
||||
autoreconf --verbose --force --install
|
||||
# Buildling without ImageMagick support, to work around bug 507035
|
||||
%configure --disable-static --with-emf --without-swf --without-magick
|
||||
|
||||
@ -85,6 +91,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2013 Jiri Popelka <jpopelka@redhat.com> - 3.61-3
|
||||
- Run autoreconf prior to running configure (#926382)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.61-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user