upgrade to 1.7.1 for xfce 4.16

This commit is contained in:
linz 2021-06-24 14:04:02 +08:00
parent dfd7e5ca12
commit 0d44c41d0d
3 changed files with 8 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global _hardened_build 1
%global minorversion 1.7
Name: xfce4-timer-plugin
Version: 1.7.0
Version: 1.7.1
Release: 1
Summary: Timer plugin 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/xfce4-timer-plugin/1.7/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: xfce4-panel-devel
BuildRequires: libxfce4ui-devel
@ -17,6 +17,7 @@ BuildRequires: libxml2-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: perl(XML::Parser)
Requires: xfce4-panel
%description
@ -35,12 +36,6 @@ The timer progress is shown as a progress bar in the Xfce panel, lasting time di
%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
@ -51,5 +46,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.7.1-1
- Update to 1.7.1
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.7.0-1
- Init package