Package init

(cherry picked from commit 549c21069d225d674dcd691a688af23ae88b224a)
This commit is contained in:
cherry530 2021-09-09 16:46:38 +08:00 committed by openeuler-sync-bot
parent 5d01724893
commit d718acdd43
2 changed files with 4 additions and 9 deletions

Binary file not shown.

View File

@ -1,14 +1,13 @@
%global minorversion 2.5
Name: xfce4-whiskermenu-plugin
Version: 2.5.3
Version: 2.4.6
Release: 1
Summary: Alternate menu plugin for the Xfce
License: GPLv2+
#Group: Development/Libraries
URL: http://gottcode.org/xfce4-whiskermenu-plugin/
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: gettext
@ -17,7 +16,6 @@ BuildRequires: garcon-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: xfce4-panel-devel
Requires: xfce4-panel
Requires: hicolor-icon-theme
@ -59,8 +57,5 @@ popd
%{_mandir}/man1/xfce4-popup-whiskermenu.1*
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 2.5.3-1
- Update to 2.5.3
* Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.4.6-1
- Init package