update to 2.10.1 [release 2.10.1-1mamba;Sat Dec 03 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 22:12:36 +01:00
parent afaad2aa28
commit 9eda95bccb

View File

@ -1,7 +1,7 @@
%define libname lib%{name}
%define tagver %(echo %version | tr . _)
Name: faad2
Version: 2.10.0
Version: 2.10.1
Release: 1mamba
Epoch: 1
Summary: Freeware Advanced Audio Decoder 2
@ -10,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.audiocoding.com/
Source: https://github.com/knik0/faad2.git/%{tagver}/faad2-%{version}.tar.bz2
Source: https://github.com/knik0/faad2.git/%{version}/faad2-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/faac/faad2-%{version}.tar.gz
Patch1: %{name}-2.5-no_bmp.patch
Patch2: %{name}-2.5-mp4ff.patch
@ -23,12 +23,7 @@ BuildRequires: glibc-devel
BuildRequires: hd2u
BuildRequires: autoconf
BuildRequires: libz-devel
#BuildRequires: libsndfile-devel >= 1.0.0
#BuildRequires: libid3-devel
#BuildRequires: libmp4v2-devel >= 2.0.0
#BuildConflicts: libmpeg4ip-devel
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely written from scratch.
@ -36,7 +31,7 @@ FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely w
%package -n %{libname}
Summary: A library for decoding MPEG2/4 AAC
Group: System/Libraries
Obsoletes: xmms-aac
Obsoletes: xmms-aac < 1:2.10.1
%description -n %{libname}
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely written from scratch.
@ -71,12 +66,11 @@ MPEG4 files with AAC inside can be read by RealPlayer or Quicktime.
Summary: Static libraries and headers for %{libname}
Group: Development/Libraries
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: %{name}-devel
Obsoletes: %{name}-devel-aac < 1:2.10.1
%description -n %{libname}-devel
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely written from scratch.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%debug_package
@ -105,7 +99,7 @@ This package contains static libraries and header files need for development.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n %{libname} -p /sbin/ldconfig
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%files
@ -123,10 +117,8 @@ This package contains static libraries and header files need for development.
%defattr(-, root, root)
%{_includedir}/*
%{_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
@ -145,6 +137,9 @@ This package contains static libraries and header files need for development.
%endif
%changelog
* Sat Dec 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.1-1mamba
- update to 2.10.1
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
- automatic version update by autodist