Replace openEuler with %{_vendor}

Signed-off-by: yueyuankun <yueyuankun@kylinos.cn>
This commit is contained in:
yueyuankun 2024-04-23 15:10:07 +08:00
parent 968e951ab2
commit 8ac2fee37d

View File

@ -3,7 +3,7 @@
Name: gstreamer1-plugins-bad-free
Version: 1.16.2
Release: 9
Release: 10
Summary: Not well tested plugins for GStreamer framework
License: LGPLv2+ and LGPLv2
URL: http://gstreamer.freedesktop.org/
@ -94,7 +94,7 @@ This package provides the development files for GStreamer not-well-tested plugin
%build
autoreconf --force --install
%configure --disable-silent-rules --disable-fatal-warnings \
--with-package-name="openEuler GStreamer-plugins-bad package" \
--with-package-name="%{_vendor} GStreamer-plugins-bad package" \
--with-package-origin="https://openeuler.org/en/building/download.html" \
%{!?with_extras:--disable-fbdev --disable-decklink --disable-linsys} \
--enable-debug --disable-static --enable-gtk-doc --enable-experimental \
@ -273,6 +273,9 @@ EOF
%{_includedir}/gstreamer-%{majorminor}/gst/*
%changelog
* Wed Apr 24 2024 yueyuankun <yueyuankun@kylinos.cn> - 1.16.2-10
- Replace openEuler with %{_vendor}
* Fri Dec 15 2023 wangkai <13474090681@163.com> - 1.16.2-9
- Fix CVE-2023-44446,CVE-2023-37329