diff --git a/copyq.spec b/copyq.spec index f564cd9..624690d 100644 --- a/copyq.spec +++ b/copyq.spec @@ -2,7 +2,7 @@ Name: copyq Summary: Advanced clipboard manager Version: 3.1.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Url: https://hluk.github.io/%{project}/ Source0: https://github.com/hluk/%{project}/archive/v%{version}.tar.gz#/%{project}-%{version}.tar.gz @@ -51,19 +51,10 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/%{name %{_datadir}/%{name}/themes/ %{_mandir}/man1/%{name}.1.* -%post -/usr/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - /usr/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null - /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - %changelog +* Thu Jan 11 2018 Igor Gnatenko - 3.1.2-2 +- Remove obsolete scriptlets + * Sun Oct 22 2017 Gerald Cox - 3.1.2-1 - Upstream release rhbz#1505132