Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
e92ade9fc1 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:43:49 +00:00
cherry530
3afed06fcc remove unuse files
(cherry picked from commit 7cd87e39f304b6b927a67cc994b5f26a06f32e2b)
2021-12-03 18:07:21 +08:00
openeuler-ci-bot
850901924c !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:44:13 +00:00
cherry530
4ca3fd5be3 Package init
(cherry picked from commit e9a1b8efb85c520b26bbb5760d2172094b914afe)
2021-12-03 17:02:53 +08:00
openeuler-ci-bot
e4f8a631d6 !3 upgrade to 0.6.2 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 05:03:26 +00:00
linz
165ef6a6ba upgrade to 0.6.2 for xfce 4.16 2021-06-24 12:58:32 +08:00
openeuler-ci-bot
7bcfa6d275 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:31:49 +08:00
张琳
3439612351 update xfce4-wavelan-plugin.yaml. 2020-11-30 12:20:18 +08:00
zhang__3125
346ecb14fb 20201127 add yaml file 2020-11-27 13:02:54 +08:00
openeuler-ci-bot
f6fb034ac4 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 07:32:05 +08:00
dillon chen
0044e62271 Init package 2020-07-24 10:44:34 +08:00
3 changed files with 54 additions and 0 deletions

Binary file not shown.

50
xfce4-wavelan-plugin.spec Normal file
View File

@ -0,0 +1,50 @@
%global xfceversion 4.14
Name: xfce4-wavelan-plugin
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}/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
The WaveLAN plugin monitors a wireless LAN interface. It displays
stats for signal state, signal quality and network name (SSID).
%prep
%setup -q
%build
%configure --disable-static
%make_build
%install
%make_install
# remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';'
# make sure debuginfo is generated properly
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Fri Jul 24 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.6.1-1
- Init package

View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin.git
tag_prefix: "xfce4-wavelan-plugin-"
seperator: "."