Compare commits

...

No commits in common. 'el8' and 'epel9' have entirely different histories.
el8 ... epel9

2
.gitignore vendored

@ -1,3 +1 @@
libdca-0.0.5.tar.bz2
/libdca-0.0.6.tar.bz2
/libdca-0.0.7.tar.bz2 /libdca-0.0.7.tar.bz2

@ -0,0 +1,3 @@
# libdca
The libdca package

@ -1,13 +1,17 @@
%global sovermajor 0
Summary: DTS Coherent Acoustics decoder library Summary: DTS Coherent Acoustics decoder library
Name: libdca Name: libdca
Version: 0.0.7 Version: 0.0.7
Release: 1%{?dist} Release: 7%{?dist}
License: GPLv2+ License: GPL-2.0-or-later
URL: https://code.videolan.org/videolan/libdca URL: https://code.videolan.org/videolan/libdca
Source: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: automake BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make
%description %description
libdca is a free library for decoding DTS Coherent Acoustics streams. It is libdca is a free library for decoding DTS Coherent Acoustics streams. It is
@ -33,11 +37,11 @@ Various tools that use %{name}.
%prep %prep
%autosetup %autosetup
autoreconf -fiv
iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS iconv -f ISO8859-1 -t UTF-8 AUTHORS > tmp; mv tmp AUTHORS
%build %build
autoreconf -fiv
%configure --disable-static %configure --disable-static
# Get rid of the /usr/lib64 RPATH on 64bit (as of 0.0.5) # 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 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@ -56,7 +60,7 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%files %files
%doc AUTHORS ChangeLog NEWS README %doc AUTHORS ChangeLog NEWS README
%license COPYING %license COPYING
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.%{sovermajor}{,.*}
%files tools %files tools
%{_bindir}/* %{_bindir}/*
@ -69,6 +73,25 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%changelog %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 * Mon Apr 13 2020 Leigh Scott <leigh123linux@gmail.com> - 0.0.7-1
- Update to 0.0.7 - Update to 0.0.7

Loading…
Cancel
Save