URL updated (closes #1 ) [release 10.2-3mamba;Sat May 04 2024]
This commit is contained in:
parent
450fb688d3
commit
f4ded51b37
@ -1,25 +1,24 @@
|
|||||||
#%define fileversion III-%(echo %version | cut -d. -f 2-3)
|
#%define fileversion III-%(echo %version | cut -d. -f 2-3)
|
||||||
Name: cdparanoia
|
Name: cdparanoia
|
||||||
Version: 10.2
|
|
||||||
Release: 2mamba
|
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
Version: 10.2
|
||||||
|
Release: 3mamba
|
||||||
Summary: Cdparanoia extracts audio from compact discs directly as data
|
Summary: Cdparanoia extracts audio from compact discs directly as data
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.xiph.org/paranoia/
|
URL: https://www.xiph.org/paranoia/
|
||||||
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
|
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
|
||||||
Patch0: cdparanoia-3.10.2-gcc43.patch
|
Patch0: cdparanoia-3.10.2-gcc43.patch
|
||||||
Patch1: cdparanoia-3.10.2-endian.patch
|
Patch1: cdparanoia-3.10.2-endian.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
Provides: cdparanoia-III
|
|
||||||
Obsoletes: cdparanoia-III
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Provides: cdparanoia-III
|
||||||
|
Obsoletes: cdparanoia-III <= 1:10.2-2mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cdparanoia extracts audio from compact discs directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC, AIFC or raw 16 bit linear PCM.
|
Cdparanoia extracts audio from compact discs directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC, AIFC or raw 16 bit linear PCM.
|
||||||
@ -37,7 +36,7 @@ Summary: Static libraries and headers for lib%{name}
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: cdparanoia-III-devel
|
Provides: cdparanoia-III-devel
|
||||||
Obsoletes: cdparanoia-III-devel
|
Obsoletes: cdparanoia-III-devel <= 1:10.2-2mamba
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
Cdparanoia extracts audio from compact discs directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC, AIFC or raw 16 bit linear PCM.
|
Cdparanoia extracts audio from compact discs directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC, AIFC or raw 16 bit linear PCM.
|
||||||
@ -84,14 +83,17 @@ chmod +x %{buildroot}%{_libdir}/libcdda*.so.*
|
|||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/*.h
|
||||||
%{_libdir}/libcdda_interface.a
|
%{_libdir}/libcdda_interface.a
|
||||||
%{_libdir}/libcdda_interface.so
|
%{_libdir}/libcdda_interface.so
|
||||||
%{_libdir}/libcdda_paranoia.a
|
%{_libdir}/libcdda_paranoia.a
|
||||||
%{_libdir}/libcdda_paranoia.so
|
%{_libdir}/libcdda_paranoia.so
|
||||||
%{_includedir}/*.h
|
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2-3mamba
|
||||||
|
- URL updated (closes #1 )
|
||||||
|
|
||||||
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2-2mamba
|
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2-2mamba
|
||||||
- rebuilt with debug package and aarch64 build fix
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user