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 libname lib%{name}
|
||||||
%define tagver %(echo %version | tr . _)
|
%define tagver %(echo %version | tr . _)
|
||||||
Name: faad2
|
Name: faad2
|
||||||
Version: 2.9.1
|
Version: 2.9.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Freeware Advanced Audio Decoder 2
|
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.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#dos2unix configure.in
|
#dos2unix configure.in
|
||||||
@ -108,20 +110,25 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/*
|
%{_bindir}/faad
|
||||||
%{_mandir}/man1/faad.1*
|
%{_mandir}/man1/faad.1*
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libfaad.so.*
|
||||||
|
%{_libdir}/libfaad_drm.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libfaad.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libfaad.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libfaad.so
|
||||||
|
%{_libdir}/libfaad_drm.a
|
||||||
|
%{_libdir}/libfaad_drm.la
|
||||||
|
%{_libdir}/libfaad_drm.so
|
||||||
|
%{_libdir}/pkgconfig/faad2.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
@ -138,6 +145,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-1mamba
|
||||||
- update to 2.9.1
|
- update to 2.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user