Package init

(cherry picked from commit 7b13bdedf84e9f7447d86e0d8fc12d6fb0b9e7a3)
This commit is contained in:
cherry530 2021-09-09 16:45:36 +08:00 committed by openeuler-sync-bot
parent f607c02f5b
commit d6e9a81628
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