rebuilt with debug package [release 1.30-2mamba;Tue Dec 01 2020]
This commit is contained in:
parent
8690d3c4eb
commit
b8094a8315
20
faac.spec
20
faac.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: faac
|
||||
Version: 1.30
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Freeware Advanced Audio Coder
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -50,6 +50,8 @@ It also supports multichannel and gapless encoding.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_packge
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if "%{stage1}" == "1"
|
||||
@ -78,21 +80,25 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/*
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||
%{_mandir}/man1/faac.1*
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man1/faac.1*
|
||||
%{_libdir}/libfaac.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libfaac.a
|
||||
%{_libdir}/libfaac.la
|
||||
%{_libdir}/libfaac.so
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Tue Dec 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.30-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sun Dec 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.30-1mamba
|
||||
- update to 1.30
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user