automatic version update by autodist [release 2.9.2-1mamba;Mon May 11 2020]
This commit is contained in:
parent
52c243a18b
commit
2114651207
22
faad2.spec
22
faad2.spec
@ -1,7 +1,7 @@
|
||||
%define libname lib%{name}
|
||||
%define tagver %(echo %version | tr . _)
|
||||
Name: faad2
|
||||
Version: 2.9.1
|
||||
Version: 2.9.2
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: Freeware Advanced Audio Decoder 2
|
||||
@ -78,6 +78,8 @@ FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely w
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#dos2unix configure.in
|
||||
@ -108,20 +110,25 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/*
|
||||
%{_bindir}/faad
|
||||
%{_mandir}/man1/faad.1*
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libfaad.so.*
|
||||
%{_libdir}/libfaad_drm.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libfaad.a
|
||||
%{_libdir}/libfaad.la
|
||||
%{_libdir}/libfaad.so
|
||||
%{_libdir}/libfaad_drm.a
|
||||
%{_libdir}/libfaad_drm.la
|
||||
%{_libdir}/libfaad_drm.so
|
||||
%{_libdir}/pkgconfig/faad2.pc
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%if "%{stage1}" != "1"
|
||||
@ -138,6 +145,9 @@ This package contains static libraries and header files need for development.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 2.9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-1mamba
|
||||
- update to 2.9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user