!6 upgrade to 0.7.1 for xfce 4.16
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
f17875e2f4
Binary file not shown.
BIN
xfce4-calculator-plugin-0.7.1.tar.bz2
Normal file
BIN
xfce4-calculator-plugin-0.7.1.tar.bz2
Normal file
Binary file not shown.
@ -1,21 +1,22 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
%global minorversion 0.7
|
||||||
|
|
||||||
Name: xfce4-calculator-plugin
|
Name: xfce4-calculator-plugin
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: A calculator plugin for the Xfce4 panel
|
Summary: A calculator plugin for the Xfce4 panel
|
||||||
#Group: Development/Libraries
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
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}/0.7/%{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: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libxfce4ui-devel
|
BuildRequires: libxfce4ui-devel
|
||||||
BuildRequires: xfce4-panel-devel
|
BuildRequires: xfce4-panel-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
Requires: xfce4-panel
|
Requires: xfce4-panel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,22 +42,21 @@ rm -f NEWS
|
|||||||
%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
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README TODO ChangeLog AUTHORS
|
%doc TODO ChangeLog AUTHORS
|
||||||
%{_libdir}/xfce4/panel/plugins/libcalculator.so
|
%{_libdir}/xfce4/panel/plugins/libcalculator.so
|
||||||
|
%{_libdir}/xfce4/panel/plugins/libcalculator.la
|
||||||
%{_datadir}/xfce4/panel/plugins/calculator.desktop
|
%{_datadir}/xfce4/panel/plugins/calculator.desktop
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
%{_datadir}/icons/hicolor/*/*/*calculator*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.7.1-1
|
||||||
|
- Update to 0.7.1
|
||||||
|
|
||||||
* Thu Nov 26 2020 Wenlong Ding <wenlong.ding@turbolinux.com.cn> -0.7.0-2
|
* Thu Nov 26 2020 Wenlong Ding <wenlong.ding@turbolinux.com.cn> -0.7.0-2
|
||||||
|
|
||||||
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.7.0-1
|
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.7.0-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user