|
|
|
@ -1,17 +1,13 @@
|
|
|
|
|
%global sovermajor 0
|
|
|
|
|
|
|
|
|
|
Summary: DTS Coherent Acoustics decoder library
|
|
|
|
|
Name: libdca
|
|
|
|
|
Version: 0.0.7
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://code.videolan.org/videolan/libdca
|
|
|
|
|
Source: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libdca is a free library for decoding DTS Coherent Acoustics streams. It is
|
|
|
|
@ -37,11 +33,11 @@ Various tools that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
autoreconf -fiv
|
|
|
|
|
|
|
|
|
|
iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -fiv
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
# Get rid of the /usr/lib64 RPATH on 64bit (as of 0.0.5)
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
@ -60,7 +56,7 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_libdir}/%{name}.so.%{sovermajor}{,.*}
|
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
|
%{_bindir}/*
|
|
|
|
@ -73,25 +69,6 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
|
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.0.7-7
|
|
|
|
|
- Adapt for Fedora
|
|
|
|
|
|
|
|
|
|
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 0.0.7-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
|
|
|
|
|
5.1
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 0.0.7-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.0.7-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.0.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.0.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 13 2020 Leigh Scott <leigh123linux@gmail.com> - 0.0.7-1
|
|
|
|
|
- Update to 0.0.7
|
|
|
|
|
|
|
|
|
|