|
|
|
@ -1,9 +1,10 @@
|
|
|
|
|
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
|
|
|
|
|
Name: cdparanoia
|
|
|
|
|
Version: 10.2
|
|
|
|
|
Release: 38%{?dist}
|
|
|
|
|
# the app is GPLv2 and GPLv2+, everything else is LGPLv2
|
|
|
|
|
License: GPLv2 and GPLv2+ and LGPLv2
|
|
|
|
|
Release: 27%{?dist}
|
|
|
|
|
# the app is GPLv2, everything else is LGPLv2
|
|
|
|
|
License: GPLv2 and LGPLv2
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
URL: http://www.xiph.org/paranoia/index.html
|
|
|
|
|
|
|
|
|
|
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
|
|
|
|
@ -17,16 +18,9 @@ Patch2: cdparanoia-10.2-install.patch
|
|
|
|
|
Patch3: cdparanoia-10.2-format-security.patch
|
|
|
|
|
Patch4: cdparanoia-use-proper-gnu-config-files.patch
|
|
|
|
|
Patch5: cdparanoia-10.2-ldflags.patch
|
|
|
|
|
# https://svn.xiph.org/trunk/cdparanoia@17289
|
|
|
|
|
Patch6: cdparanoia-10.2-add-pkgconfig.patch
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
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
|
|
|
|
@ -39,6 +33,7 @@ damaged CDs.
|
|
|
|
|
|
|
|
|
|
%package static
|
|
|
|
|
Summary: Development tools for libcdda_paranoia (Paranoia III)
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: cdparanoia-devel = %{version}-%{release}
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
|
|
|
|
@ -48,6 +43,7 @@ developing applications to read CD Digital Audio disks.
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: Libraries for libcdda_paranoia (Paranoia III)
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
@ -56,6 +52,7 @@ applications which read CD Digital Audio disks.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development tools for libcdda_paranoia (Paranoia III)
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
|
|
|
|
@ -71,13 +68,11 @@ for developing applications to read CD Digital Audio disks.
|
|
|
|
|
%patch3 -p1 -b .fmt-sec
|
|
|
|
|
%patch4 -p1 -b .config
|
|
|
|
|
%patch5 -p1 -b .ldflags
|
|
|
|
|
%patch6 -p1 -b .pkgconfig
|
|
|
|
|
|
|
|
|
|
# Update config.guess/sub for newer architectures
|
|
|
|
|
cp /usr/lib/rpm/redhat/config.* .
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -ifv
|
|
|
|
|
%configure --includedir=%{_includedir}/cdda
|
|
|
|
|
# Also remove many warnings which we are aware of
|
|
|
|
|
# Lastly, don't use _smp_mflags since it also makes the build fail
|
|
|
|
@ -99,48 +94,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/cdda/
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%files static
|
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-38
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 20 2021 Jiri Kucera <jkucera@redhat.com> - 10.2-37
|
|
|
|
|
- Include also GPLv2+ to License field (main.c and cachetest.c
|
|
|
|
|
are distributed under GPLv2+)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-36
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 26 2020 Dan Horák <dan[at]danny.cz> - 10.2-35
|
|
|
|
|
- Add pkgconfig support
|
|
|
|
|
|
|
|
|
|
* Mon Oct 05 2020 Stephen Gallagher <sgallagh@redhat.com> - 10.2-34
|
|
|
|
|
- Fix build on Fedora 33+
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-33
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-32
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-31
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-30
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-29
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-28
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 07 2018 Adam Jackson <ajax@redhat.com> - 10.2-27
|
|
|
|
|
- Fix LDFLAGS propagation
|
|
|
|
|
- Stop building with -O0
|