diff --git a/xfce4-calculator-plugin-0.7.0.tar.bz2 b/xfce4-calculator-plugin-0.7.0.tar.bz2 deleted file mode 100644 index 5db822d..0000000 Binary files a/xfce4-calculator-plugin-0.7.0.tar.bz2 and /dev/null differ diff --git a/xfce4-calculator-plugin-0.7.1.tar.bz2 b/xfce4-calculator-plugin-0.7.1.tar.bz2 new file mode 100644 index 0000000..0266ea3 Binary files /dev/null and b/xfce4-calculator-plugin-0.7.1.tar.bz2 differ diff --git a/xfce4-calculator-plugin.spec b/xfce4-calculator-plugin.spec index a8cc824..628c2d7 100644 --- a/xfce4-calculator-plugin.spec +++ b/xfce4-calculator-plugin.spec @@ -1,21 +1,22 @@ %global _hardened_build 1 +%global minorversion 0.7 Name: xfce4-calculator-plugin -Version: 0.7.0 +Version: 0.7.1 Release: 2 Summary: A calculator plugin for the Xfce4 panel -#Group: Development/Libraries License: GPLv2+ 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) -#BuildArch: noarch BuildRequires: gcc-c++ BuildRequires: automake BuildRequires: libxfce4ui-devel BuildRequires: xfce4-panel-devel BuildRequires: gtk2-devel BuildRequires: intltool + Requires: xfce4-panel %description @@ -41,22 +42,21 @@ rm -f NEWS %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} %files -f %{name}.lang %license COPYING -%doc README TODO ChangeLog AUTHORS +%doc TODO ChangeLog AUTHORS %{_libdir}/xfce4/panel/plugins/libcalculator.so +%{_libdir}/xfce4/panel/plugins/libcalculator.la %{_datadir}/xfce4/panel/plugins/calculator.desktop -%{_datadir}/icons/hicolor/*/*/* +%{_datadir}/icons/hicolor/*/*/*calculator* %changelog +* Fri Jun 18 2021 zhanglin - 0.7.1-1 +- Update to 0.7.1 + * Thu Nov 26 2020 Wenlong Ding -0.7.0-2 + * Tue Jul 14 2020 Dillon Chen - 0.7.0-1 - Init package