rebuilt with debug package and aarch64 build fix [release 1.2.0-2mamba;Thu Dec 03 2020]
This commit is contained in:
parent
037bf97966
commit
fb8711ddeb
@ -1,6 +1,6 @@
|
|||||||
Name: libvorbisidec
|
Name: libvorbisidec
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math
|
Summary: A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -27,11 +27,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math.
|
A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math.
|
||||||
|
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
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -49,18 +51,21 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libvorbisidec.so.*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/include/tremor/*.h
|
%{_prefix}/include/tremor/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libvorbisidec.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libvorbisidec.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libvorbisidec.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Sat Dec 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
* Sat Dec 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user