diff --git a/zile.spec b/zile.spec index 1f9b7d7..fa864dc 100644 --- a/zile.spec +++ b/zile.spec @@ -1,7 +1,7 @@ Summary: Zile Is Lossy Emacs Name: zile Version: 2.3.21 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv3+ Group: Applications/Editors URL: http://www.gnu.org/software/%{name}/ @@ -22,7 +22,7 @@ iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,} mv THANKS{.utf8,} %build -autoreconf --force +autoreconf --force --install %configure make %{?_smp_mflags} @@ -37,6 +37,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_datadir}/%{name}/ %changelog +* Mon Apr 29 2013 Eric Smith - 2.3.21-9 +- Added --install option to autoreconf. + * Mon Apr 29 2013 Eric Smith - 2.3.21-8 - Added missing BuildRequires for autoconf, automake.