# # spec file for package libaacplus # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # %define somajor 2 Name: libaacplus Version: 2.0.2 Release: 1.4 Url: http://www.tipok.org.ua/node/17 Summary: High Efficiency Advanced Audio Codec License: LGPL-2.1+ and GPL-3.0 Group: Productivity/Networking/Security Source0: http://tipok.org.ua/%{name}-%{version}.tar.gz Patch100: libaacplus-inline-redefination.patch BuildRequires: pkgconfig(fftw3f) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description High Efficiency Advanced Audio Codec v2 (he-aac+) encoder library. (3GPP TS 26.410 V8.0.0) %package -n aacplus Requires: libaacplus-%{somajor} = %{version} Summary: High Efficiency Advanced Audio Codec %description -n aacplus High Efficiency Advanced Audio Codec v2 (he-aac+) encoder library. (3GPP TS 26.410 V8.0.0) %package devel Requires: libaacplus-%{somajor} = %{version} Summary: High Efficiency Advanced Audio Codec Group: Development/Libraries/C and C++ %description devel High Efficiency Advanced Audio Codec v2 (he-aac+) encoder library. (3GPP TS 26.410 V8.0.0) %prep %setup -q %patch100 -p1 %build export CFLAGS="%optflags" aclocal autoheader libtoolize --automake automake --add-missing autoreconf %configure \ --disable-static make %install %make_install rm $RPM_BUILD_ROOT/%{_libdir}/*.la %check make check %files -n aacplus %defattr(-, root, root) %doc ChangeLog NEWS README %{_bindir}/* %{_mandir}/man1/*.1.gz %files -n %{name} %defattr(-, root, root) %{_libdir}/*.so.%{somajor}* %files devel %defattr(-, root, root) %{_includedir}/*.h %{_libdir}/*.so %{_libdir}/pkgconfig/ %changelog * Fri Oct 12 2018 holgerbruenjes@gmx.net - rebuild for eisfair-64 * Fri Mar 14 2014 holgerbruenjes@gmx.net first version