diff --git a/xfce4-panel-profiles-1.0.10.tar.bz2 b/xfce4-panel-profiles-1.0.10.tar.bz2 deleted file mode 100644 index 3266a17..0000000 Binary files a/xfce4-panel-profiles-1.0.10.tar.bz2 and /dev/null differ diff --git a/xfce4-panel-profiles-1.0.13.tar.bz2 b/xfce4-panel-profiles-1.0.13.tar.bz2 new file mode 100644 index 0000000..aafe591 Binary files /dev/null and b/xfce4-panel-profiles-1.0.13.tar.bz2 differ diff --git a/xfce4-panel-profiles.spec b/xfce4-panel-profiles.spec index 090b8c0..fc2a038 100644 --- a/xfce4-panel-profiles.spec +++ b/xfce4-panel-profiles.spec @@ -1,11 +1,14 @@ +%global minorversion 1.0 +%global app_org_name org.xfce.PanelProfiles + Name: xfce4-panel-profiles -Version: 1.0.10 +Version: 1.0.13 Release: 1 Summary: A simple application to manage Xfce panel layouts License: GPLv3 -#Group: Development/Libraries URL: https://git.xfce.org/apps/xfce4-panel-profiles/about/ -Source0: https://archive.xfce.org/src/apps/%{name}/1.0/%{name}-%{version}.tar.bz2 +Source0: https://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python3-devel @@ -13,6 +16,7 @@ BuildRequires: gettext BuildRequires: intltool BuildRequires: libappstream-glib BuildRequires: desktop-file-utils + Requires: xfce4-panel Provides: xfpanel-switch = %{version}-%{release} @@ -33,26 +37,30 @@ This tool makes it possible to backup, restore, import, and export these panel l %install %make_install -rm -f %{buildroot}%{_docdir}/%{name}/COPYING %find_lang %{name} chmod -x %{buildroot}%{_datadir}/%{name}/layouts/* rm -f %{buildroot}/%{_docdir}/%{name}/INSTALL +rm -f %{buildroot}%{_docdir}/%{name}/COPYING %check -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop -appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.xfce.PanelProfiles.appdata.xml +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{app_org_name}.desktop +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{app_org_name}.appdata.xml %files -f %{name}.lang %license COPYING -%doc NEWS AUTHORS README +%doc NEWS AUTHORS README.md %{_mandir}/man1/%{name}* %{_datadir}/%{name} %{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/metainfo/*.appdata.xml +%{_datadir}/applications/%{app_org_name}.desktop +%{_datadir}/metainfo/%{app_org_name}.appdata.xml +%{_datadir}/icons/hicolor/*/apps/%{app_org_name}.* %changelog +* Fri Jun 18 2021 zhanglin - 1.0.13-1 +- Update to 1.0.13 + * Fri Jul 17 2020 - 1.0.10-1 - Init package