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