Compare commits

...

1 Commits
epel9 ... i10ce

@ -0,0 +1 @@
1901e20d3a370ca6afa4c76a9ef30d3f03044320 SOURCES/cdparanoia-III-10.2.src.tgz

2
.gitignore vendored

@ -1 +1 @@
cdparanoia-III-10.2.src.tgz SOURCES/cdparanoia-III-10.2.src.tgz

@ -1,9 +1,10 @@
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper) Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
Name: cdparanoia Name: cdparanoia
Version: 10.2 Version: 10.2
Release: 38%{?dist} Release: 46%{?dist}
# the app is GPLv2 and GPLv2+, everything else is LGPLv2 # the app is GPLv2 and GPLv2+, everything else is LGPLv2
License: GPLv2 and GPLv2+ and LGPLv2 # Automatically converted from old format: GPLv2 and GPLv2+ and LGPLv2 - review is highly recommended.
License: GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-Callaway-LGPLv2
URL: http://www.xiph.org/paranoia/index.html URL: http://www.xiph.org/paranoia/index.html
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
@ -40,7 +41,8 @@ damaged CDs.
%package static %package static
Summary: Development tools for libcdda_paranoia (Paranoia III) Summary: Development tools for libcdda_paranoia (Paranoia III)
Requires: cdparanoia-devel = %{version}-%{release} Requires: cdparanoia-devel = %{version}-%{release}
License: LGPLv2 # Automatically converted from old format: LGPLv2 - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2
%description static %description static
The cdparanoia-devel package contains the static libraries needed for The cdparanoia-devel package contains the static libraries needed for
@ -48,7 +50,8 @@ developing applications to read CD Digital Audio disks.
%package libs %package libs
Summary: Libraries for libcdda_paranoia (Paranoia III) Summary: Libraries for libcdda_paranoia (Paranoia III)
License: LGPLv2 # Automatically converted from old format: LGPLv2 - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2
%description libs %description libs
The cdparanoia-libs package contains the dynamic libraries needed for The cdparanoia-libs package contains the dynamic libraries needed for
@ -57,7 +60,8 @@ applications which read CD Digital Audio disks.
%package devel %package devel
Summary: Development tools for libcdda_paranoia (Paranoia III) Summary: Development tools for libcdda_paranoia (Paranoia III)
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
License: LGPLv2 # Automatically converted from old format: LGPLv2 - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2
%description devel %description devel
The cdparanoia-devel package contains the libraries and header files needed The cdparanoia-devel package contains the libraries and header files needed
@ -65,13 +69,13 @@ for developing applications to read CD Digital Audio disks.
%prep %prep
%setup -q -n cdparanoia-III-%{version} %setup -q -n cdparanoia-III-%{version}
%patch0 -p3 -b .#463009 %patch -P0 -p3 -b .#463009
%patch1 -p1 -b .endian %patch -P1 -p1 -b .endian
%patch2 -p1 -b .install %patch -P2 -p1 -b .install
%patch3 -p1 -b .fmt-sec %patch -P3 -p1 -b .fmt-sec
%patch4 -p1 -b .config %patch -P4 -p1 -b .config
%patch5 -p1 -b .ldflags %patch -P5 -p1 -b .ldflags
%patch6 -p1 -b .pkgconfig %patch -P6 -p1 -b .pkgconfig
# Update config.guess/sub for newer architectures # Update config.guess/sub for newer architectures
cp /usr/lib/rpm/redhat/config.* . cp /usr/lib/rpm/redhat/config.* .
@ -106,6 +110,33 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Thu Jan 02 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 10.2-46
- Rebuilt for MSVSphere 10
* Wed Aug 28 2024 Miroslav Suchý <msuchy@redhat.com> - 10.2-46
- convert license to SPDX
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-38 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 10.2-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +0,0 @@
b304bbe8ab63373924a744eac9ebc652 cdparanoia-III-10.2.src.tgz
Loading…
Cancel
Save