From 2d91fed493a76afd6f00823494d474d43be8d5a6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 23 2005 04:56:09 +0000 Subject: update for freedesktop icon spec and fix BuildRequires --- diff --git a/konversation.spec b/konversation.spec index 9590e8f..8f19d32 100644 --- a/konversation.spec +++ b/konversation.spec @@ -1,6 +1,6 @@ Name: konversation Version: 0.18 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Konversation is a user friendly IRC client for KDE Group: Applications/Internet @@ -9,7 +9,7 @@ URL: http://konversation.kde.org Source0: http://download.berlios.de/konversation/konversation-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: kdebase-devel >= 3.2 +BuildRequires: kdebase-devel >= 3.2, desktop-file-utils Requires: kdebase >= 3.2 patch0: kdegcc4.patch @@ -58,6 +58,14 @@ fi %clean rm -rf $RPM_BUILD_ROOT +%post +touch --no-create %{_datadir}/icons/hicolor || : +touch --no-create %{_datadir}/icons/crystalsvg || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +touch --no-create %{_datadir}/icons/crystalsvg || : + %files -f %{name}.lang %defattr(-,root,root,-) @@ -75,6 +83,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 20 2005 Dennis Gilmore - 0.18-5 +- add BuildRequires desktop-file-utils http://fedoraproject.org/wiki/QAChecklist +- add %post and %postun scriptlets to notify of new icons per +touch --no-create %{_datadir}/icons/hicolor || : +- http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#implementation_notes * Sun Jul 03 2005 Dennis Gilmore - 0.18-4 - Explicly export QT lib and include dirs for x86_64 build issue * Tue Jun 28 2005 Dennis Gilmore - 0.18-3