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)
|
||||
Name: cdparanoia
|
||||
Version: 10.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Epoch: 1
|
||||
Summary: Cdparanoia extracts audio from compact discs directly as data
|
||||
Group: System/Kernel and Hardware
|
||||
@ -30,7 +30,6 @@ Group: System/Libraries
|
||||
|
||||
%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.
|
||||
|
||||
This package contains shared libraries needed for applications which read CD Digital Audio disks.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
@ -42,13 +41,15 @@ Obsoletes: cdparanoia-III-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.
|
||||
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
|
||||
%setup -q -n %{name}-III-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," configure.sub
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -62,6 +63,8 @@ This package contains static libraries and header files need for development.
|
||||
INCLUDEDIR=%{buildroot}%{_includedir} \
|
||||
MANDIR=%{buildroot}%{_mandir}
|
||||
|
||||
chmod +x %{buildroot}%{_libdir}/libcdda*.so.*
|
||||
|
||||
%post -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
|
||||
|
||||
%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
|
||||
- update to 10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user