!5 Reslove BuildRequires for gstreamer-plugins-base-devel

From: @zhang__3125 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2022-02-12 10:03:49 +00:00 committed by Gitee
commit 7b2b20e7f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: xfce4-volumed-pulse
Version: 0.2.3
Release: 1
Release: 2
Summary: Daemon to add additional functionality to the volume keys of the keyboard
License: GPLv3+
#Group: Development/Libraries
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: desktop-file-utils
BuildRequires: gstreamer-plugins-base-devel
BuildRequires: gstreamer1-plugins-base-devel
BuildRequires: gtk3-devel
BuildRequires: keybinder3-devel
BuildRequires: libnotify-devel
@ -51,5 +51,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
%{_bindir}/%{name}
%changelog
* Sat Feb 12 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.0.0-2
- Reslove BuildRequires for gstreamer-plugins-base-devel
* Wed Jul 22 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.0.0-1
- Init package