[qodem] Add autoreconf to permit building for aarch64.

Richard Shaw hobbes1069 at fedoraproject.org
Sun May 26 19:34:39 UTC 2013


commit 6eb6aff21f450ba7b9b64ec578009e707184924b
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Sun May 26 14:34:36 2013 -0500

    Add autoreconf to permit building for aarch64.

 qodem.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/qodem.spec b/qodem.spec
index 12b5795..01c85b1 100644
--- a/qodem.spec
+++ b/qodem.spec
@@ -44,21 +44,17 @@ export CXXFLAGS="%{optflags}"
 export CFLAGS="%{optflags}"
 export LDFLAGS="-lm"
 
+autoreconf -vfi
 %configure --with-libintl-prefix=/usr/share/gettext/intl
 
 make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+%make_install
 %find_lang %{name}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING CREDITS NEWS README TODO
@@ -67,6 +63,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun May 26 2013 Richard Shaw <hobbes1069 at gmail.com> - 0.3.2-5
+- Add autoreconf to permit building for aarch64.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list