0cce4d2ebf
Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-5 - Bumped release, and rebuilt against new toolchain. Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.1.5-4 - automated rebuild
142 lines
3.9 KiB
RPMSpec
142 lines
3.9 KiB
RPMSpec
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
|
|
Name: cdrdao
|
|
Version: 1.1.5
|
|
Release: 5
|
|
License: GPL
|
|
Group: Applications/System
|
|
URL: http://www.ping.de/sites/daneb/cdrdao.html
|
|
Source0: %{name}-%{version}.src.tar.bz2
|
|
Source1: xcdrdao.desktop
|
|
Patch0: cdrdao-1.1.15-endianness.patch
|
|
Patch1: cdrdao-1.1.5-c++.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: pccts >= 1.33mr22
|
|
|
|
# s390 has no hardware that can use this
|
|
Excludearch: s390 s390x
|
|
|
|
%description
|
|
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
|
|
textual description of the CD contents. Recording in DAO mode writes
|
|
the complete disc (lead-in, one or more tracks, and lead-out) in a
|
|
single step. DAO allows full control over the length and the contents
|
|
of pre-gaps, the pause areas between tracks.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p0 -b .endianness
|
|
%patch1 -p1 -b .c++
|
|
|
|
%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
|
|
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
#mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
|
|
|
#install -m 0644 $RPM_SOURCE_DIR/xcdrdao.desktop\
|
|
# $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
|
|
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc testtocs COPYING INSTALL README cdrdao.lsm
|
|
%{_bindir}/*
|
|
%dir %{_datadir}/cdrdao
|
|
%{_datadir}/cdrdao/*
|
|
%{_mandir}/*/*
|
|
|
|
%changelog
|
|
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-5
|
|
- Bumped release, and rebuilt against new toolchain.
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.1.5-4
|
|
- automated rebuild
|
|
|
|
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-3
|
|
- Added missing /usr/share/cdrdao/drivers file (#57785)
|
|
- Also built 1.1.5-1.72.0 package for 7.x
|
|
|
|
* Sat Dec 22 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-2
|
|
- Bumped release and rebuilt so rawhide package doesn't release number
|
|
conflict with previous 1.1.5-1 package built against 7.2
|
|
|
|
* Fri Dec 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
- Fix non-standard C++ code
|
|
|
|
* Tue Dec 18 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-1
|
|
- Updated to 1.1.5
|
|
- Updated endianness patch for ia64
|
|
- s/Copyright/License/ in specfile
|
|
- Changed to bz2 compression for smaller sources
|
|
- Fixed BuildRoot line (was hard coded)
|
|
|
|
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
|
- rebuild with new gcc and binutils
|
|
|
|
* 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
|
|
|
|
* Mon May 21 2001 Tim Powers <timp@redhat.com>
|
|
- rebuilt for the distro
|
|
|
|
* Fri Sep 8 2000 Tim Powers <timp@redhat.com>
|
|
- removed all references to xcdrdao, we don't ship it. So no applnk, no gtkmm
|
|
requirements either.
|
|
|
|
* Thu Sep 7 2000 Tim Powers <timp@redhat.com>
|
|
- fixed bad Requires line, was still requiring gtk--, when the package changed
|
|
to gtkmm
|
|
|
|
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon Jun 5 2000 Tim Powers <timp@redhat.com>
|
|
- man pages in correct location
|
|
- use %%makeinstall
|
|
|
|
* Mon May 8 2000 Tim Powers <timp@redhat.com>
|
|
- use applnk for dirs
|
|
- use %configure
|
|
- remove redundant defines
|
|
- rebuilt for 7.0
|
|
|
|
* Tue Nov 2 1999 Tim Powers <timp@redhat.com>
|
|
- updated to 1.1.3
|
|
- we now have xcdrdao
|
|
- added gnome menu stuff
|
|
|
|
* Fri Aug 21 1999 Tim Powers <timp@redhat.com>
|
|
- removed wmconfig stuff. Nosuch file names xcdrdao
|
|
|
|
* Wed Aug 18 1999 Dale Lovelace <dale@redhat.com>
|
|
- add cdrdao.wmconfig
|
|
|
|
* Sat Jul 10 1999 Tim Powers <timp@redhat.com>
|
|
- updated to 1.1.1
|
|
- built for 6.1
|
|
|
|
* Mon May 10 1999 Cristian Gafton <gafton@redhat.com>
|
|
- gtk-- does not wokr on the alpha, so we have no xcdrdao for it.
|
|
- cheesy workaround for the broken tar archive
|
|
|
|
* Tue Apr 13 1999 Michael Maher <mike@redhat.com>
|
|
- built package
|