auto-import changelog data from cdrdao-1.1.3-10.src.rpm
Tue Jun 26 2001 Bill Nottingham <notting@redhat.com> - include on ia64
This commit is contained in:
parent
40a061b825
commit
e9bb73e128
10
cdrdao.spec
10
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 <notting@redhat.com>
|
||||
- include on ia64
|
||||
|
||||
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- add excludearch for s390 s390x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user