|
|
@ -1,9 +1,10 @@
|
|
|
|
%global out out123
|
|
|
|
%global out out123
|
|
|
|
%global fmt fmt123
|
|
|
|
%global fmt fmt123
|
|
|
|
|
|
|
|
%global syn syn123
|
|
|
|
|
|
|
|
|
|
|
|
Name: mpg123
|
|
|
|
Name: mpg123
|
|
|
|
Version: 1.25.10
|
|
|
|
Version: 1.32.9
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
|
|
|
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -146,18 +147,26 @@ rm %{buildroot}%{_libdir}/*.la
|
|
|
|
%doc NEWS
|
|
|
|
%doc NEWS
|
|
|
|
%{_libdir}/lib%{name}.so.0*
|
|
|
|
%{_libdir}/lib%{name}.so.0*
|
|
|
|
%{_libdir}/lib%{out}.so.0*
|
|
|
|
%{_libdir}/lib%{out}.so.0*
|
|
|
|
|
|
|
|
%{_libdir}/lib%{syn}.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc NEWS.lib%{name} doc/html doc/examples doc/BENCHMARKING doc/README.gain
|
|
|
|
%doc NEWS.lib%{name} doc/html doc/examples doc/BENCHMARKING doc/README.gain
|
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
%{_includedir}/%{out}.h
|
|
|
|
%{_includedir}/%{out}.h
|
|
|
|
%{_includedir}/%{fmt}.h
|
|
|
|
%{_includedir}/%{fmt}.h
|
|
|
|
|
|
|
|
%{_includedir}/%{syn}.h
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/lib%{out}.so
|
|
|
|
%{_libdir}/lib%{out}.so
|
|
|
|
|
|
|
|
%{_libdir}/lib%{syn}.so
|
|
|
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/lib%{out}.pc
|
|
|
|
%{_libdir}/pkgconfig/lib%{out}.pc
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/lib%{syn}.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.25.10-2
|
|
|
|
|
|
|
|
- Rebase to 1.32.9, includes patch for CVE-2024-10573
|
|
|
|
|
|
|
|
- Resolves: RHEL-65443
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.25.10-2
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.25.10-2
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|