Compare commits

..

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
f6202c9abc !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:45:11 +00:00
cherry530
5a5ca99b5f remove unuse files
(cherry picked from commit f9f8089b82d61aeb4c5b1da64fb571808d4c8592)
2021-12-03 18:09:59 +08:00
openeuler-ci-bot
0ff5fc7ae4 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:56:18 +00:00
cherry530
3af7cd8e4a Package init
(cherry picked from commit 5887c4e55ede28ff31fb92da747b41ada50d5d2f)
2021-12-03 17:22:05 +08:00
openeuler-ci-bot
1a5c8fa5ba !3 upgrade to 1.4.0 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 04:24:27 +00:00
zhang__3125
6e4bcf9e5b upgrade to 1.4.0 for xfce 4.16 2021-06-25 12:17:24 +08:00
openeuler-ci-bot
ed1b449f1c !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 15:53:07 +08:00
张琳
85e6c89619 update xfce4-netload-plugin.yaml. 2020-11-30 15:36:22 +08:00
zhang__3125
4abfa6da5d 20201127 add yaml file 2020-11-27 12:59:27 +08:00
openeuler-ci-bot
2264c2ffd6 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 07:30:04 +08:00
dillon chen
510619fdf5 Init package 2020-07-15 19:17:00 +08:00
3 changed files with 54 additions and 0 deletions

Binary file not shown.

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

@ -0,0 +1,50 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-netload-plugin
Version: 1.3.2
Release: 1
Summary: Network-load monitor for the Xfce panel
License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.3/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: pkgconfig(libxfce4panel-1.0) >= %{xfceversion}
BuildRequires: pkgconfig(libxfce4ui-1) >= %{xfceversion}
BuildRequires: libxml2-devel
BuildRequires: gettext, intltool
Requires: xfce4-panel >= %{xfceversion}
%description
A network-load monitor plugin for the Xfce panel.
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
%find_lang %{name}
# 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
%files -f %{name}.lang
%doc AUTHORS ChangeLog README
%license COPYING
%{_datadir}/icons/hicolor/*/*/*
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.3.2-1
- Init package

View File

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