From 1ea76132766628e137eb0f510af68d0060545f07 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 07 2018 18:25:08 +0000 Subject: Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- diff --git a/autodownloader.spec b/autodownloader.spec index 235c6a2..8e63e8d 100644 --- a/autodownloader.spec +++ b/autodownloader.spec @@ -1,6 +1,6 @@ Name: autodownloader Version: 0.3.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: GUI-tool to automate the download of certain files License: GPLv2+ Group: Applications/Internet @@ -39,31 +39,16 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - - -%post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - - %files -%defattr(-,root,root,-) %doc COPYING ChangeLog GladeWindow-license.txt README.txt TODO example.autodlrc %{_datadir}/autodl %{_datadir}/icons/hicolor/*/apps/autodl.png %changelog +* Sun Jan 07 2018 Igor Gnatenko - 0.3.0-14 +- Remove obsolete scriptlets + * Wed Jul 26 2017 Fedora Release Engineering - 0.3.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild