From f3e6ea08c90903ea1d9f34131c88b675e33e97c1 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mar 25 2013 14:41:54 +0000 Subject: Run autoreconf prior to running configure (#925250) --- diff --git a/dia.spec b/dia.spec index be7b700..cf371d9 100644 --- a/dia.spec +++ b/dia.spec @@ -1,6 +1,6 @@ Name: dia Version: 0.97.2 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -14,6 +14,8 @@ BuildRequires: libgnomeui-devel pygtk2-devel desktop-file-utils BuildRequires: intltool docbook-utils docbook-style-dsssl docbook-style-xsl BuildRequires: gettext BuildRequires: rarian-compat +# autoreconf +BuildRequires: autoconf automake libtool Requires: hicolor-icon-theme %description @@ -37,6 +39,10 @@ mv usage-layers.xml.UTF-8 doc/en/usage-layers.xml %build +# autoreconf has been added due to bug #925250, +# should be safe to remove once configure is Autoconf => 2.68 generated, i.e. +# with dia > 0.97.2 +autoreconf --verbose --force --install %configure --enable-gnome --enable-db2html make %{?_smp_mflags} @@ -94,6 +100,9 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Mar 25 2013 Jiri Popelka - 1:0.97.2-4 +- Run autoreconf prior to running configure (#925250) + * Sun Feb 17 2013 Christoph Wickert - 1:0.97.2-3 - De-vendorize desktop file on F19+ (https://fedorahosted.org/fesco/ticket/1077)