rebuilt with debug package [release 0.15.1b-5mamba;Sat Dec 12 2020]
This commit is contained in:
parent
b5b8a97319
commit
bed3df6a28
19
libmad.spec
19
libmad.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libmad
|
Name: libmad
|
||||||
Version: 0.15.1b
|
Version: 0.15.1b
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: A library for high-quality mpeg audio decoding
|
Summary: A library for high-quality mpeg audio decoding
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -30,8 +30,11 @@ LibMad is a library for high-quality mpeg audio decoding.It currently supports M
|
|||||||
All three audio layers (Layer I, Layer II, and Layer III (i.e. MP3)) are fully implemented.
|
All three audio layers (Layer I, Layer II, and Layer III (i.e. MP3)) are fully implemented.
|
||||||
This is the devel package.
|
This is the devel package.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
# create an additional pkgconfig file
|
# create an additional pkgconfig file
|
||||||
@ -66,18 +69,22 @@ install -p -D -m0644 mad.pc %{buildroot}%{_libdir}/pkgconfig/mad.pc
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libmad.so.*
|
||||||
%doc CHANGES COPYING COPYRIGHT CREDITS README TODO
|
%doc COPYING COPYRIGHT CREDITS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libmad.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libmad.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libmad.so
|
||||||
%{_libdir}/pkgconfig/mad.pc
|
%{_libdir}/pkgconfig/mad.pc
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
|
%doc CHANGES README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1b-5mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Sat Dec 18 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1b-4mamba
|
* Sat Dec 18 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1b-4mamba
|
||||||
- added patch for build with gcc >= 4.3
|
- added patch for build with gcc >= 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user