rebuilt with debug package and aarch64 build fix [release 10.2-2mamba;Thu Dec 03 2020]
This commit is contained in:
parent
f2612341a1
commit
450fb688d3
@ -1,7 +1,7 @@
|
|||||||
#%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
|
Version: 10.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
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
|
||||||
@ -30,7 +30,6 @@ Group: System/Libraries
|
|||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
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.
|
||||||
|
|
||||||
This package contains shared libraries needed for applications which read CD Digital Audio disks.
|
This package contains shared libraries needed for applications which read CD Digital Audio disks.
|
||||||
|
|
||||||
%package -n lib%{name}-devel
|
%package -n lib%{name}-devel
|
||||||
@ -42,13 +41,15 @@ Obsoletes: cdparanoia-III-devel
|
|||||||
|
|
||||||
%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.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-III-%{version}
|
%setup -q -n %{name}-III-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," configure.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -62,6 +63,8 @@ This package contains static libraries and header files need for development.
|
|||||||
INCLUDEDIR=%{buildroot}%{_includedir} \
|
INCLUDEDIR=%{buildroot}%{_includedir} \
|
||||||
MANDIR=%{buildroot}%{_mandir}
|
MANDIR=%{buildroot}%{_mandir}
|
||||||
|
|
||||||
|
chmod +x %{buildroot}%{_libdir}/libcdda*.so.*
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -89,6 +92,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 10.2-2mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Mon Jul 30 2012 Automatic Build System <autodist@mambasoft.it> 10.2-1mamba
|
* Mon Jul 30 2012 Automatic Build System <autodist@mambasoft.it> 10.2-1mamba
|
||||||
- update to 10.2
|
- update to 10.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user