2019-09-30 10:34:00 -04:00
|
|
|
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
|
|
|
|
|
Name: cdparanoia
|
|
|
|
|
Version: 10.2
|
2023-08-28 15:48:34 +08:00
|
|
|
Release: 32
|
2019-09-30 10:34:00 -04:00
|
|
|
License: GPLv2 and LGPLv2
|
|
|
|
|
URL: http://www.xiph.org/paranoia/index.html
|
|
|
|
|
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
|
|
|
|
|
Patch0000: cdparanoia-10.2-#463009.patch
|
|
|
|
|
Patch0001: cdparanoia-10.2-endian.patch
|
|
|
|
|
Patch0002: cdparanoia-10.2-install.patch
|
|
|
|
|
Patch0003: cdparanoia-10.2-format-security.patch
|
|
|
|
|
Patch0004: cdparanoia-use-proper-gnu-config-files.patch
|
|
|
|
|
Patch0005: cdparanoia-10.2-ldflags.patch
|
2020-02-17 15:52:15 +08:00
|
|
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2019-09-30 10:34:00 -04:00
|
|
|
|
2023-08-28 15:48:34 +08:00
|
|
|
BuildRequires: gcc autoconf automake make
|
2021-06-02 10:17:16 +08:00
|
|
|
|
2019-09-30 10:34:00 -04:00
|
|
|
%description
|
|
|
|
|
Cdparanoia (Paranoia III) is a audio CD digital audio extraction application.
|
|
|
|
|
It extracts audio from compact discs directly as data, and writes the data to
|
|
|
|
|
a file or pipe in WAV, AIFC or raw 16 bit linear PCM format. It also contains
|
|
|
|
|
dynamic libraries needed for appliation which read CD Digital Audio disks.
|
|
|
|
|
|
2020-02-17 15:52:15 +08:00
|
|
|
%package libs
|
|
|
|
|
Summary: Libraries for %{name}
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
Libraries for %{name}.
|
|
|
|
|
|
2019-09-30 10:34:00 -04:00
|
|
|
%package devel
|
|
|
|
|
Summary: Development tools for libcdda_paranoia (Paranoia III)
|
2020-02-17 15:52:15 +08:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2019-09-30 10:34:00 -04:00
|
|
|
License: LGPLv2
|
|
|
|
|
Provides: cdparanoia-static
|
|
|
|
|
Obsoletes: cdparanoia-static
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
It provides the static/dynamic libraries and header files needed for developing applications
|
|
|
|
|
to read CD-DA.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: Help manual for cdparanoia
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
This package provides help manual function for cdparanoia separately.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-III-%{version} -p1
|
|
|
|
|
cp /usr/lib/rpm/%{_vendor}/config.* .
|
|
|
|
|
|
|
|
|
|
%build
|
2023-08-28 15:48:34 +08:00
|
|
|
autoreconf -ifv
|
2019-09-30 10:34:00 -04:00
|
|
|
%configure --includedir=%{_includedir}/cdda
|
|
|
|
|
make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldflags}"
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
2020-02-17 15:52:15 +08:00
|
|
|
%ldconfig_scriptlets libs
|
2019-09-30 10:34:00 -04:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING* README
|
|
|
|
|
%{_bindir}/cdparanoia
|
2020-02-17 15:52:15 +08:00
|
|
|
|
|
|
|
|
%files libs
|
2019-09-30 10:34:00 -04:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man1/cdparanoia.1*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/cdda/
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-08-28 15:48:34 +08:00
|
|
|
* Mon Aug 28 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 10.2-32
|
|
|
|
|
- regenerate configure to fix build error
|
|
|
|
|
|
2021-06-02 10:17:16 +08:00
|
|
|
* Wed Jun 2 2021 liuyumeng <liuyumeng5@huawei.com> - 10.2-31
|
|
|
|
|
- Add a buildrequires for gcc
|
|
|
|
|
|
2020-02-17 15:52:15 +08:00
|
|
|
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 10.2-30
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:unpack libs subpackage
|
|
|
|
|
|
2019-09-30 10:34:00 -04:00
|
|
|
* Fri Sep 20 2019 Alex Chao <zhaolei746@huawei.com> - 10.2-29
|
|
|
|
|
- Package init
|