Package init

(cherry picked from commit e9a1b8efb85c520b26bbb5760d2172094b914afe)
This commit is contained in:
cherry530 2021-09-09 16:46:18 +08:00 committed by openeuler-sync-bot
parent e4f8a631d6
commit 4ca3fd5be3
2 changed files with 7 additions and 11 deletions

Binary file not shown.

View File

@ -1,21 +1,20 @@
%global minorversion 0.6
%global xfceversion 4.16
%global xfceversion 4.14
Name: xfce4-wavelan-plugin
Version: 0.6.2
Version: 0.6.1
Release: 1
Summary: WaveLAN plugin for the Xfce panel
License: BSD
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
@ -42,13 +41,10 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS
%{_libdir}/xfce4/panel/plugins/libwavelan.so
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.6.2-1
- Update to 0.6.2
* Fri Jul 24 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.6.1-1
- Init package