diff --git a/wmweather+.spec b/wmweather+.spec index 322d871..99398f6 100644 --- a/wmweather+.spec +++ b/wmweather+.spec @@ -1,6 +1,6 @@ Name: wmweather+ Version: 2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Weather status dockapp Group: User Interface/X @@ -20,6 +20,7 @@ BuildRequires: pcre-devel BuildRequires: w3c-libwww-devel BuildRequires: openssl-devel BuildRequires: libcurl-devel +BuildRequires: autoconf automake %description wmweather+ will download the National Weather Serivce METAR bulletins; AVN, @@ -31,6 +32,8 @@ sky condition display. %setup -q %patch1 +autoreconf -fv + %build %configure make %{?_smp_mflags} @@ -51,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Wed Oct 15 2014 Andreas Bierfert +- 2.15-2 +- run autoreconf before configure for aclocal + * Tue Oct 14 2014 Andreas Bierfert - 2.15-1 - version upgrade