upgrade to 0.2.3 for xfce 4.16
This commit is contained in:
parent
53139b1e7e
commit
2f0f41c049
Binary file not shown.
BIN
xfce4-statusnotifier-plugin-0.2.3.tar.bz2
Normal file
BIN
xfce4-statusnotifier-plugin-0.2.3.tar.bz2
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
||||
%global minorversion 0.2
|
||||
|
||||
Name: xfce4-statusnotifier-plugin
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 1
|
||||
Summary: Panel area status notifier plugin for Xfce4
|
||||
License: LGPLv3
|
||||
#Group: Development/Libraries
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.2/%{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)
|
||||
#BuildArch: noarch
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk3-devel
|
||||
@ -37,24 +38,23 @@ has the freedesktop.org specification.
|
||||
|
||||
# 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
|
||||
if [ ! -d %{buildroot}/%{_libdir} ]; then
|
||||
mv %{buildroot}/usr/lib %{buildroot}/%{_libdir}
|
||||
fi
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/xfce4/panel/plugins/libstatusnotifier.*
|
||||
%{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.png
|
||||
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.svg
|
||||
%{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
|
||||
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.2.2-1
|
||||
- Init package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user