[zile] Add --install option to autoreconf.

Eric Smith brouhaha at fedoraproject.org
Mon Apr 29 19:03:48 UTC 2013


commit 3c939cdafa1fd6520e85c5baaa5fdae9b6e05d7e
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Apr 29 13:03:30 2013 -0600

    Add --install option to autoreconf.

 zile.spec |    7 +++++--
 1 files 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 <eric at brouhaha.com> - 2.3.21-9
+- Added --install option to autoreconf.
+
 * Mon Apr 29 2013 Eric Smith <eric at brouhaha.com> - 2.3.21-8
 - Added missing BuildRequires for autoconf, automake.
 


More information about the scm-commits mailing list