Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
/libdca-0.0.7.tar.bz2
SOURCES/libdca-0.0.7.tar.bz2

@ -0,0 +1 @@
1414a1c6b6cd49495f461a092fdb5da7b741fcdb SOURCES/libdca-0.0.7.tar.bz2

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

@ -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,24 +69,8 @@ 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
* Wed Feb 28 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.0.7-1
- Rebuilt for MSVSphere 8.9
* Mon Apr 13 2020 Leigh Scott <leigh123linux@gmail.com> - 0.0.7-1
- Update to 0.0.7

@ -1 +0,0 @@
SHA512 (libdca-0.0.7.tar.bz2) = dae15d77d066687c882833d5bed8d65a585c1fc0277b7276563c89ddd5a83b35389ec94cca445f38af28a9b01430b72647e9afd1b08f030959e711de1a08924a
Loading…
Cancel
Save