!3 upgrade to 0.2.3 for xfce 4.16
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
2ba7c17a17
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
|
Name: xfce4-statusnotifier-plugin
|
||||||
Version: 0.2.2
|
Version: 0.2.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Panel area status notifier plugin for Xfce4
|
Summary: Panel area status notifier plugin for Xfce4
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://www.xfce.org/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -37,24 +38,23 @@ has the freedesktop.org specification.
|
|||||||
|
|
||||||
# remove la file
|
# remove la file
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
if [ ! -d %{buildroot}/%{_libdir} ]; then
|
||||||
# make sure debuginfo is generated properly
|
mv %{buildroot}/usr/lib %{buildroot}/%{_libdir}
|
||||||
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
fi
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
|
||||||
%doc AUTHORS NEWS README
|
|
||||||
%{_libdir}/xfce4/panel/plugins/libstatusnotifier.*
|
%{_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.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.svg
|
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.svg
|
||||||
|
%{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.2.2-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user