!6 [sync] PR-4: Package init

From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-12-03 09:51:45 +00:00 committed by Gitee
commit 55be35d3a5
2 changed files with 5 additions and 10 deletions

Binary file not shown.

View File

@ -1,14 +1,13 @@
%global majorversion 1.5
Name: xfce4-taskmanager
Version: 1.5.2
Version: 1.2.3
Release: 1
Summary: Taskmanager for the Xfce desktop environment
License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/applications/%{name}
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/apps/%{name}/1.2/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel
BuildRequires: libXmu-devel
@ -48,17 +47,13 @@ desktop-file-install \
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS THANKS
%doc AUTHORS ChangeLog NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/16x16/actions/xc_crosshair.png
%{_datadir}/icons/hicolor/24x24/actions/xc_crosshair.png
%{_datadir}/icons/hicolor/scalable/actions/xc_crosshair.svg
%{_datadir}/icons/hicolor/*/apps/org.xfce.taskmanager.*
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.5.2-1
- Update to 1.5.2
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.2.3-1
- Init package