!3 upgrade to 1.7.1 for xfce 4.16
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
dbb17b01d8
Binary file not shown.
BIN
xfce4-timer-plugin-1.7.1.tar.bz2
Normal file
BIN
xfce4-timer-plugin-1.7.1.tar.bz2
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user