rpms/konversation/FC-3 konversation.spec,1.2,1.3

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sun Oct 23 04:56:10 UTC 2005


Author: ausil

Update of /cvs/extras/rpms/konversation/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18882/FC-3

Modified Files:
	konversation.spec 
Log Message:
update for freedesktop icon spec  and fix BuildRequires



Index: konversation.spec
===================================================================
RCS file: /cvs/extras/rpms/konversation/FC-3/konversation.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- konversation.spec	3 Jul 2005 17:48:00 -0000	1.2
+++ konversation.spec	23 Oct 2005 04:56:07 -0000	1.3
@@ -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 @@
 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 @@
 %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 @@
 
 
 %changelog
+* Sat Oct 20 2005 Dennis Gilmore <dennis at ausil.us> - 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 <dennis at ausil.us> - 0.18-4
 - Explicly export QT lib and include dirs  for x86_64 build issue
 * Tue Jun 28 2005  Dennis Gilmore <dennis at ausil.us> - 0.18-3




More information about the fedora-extras-commits mailing list