[libburn] Run autoreconf to overwrite old scripts => recognize aarch64

Frantisek Kluknavsky fkluknav at fedoraproject.org
Tue Apr 2 10:30:17 UTC 2013


commit d9ec800b6a2d56a6116cda01b4d901d68d47c8ea
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Tue Apr 2 12:30:13 2013 +0200

    Run autoreconf to overwrite old scripts => recognize aarch64

 libburn.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libburn.spec b/libburn.spec
index 15bf998..b726ae6 100644
--- a/libburn.spec
+++ b/libburn.spec
@@ -1,6 +1,6 @@
 Name:           libburn
 Version:        1.2.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library for reading, mastering and writing optical discs
 
 Group:          System Environment/Libraries
@@ -47,7 +47,8 @@ features from the command line.
 %setup -q
 %patch0 -p1 -b .multilibdoc
 echo "<!-- empty html footer do defeat multilib conflicts - do not insert current time -->" > doc/empty_footer.html
-
+#overwrite old autoconf scripts which do not recognize aarch64
+autoreconf -vfi
 
 %build
 %configure --disable-static
@@ -88,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
 
 
 %changelog
+* Tue Apr 02 2013 Frantisek Kluknavsky <fkluknav at redhat.com> - 1.2.8-2
+- Run autoreconf to overwrite old scripts => recognize aarch64
+
 * Tue Mar 19 2013 Robert Scheck <robert at fedoraproject.org> 1.2.8-1
 - Update to upstream 1.2.8
 


More information about the scm-commits mailing list