From 3c939cdafa1fd6520e85c5baaa5fdae9b6e05d7e Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Mon, 29 Apr 2013 13:03:30 -0600 Subject: [PATCH] Add --install option to autoreconf. --- zile.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.