auto-import changelog data from cdrdao-1.1.5-1.72.0.src.rpm
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)
This commit is contained in:
parent
67a3ddf86d
commit
7b6b3c3dad
@ -1 +1 @@
|
||||
cdrdao-1.1.3.src.tar.gz
|
||||
cdrdao-1.1.5.src.tar.bz2
|
||||
|
38
cdrdao.spec
38
cdrdao.spec
@ -1,15 +1,18 @@
|
||||
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
|
||||
Name: cdrdao
|
||||
Version: 1.1.3
|
||||
Release: 11
|
||||
Copyright: GPL
|
||||
Version: 1.1.5
|
||||
Release: 1.72.0
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
URL: http://www.ping.de/sites/daneb/cdrdao.html
|
||||
Source0: %{name}-%{version}.src.tar.gz
|
||||
Source0: %{name}-%{version}.src.tar.bz2
|
||||
Source1: xcdrdao.desktop
|
||||
Patch0: bigendian.patch
|
||||
BuildRoot: /var/tmp/%{name}-%{version}
|
||||
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
|
||||
@ -21,7 +24,8 @@ of pre-gaps, the pause areas between tracks.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .tim
|
||||
%patch0 -p0 -b .endianness
|
||||
%patch1 -p1 -b .c++
|
||||
|
||||
%build
|
||||
cd scsilib/RULES
|
||||
@ -49,9 +53,29 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc testtocs COPYING INSTALL README cdrdao.lsm
|
||||
%{_bindir}/*
|
||||
%dir %{_datadir}/cdrdao
|
||||
%{_datadir}/cdrdao/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user