From 51934c2cbb74cea4b03e8944d384ddef5fe0a138 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Mar 28 2013 14:57:43 +0000 Subject: rerun autotools to support aarch64 --- diff --git a/cdrdao.spec b/cdrdao.spec index fa91b68..5c70583 100644 --- a/cdrdao.spec +++ b/cdrdao.spec @@ -1,7 +1,7 @@ Summary: Writes audio CD-Rs in disk-at-once (DAO) mode Name: cdrdao Version: 1.2.3 -Release: 18%{?dist} +Release: 19%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://cdrdao.sourceforge.net/ @@ -10,6 +10,8 @@ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: libsigc++20-devel BuildRequires: libvorbis-devel >= 1.0 BuildRequires: libao-devel +#requirements to rebuild autotools +BuildRequires: autoconf GConf2-devel # We have removed gcdmaster sub-package in 1.2.3-10 Obsoletes: gcdmaster < 1.2.3-10 @@ -35,6 +37,9 @@ of pre-gaps, the pause areas between tracks. %patch2 -p1 -b .helpmansync %build +#run autoreconf to support aarch64 +#not needed when upstream moves to new automake +autoreconf -v -f -i -I. %configure \ --without-xdao \ --without-scglib \ @@ -61,6 +66,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog +* Thu Mar 28 2013 Frantisek Kluknavsky - 1.2.3-19 +- rerun autotools to support aarch64 + * Wed Feb 13 2013 Fedora Release Engineering - 1.2.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild