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
|
||||
Version: 0.15.1b
|
||||
Release: 4mamba
|
||||
Release: 5mamba
|
||||
Summary: A library for high-quality mpeg audio decoding
|
||||
Group: System/Libraries
|
||||
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.
|
||||
This is the devel package.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
%patch0 -p1
|
||||
|
||||
# create an additional pkgconfig file
|
||||
@ -66,18 +69,22 @@ install -p -D -m0644 mad.pc %{buildroot}%{_libdir}/pkgconfig/mad.pc
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc CHANGES COPYING COPYRIGHT CREDITS README TODO
|
||||
%{_libdir}/libmad.so.*
|
||||
%doc COPYING COPYRIGHT CREDITS
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libmad.a
|
||||
%{_libdir}/libmad.la
|
||||
%{_libdir}/libmad.so
|
||||
%{_libdir}/pkgconfig/mad.pc
|
||||
%{_includedir}/*.h
|
||||
%doc CHANGES README TODO
|
||||
|
||||
%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
|
||||
- added patch for build with gcc >= 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user