upgrade to 1.7.1 for xfce 4.16
This commit is contained in:
parent
dfd7e5ca12
commit
0d44c41d0d
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 _hardened_build 1
|
||||||
|
%global minorversion 1.7
|
||||||
|
|
||||||
Name: xfce4-timer-plugin
|
Name: xfce4-timer-plugin
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Timer plugin for the Xfce panel
|
Summary: Timer plugin for the Xfce panel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: xfce4-panel-devel
|
BuildRequires: xfce4-panel-devel
|
||||||
BuildRequires: libxfce4ui-devel
|
BuildRequires: libxfce4ui-devel
|
||||||
@ -17,6 +17,7 @@ BuildRequires: libxml2-devel
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
|
|
||||||
Requires: xfce4-panel
|
Requires: xfce4-panel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,12 +36,6 @@ The timer progress is shown as a progress bar in the Xfce panel, lasting time di
|
|||||||
%install
|
%install
|
||||||
%make_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}
|
%find_lang %{name}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%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
|
%{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.7.0-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user