upgrade to 2.0.1 for xfce 4.16

This commit is contained in:
linz 2021-06-24 13:45:24 +08:00
parent 1adfb51ea8
commit 7d2622de8c
3 changed files with 11 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global _hardened_build 1 %global _hardened_build 1
%global minorversion 2.0
Name: xfce4-verve-plugin Name: xfce4-verve-plugin
Version: 2.0.0 Version: 2.0.1
Release: 1 Release: 1
Summary: Comfortable command line plugin for the Xfce panel Summary: Comfortable command line 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/%{name}/2.0/%{name}-%{version}.tar.bz2 Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{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: dbus-glib-devel >= 0.34 BuildRequires: dbus-glib-devel >= 0.34
BuildRequires: exo-devel >= 0.5.0 BuildRequires: exo-devel >= 0.5.0
@ -18,6 +18,7 @@ BuildRequires: libxml2-devel
BuildRequires: pcre-devel >= 5.0 BuildRequires: pcre-devel >= 5.0
BuildRequires: xfce4-panel-devel BuildRequires: xfce4-panel-devel
BuildRequires: gettext, intltool, perl(XML::Parser) BuildRequires: gettext, intltool, perl(XML::Parser)
Requires: xfce4-panel Requires: xfce4-panel
Provides: verve-plugin = %{version} Provides: verve-plugin = %{version}
Provides: xfce4-minicmd-plugin = 0.4-9 Provides: xfce4-minicmd-plugin = 0.4-9
@ -41,19 +42,18 @@ more cool features, such as:
%install %install
%make_install %make_install
# remove la file rm -f %{buildroot}/%{_libdir}/xfce4/panel/plugins/libverve.la
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
%doc AUTHORS COPYING ChangeLog README THANKS %license COPYING
%doc AUTHORS ChangeLog THANKS
%{_libdir}/xfce4/panel/plugins/libverve.so %{_libdir}/xfce4/panel/plugins/libverve.so
%{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/xfce4/panel/plugins/*.desktop
%changelog %changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 2.0.1-1
- Update to 2.0.1
* Wed Jul 22 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.0.0-1 * Wed Jul 22 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.0.0-1
- Init package - Init package