2004-09-09 03:44:22 +00:00
|
|
|
|
%define ver 9.8
|
2004-09-09 03:43:47 +00:00
|
|
|
|
%define realver alpha%{ver}
|
|
|
|
|
|
|
|
|
|
Name: cdparanoia
|
|
|
|
|
Version: %{realver}
|
2006-02-08 17:14:43 +00:00
|
|
|
|
Release: 27
|
2004-09-09 03:43:47 +00:00
|
|
|
|
License: GPL
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
Source: http://www.xiph.org/paranoia/download/%{name}-III-%{realver}.src.tgz
|
2004-09-09 03:45:04 +00:00
|
|
|
|
Patch0: cdparanoia-III-alpha9.8.nostrip.patch
|
2004-09-09 03:46:03 +00:00
|
|
|
|
Patch1: cdparanoia-III-alpha9.8.labels.patch
|
|
|
|
|
Patch2: cdparanoia-III-alpha9.8.O_EXCL.patch
|
2004-09-30 15:48:26 +00:00
|
|
|
|
Patch3: cdparanoia-III-alpha9.8.cflags.patch
|
|
|
|
|
Patch4: cdparanoia-III-alpha9.8.sgio.patch
|
|
|
|
|
Patch5: cdparanoia-III-alpha9.8.verbose.patch
|
|
|
|
|
Patch6: cdparanoia-III-alpha9.8.louder.patch
|
|
|
|
|
Patch7: cdparanoia-III-alpha9.8.verbosity3.patch
|
|
|
|
|
Patch8: cdparanoia-III-alpha9.8.env.patch
|
2004-10-06 20:36:05 +00:00
|
|
|
|
Patch9: cdparanoia-III-alpha9.8.smalldma.patch
|
2005-10-15 20:37:27 +00:00
|
|
|
|
Patch10: cdparanoia-III-alpha9.8.lm.patch
|
2004-09-09 03:43:47 +00:00
|
|
|
|
Url: http://www.xiph.org/paranoia/index.html
|
|
|
|
|
BuildRoot: %{_tmppath}/cdparanoia-%{version}-root
|
2004-09-09 03:44:48 +00:00
|
|
|
|
Requires: cdparanoia-libs = %{version}-%{release}
|
|
|
|
|
Obsoletes: cdparanoia-III
|
|
|
|
|
Summary: A Compact Disc Digital Audio (CDDA) extraction tool (or ripper).
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%description
|
2004-09-09 03:43:47 +00:00
|
|
|
|
Cdparanoia (Paranoia III) reads digital audio directly from a CD, then
|
|
|
|
|
writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear
|
|
|
|
|
PCM format. Cdparanoia doesn't contain any extra features (like the ones
|
|
|
|
|
included in the cdda2wav sampling utility). Instead, cdparanoia's strength
|
|
|
|
|
lies in its ability to handle a variety of hardware, including inexpensive
|
|
|
|
|
drives prone to misalignment, frame jitter and loss of streaming during
|
|
|
|
|
atomic reads. Cdparanoia is also good at reading and repairing data from
|
|
|
|
|
damaged CDs.
|
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%package -n cdparanoia-devel
|
2004-09-09 03:43:47 +00:00
|
|
|
|
Summary: Development tools for libcdda_paranoia (Paranoia III).
|
|
|
|
|
Group: Development/Libraries
|
2004-09-09 03:44:48 +00:00
|
|
|
|
Requires: cdparanoia-libs = %{version}-%{release}
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%description -n cdparanoia-devel
|
2004-09-09 03:43:53 +00:00
|
|
|
|
The cdparanoia-devel package contains the static libraries and header
|
2004-09-09 03:43:47 +00:00
|
|
|
|
files needed for developing applications to read CD Digital Audio disks.
|
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%package -n cdparanoia-libs
|
|
|
|
|
Summary: Libraries for libcdda_paranoia (Paranoia III).
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
%description -n cdparanoia-libs
|
|
|
|
|
The cdparanoia-libs package contains the dynamic libraries needed for
|
|
|
|
|
applications which read CD Digital Audio disks.
|
|
|
|
|
|
2004-09-09 03:43:47 +00:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-III-%{realver}
|
2004-09-30 15:48:26 +00:00
|
|
|
|
%patch4 -p1 -b .sgio
|
2004-09-09 03:45:04 +00:00
|
|
|
|
%patch0 -p1 -b .nostrip
|
2004-09-09 03:46:03 +00:00
|
|
|
|
%patch1 -p1 -b .labels
|
|
|
|
|
%patch2 -p1 -b .O_EXCL
|
2004-09-30 15:48:26 +00:00
|
|
|
|
%patch3 -p1 -b .cflags
|
|
|
|
|
%patch5 -p1 -b .verbose
|
|
|
|
|
%patch6 -p1 -b .louder
|
|
|
|
|
%patch7 -p1 -b .verbosity3
|
|
|
|
|
%patch8 -p1 -b .env
|
2004-10-06 20:36:05 +00:00
|
|
|
|
%patch9 -p1 -b .smalldma
|
2005-10-15 20:37:27 +00:00
|
|
|
|
%patch10 -p1
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-03-16 21:43:16 +00:00
|
|
|
|
export OPT="${CFLAGS:-%optflags} -O0 -Wno-pointer-sign -Wno-unused"
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%configure --includedir=%{_includedir}/cdda
|
2004-09-30 15:48:26 +00:00
|
|
|
|
make OPT="$OPT"
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
install -d $RPM_BUILD_ROOT%{_bindir}
|
2004-09-09 03:44:48 +00:00
|
|
|
|
install -d $RPM_BUILD_ROOT%{_includedir}/cdda
|
2004-09-09 03:43:47 +00:00
|
|
|
|
install -d $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
install -d $RPM_BUILD_ROOT%{_mandir}/man1
|
2004-09-09 03:44:58 +00:00
|
|
|
|
install -m 0755 cdparanoia $RPM_BUILD_ROOT%{_bindir}
|
2004-09-09 03:43:47 +00:00
|
|
|
|
install -m 0644 cdparanoia.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
2004-09-09 03:44:48 +00:00
|
|
|
|
install -m 0644 utils.h paranoia/cdda_paranoia.h interface/cdda_interface.h \
|
|
|
|
|
$RPM_BUILD_ROOT%{_includedir}/cdda
|
2004-09-09 03:43:47 +00:00
|
|
|
|
install -m 0755 paranoia/libcdda_paranoia.so.0.%{ver} \
|
2004-09-09 03:44:48 +00:00
|
|
|
|
interface/libcdda_interface.so.0.%{ver} \
|
2004-09-09 03:43:47 +00:00
|
|
|
|
$RPM_BUILD_ROOT%{_libdir}
|
2004-09-09 03:44:48 +00:00
|
|
|
|
install -m 0755 paranoia/libcdda_paranoia.a interface/libcdda_interface.a \
|
2004-09-09 03:43:47 +00:00
|
|
|
|
$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
|
2004-09-09 03:45:13 +00:00
|
|
|
|
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
|
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
ln -s libcdda_paranoia.so.0.%{ver} libcdda_paranoia.so
|
|
|
|
|
ln -s libcdda_interface.so.0.%{ver} libcdda_interface.so
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%post -n cdparanoia-libs
|
|
|
|
|
/sbin/ldconfig
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%postun -n cdparanoia-libs
|
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
fi
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
|
|
|
|
%clean
|
2005-02-09 18:37:56 +00:00
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" ] && rm -rf "$RPM_BUILD_ROOT"
|
2004-09-09 03:43:47 +00:00
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%files -n cdparanoia
|
2004-09-09 03:43:47 +00:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc README GPL FAQ.txt
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%files -n cdparanoia-libs
|
2004-09-09 03:43:47 +00:00
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%{_libdir}/*.so*
|
|
|
|
|
|
|
|
|
|
%files -n cdparanoia-devel
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 03:46:40 +00:00
|
|
|
|
%{_includedir}/cdda
|
2004-09-09 03:44:48 +00:00
|
|
|
|
%{_includedir}/cdda/*
|
2004-09-09 03:43:47 +00:00
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
2006-02-08 17:14:43 +00:00
|
|
|
|
* Wed Feb 08 2006 Monty Montgomery <cmontgom@redhat.com> - alpha9.8-27
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2006-02-07 11:13:17 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - alpha9.8-26.2
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2005-12-09 22:39:52 +00:00
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2005-10-15 20:37:27 +00:00
|
|
|
|
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
|
- make sure shared libs are linked against respective other libs
|
|
|
|
|
|
2005-03-16 21:43:16 +00:00
|
|
|
|
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> alpha9.8-25
|
|
|
|
|
- gcc4 rebuild and CFLAGS change
|
|
|
|
|
|
2005-02-09 19:34:54 +00:00
|
|
|
|
* Wed Feb 9 2005 Peter Jones <pjones@redhat.com> alpha9.8-24.2
|
2005-02-09 18:37:56 +00:00
|
|
|
|
- Rebuild for new toolchain
|
|
|
|
|
|
2004-10-06 20:36:05 +00:00
|
|
|
|
* Wed Oct 6 2004 Peter Jones <pjones@redhat.com> alpha9.8-24
|
|
|
|
|
- workaround for sgio read size issues in newer kernels.
|
|
|
|
|
|
2004-10-01 22:15:39 +00:00
|
|
|
|
* Fri Oct 1 2004 Peter Jones <pjones@redhat.com> alpha9.8-23
|
|
|
|
|
- "This time, with a meaningful changelog" release. Just like -22.
|
|
|
|
|
- new SG_IO code in rawhide. This means ripping will no longer use the
|
|
|
|
|
"cooked ioctl" mode that it has since we moved to 2.6, instead utilizing
|
|
|
|
|
the real scsi-based command set to talk to most drives. This should
|
|
|
|
|
result in better error correction handling, and usage of much more
|
|
|
|
|
commonly used kernel features.
|
|
|
|
|
- environment variable "CDDA_TRANSPORT" added. If you set this to "cooked",
|
|
|
|
|
cdparanoia will try to use the "cooked ioctl" mode instead of SCSI/SG_IO
|
|
|
|
|
based modes first, and then fall back to SG_IO.
|
|
|
|
|
- It'd be good if this got some testing. A prior version of the SG_IO code
|
|
|
|
|
was known to fail on some USB drives. This version should mitigate that
|
|
|
|
|
quite a bit, but I lack the hardware to test it for sure.
|
|
|
|
|
|
2004-09-30 15:48:26 +00:00
|
|
|
|
* Wed Jul 7 2004 Peter Jones <pjones@redhat.com> alpha9.8-21sgio1
|
|
|
|
|
- a new set of sgio patches
|
|
|
|
|
|
2004-09-09 03:47:13 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 03:46:40 +00:00
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Feb 17 2004 Peter Jones <pjones@redhat.com> alpha9.8-20
|
|
|
|
|
- take ownership of %{_includedir}/cdda
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 03:46:03 +00:00
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue May 20 2003 Peter Jones <pjones@redhat.com> alpha9.8-17
|
|
|
|
|
- typo fix (g_fd -> fd)
|
|
|
|
|
- add errno output
|
|
|
|
|
|
|
|
|
|
* Tue May 06 2003 Peter Jones <pjones@redhat.com> alpha9.8-16
|
|
|
|
|
- fix warnings on switches
|
|
|
|
|
- use O_EXCL
|
|
|
|
|
|
2004-09-09 03:45:13 +00:00
|
|
|
|
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add symlinks to shared libs
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Dec 25 2002 Tim Powers <timp@redhat.com> alpha9.8-13
|
|
|
|
|
- fix %%install references in the changelog so that it will rebuild properly
|
|
|
|
|
|
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> alpha9.8-12
|
|
|
|
|
- rebuild on all arches
|
|
|
|
|
|
2004-09-09 03:45:07 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 03:45:04 +00:00
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 03:44:58 +00:00
|
|
|
|
* Wed Apr 3 2002 Peter Jones <pjones@redhat.com> alpha9.8-8
|
|
|
|
|
- don't strip, let rpm do that
|
|
|
|
|
|
2004-09-09 03:44:55 +00:00
|
|
|
|
* Mon Feb 25 2002 Tim Powers <timp@redhat.com> alpha9.8-7
|
|
|
|
|
- fix broken Obsoletes of cdparanoia-devel
|
|
|
|
|
|
2004-09-09 03:44:48 +00:00
|
|
|
|
* Thu Dec 6 2001 Peter Jones <pjones@redhat.com> alpha9.8-6
|
|
|
|
|
- move includes to %{_includedir}/cdda/
|
2004-09-09 03:45:13 +00:00
|
|
|
|
- add utils.h to %%install
|
|
|
|
|
- clean up %%install some.
|
2004-09-09 03:44:48 +00:00
|
|
|
|
|
|
|
|
|
* Sun Nov 4 2001 Peter Jones <pjones@redhat.com> alpha9.8-5
|
|
|
|
|
- make a -libs package which contains the .so files
|
|
|
|
|
- make the cdparanoia dependancy towards that, not -devel
|
|
|
|
|
|
|
|
|
|
* Thu Aug 2 2001 Peter Jones <pjones@redhat.com>
|
|
|
|
|
- bump the release not to conflict with on in the RH build tree :/
|
|
|
|
|
- reverse devel dependency
|
|
|
|
|
|
|
|
|
|
* Wed Aug 1 2001 Peter Jones <pjones@redhat.com>
|
|
|
|
|
- fix %post and %postun to only run ldconfig for devel packages
|
|
|
|
|
|
2004-09-09 03:44:25 +00:00
|
|
|
|
* Wed Jul 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
|
- devel now depends on package
|
|
|
|
|
|
2004-09-09 03:44:22 +00:00
|
|
|
|
* Wed Mar 28 2001 Peter Jones <pjones@redhat.com>
|
|
|
|
|
- 9.8 release.
|
|
|
|
|
|
2004-09-09 03:43:53 +00:00
|
|
|
|
* Tue Feb 27 2001 Karsten Hopp <karsten@redhat.de>
|
|
|
|
|
- fix spelling error in description
|
|
|
|
|
|
|
|
|
|
* Thu Dec 7 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
|
- rebuild for new tree
|
|
|
|
|
|
2004-09-09 03:43:47 +00:00
|
|
|
|
* Fri Jul 21 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- use %%{_tmppath}
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 06 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- revert name change
|
|
|
|
|
- use new rpm macro paths
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Switched spec file from the one used in Red Hat Linux 6.2, which
|
|
|
|
|
also changes the name
|
|
|
|
|
- gzip man page
|
|
|
|
|
|
|
|
|
|
* Thu Dec 23 1999 Peter Jones <pjones@redhat.com>
|
|
|
|
|
- update package to provide cdparanoia-alpha9.7-2.*.rpm and
|
|
|
|
|
cdparanoia-devel-alpha9.7-2.*.rpm. Also, URLs point at xiph.org
|
|
|
|
|
like they should.
|
|
|
|
|
|
|
|
|
|
* Wed Dec 22 1999 Peter Jones <pjones@redhat.com>
|
|
|
|
|
- updated package for alpha9.7, based on input from:
|
|
|
|
|
Monty <xiphmont@xiph.org>
|
|
|
|
|
David Philippi <david@torangan.saar.de>
|
|
|
|
|
|
|
|
|
|
* Mon Apr 12 1999 Michael Maher <mike@redhat.com>
|
|
|
|
|
- updated pacakge
|
|
|
|
|
|
|
|
|
|
* Tue Oct 06 1998 Michael Maher <mike@redhat.com>
|
|
|
|
|
- updated package
|
|
|
|
|
|
|
|
|
|
* Mon Jun 29 1998 Michael Maher <mike@redhat.com>
|
|
|
|
|
- built package
|