From e9bb73e128888adfc8c2ac790c74aae8e3138591 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:43:53 +0000 Subject: [PATCH] auto-import changelog data from cdrdao-1.1.3-10.src.rpm Tue Jun 26 2001 Bill Nottingham - include on ia64 --- cdrdao.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cdrdao.spec b/cdrdao.spec index f4ee80b..d8006cb 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.1.3 -Release: 9 +Release: 10 Copyright: GPL Group: Applications/System URL: http://www.ping.de/sites/daneb/cdrdao.html @@ -10,7 +10,7 @@ Source1: xcdrdao.desktop Patch0: bigendian.patch BuildRoot: /var/tmp/%{name}-%{version} BuildRequires: pccts >= 1.33mr22 -Excludearch: ia64 s390 s390x +Excludearch: s390 s390x %description Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a @@ -24,6 +24,9 @@ of pre-gaps, the pause areas between tracks. %patch0 -p1 -b .tim %build +cd scsilib/RULES +for foo in gcc cc ; do ln -s i586-linux-$foo.rul ia64-linux-$foo.rul ; done +cd ../../ %configure --prefix=%{_prefix}\ --with-pcctsbin=%{_prefix}/bin \ --with-pcctsinc=%{_prefix}/include/pccts @@ -49,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue Jun 26 2001 Bill Nottingham +- include on ia64 + * Tue Jun 19 2001 Florian La Roche - add excludearch for s390 s390x