Name: konversation Version: 1.5.1 Release: 1%{?dist} Summary: A user friendly IRC client License: GPLv2+ URL: http://konversation.kde.org/ %if 0%{?snap} # use releaseme script Source0: %{name}-%{version}-%{snap}.tar.bz2 %else Source0: http://download.kde.org/%{?pre:un}stable/konversation/%{version}%{?pre:-%{pre}}/src/konversation-%{version}%{?pre:-%{pre}}.tar.xz %endif ## upstream patches BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: kdelibs4-devel >= 4.9 BuildRequires: kdepimlibs-devel BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(phonon) BuildRequires: pkgconfig(qca2) Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}} %{?_qt4:Requires: qt4%{?_isa} >= %{_qt4_version}} Requires: qca-ossl%{?_isa} %description A simple and easy to use IRC client with support for strikeout; multi-channel joins; away / unaway messages; ignore list functionality; support for foreign language characters; auto-connect to server; optional timestamps to chat windows; configurable background colors and much more %prep %setup -n %{name}-%{version}%{?pre:-%{pre}} %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. popd make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang konversation --with-kde %check desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/konversation.desktop %post touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: %posttrans gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: update-desktop-database -q &> /dev/null ||: %postun if [ $1 -eq 0 ] ; then touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: update-desktop-database -q &> /dev/null ||: fi %files -f konversation.lang %doc ChangeLog COPYING README TODO %{_kde4_bindir}/konversation %{_kde4_datadir}/applications/kde4/konversation.desktop %{_kde4_datadir}/kde4/services/*.protocol %{_kde4_appsdir}/konversation/ %{_kde4_appsdir}/kconf_update/konversation* %{_kde4_iconsdir}/hicolor/*/*/* %changelog * Tue Nov 04 2014 Rex Dieter 1.5.1-1 - 1.5.1 * Mon Nov 03 2014 Rex Dieter 1.5-8 - Connection to TLS-only server does not work (kde#340396) * Wed Oct 29 2014 Rex Dieter 1.5-7 - add update-desktop-database scriptlets * Mon Oct 27 2014 Rex Dieter 1.5-6 - pull in 1.5 branch fixes, including... out-of-bounds read flaw (#1157342,1156418) * Sun Aug 17 2014 Fedora Release Engineering - 1.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jun 19 2014 Rex Dieter 1.5-4 - .spec cleanup * Sun Jun 08 2014 Fedora Release Engineering - 1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu May 01 2014 Rex Dieter 1.5-2 - Requires: kde-runtime * Tue Jan 14 2014 Rex Dieter 1.5-1 - 1.5(final) * Wed Jan 08 2014 Rex Dieter 1.5-0.7.rc2 - 1.5-rc2 * Sun Sep 29 2013 Rex Dieter 1.5-0.6.20130929 - 20130929 snapshot * Sat Aug 03 2013 Petr Pisar - 1.5-0.5.20130730 - Perl 5.18 rebuild * Tue Jul 30 2013 Rex Dieter 1.5-0.4.20130730 - 20130730 snapshot * Wed Jul 17 2013 Petr Pisar - 1.5-0.3.20130607 - Perl 5.18 rebuild * Fri Jun 07 2013 Rex Dieter 1.5-0.2.20130607 - 20130607 snapshot * Sat Mar 16 2013 Rex Dieter 1.5-0.1.rc1 - 1.5-rc1 * Thu Feb 14 2013 Fedora Release Engineering - 1.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 27 2012 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jul 24 2012 Rex Dieter 1.4-3 - rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Dec 04 2011 Rex Dieter 1.4-1 - 1.4 (final) * Tue Nov 01 2011 Rex Dieter 1.4-0.1.beta1 - 1.4-beta1 - pkgconfig-style deps * Wed Oct 26 2011 Fedora Release Engineering - 1.3.1-6 - Rebuilt for glibc bug#747377 * Fri Oct 21 2011 Rex Dieter 1.3.1-5 - Crash in marker cleanup code (kde#210106) * Sat Mar 12 2011 Kevin Kofler - 1.3.1-4 - add Requires: qca-ossl * Mon Feb 07 2011 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Oct 18 2010 Thomas Janssen 1.3.1-2 - added patch to fix scrolling background * Thu Jul 01 2010 Rex Dieter - 1.3.1-1 - konversation-1.3.1 * Tue Jun 08 2010 Rex Dieter - 1.3-1 - konversation-1.3 * Sat May 22 2010 Rex Dieter - 1.3-0.1.beta1 - konversation-1.3-beta1 * Mon May 10 2010 Rex Dieter - 1.2.3-2.20100510 - 20100510 snapshot * Fri Feb 12 2010 Rex Dieter - 1.2.3-1 - konversation-1.2.3 * Fri Feb 12 2010 Rex Dieter - 1.2.2-1 - konversation-1.2.2 * Wed Feb 03 2010 Rex Dieter - 1.2.1-3 - test out qt46/cpu/fonts patch (kde#215256) * Thu Jan 28 2010 Rex Dieter - 1.2.1-2 - use %%{_kde4_version} * Thu Nov 12 2009 Rex Dieter - 1.2.1-1 - konversation-1.2.1 * Fri Oct 09 2009 Rex Dieter - 1.2-1 - konversation-1.2 (final) * Sat Oct 03 2009 Rex Dieter - 1.2-0.12.rc1 - konversation-1.2-rc1 * Mon Sep 21 2009 Rex Dieter - 1.2-0.11.beta1 - With auto-expand input box, ircview doesn't scroll (kdebug #208097) * Mon Sep 21 2009 Rex Dieter - 1.2-0.10.beta1 - konversation-1.2-beta1 * Sat Sep 19 2009 Rex Dieter - 1.2-0.9.20090919svn - localized snapshot * Sat Sep 19 2009 Rex Dieter - 1.2-0.8.20090919svn1025849 - konversation-20090919svn1025849 snapshot, for marker line testing * Mon Aug 24 2009 Rex Dieter - 1.2-0.6.alpha6 - BR: qca2-devel, libXScrnSaver-devel * Tue Aug 11 2009 Rex Dieter - 1.2-0.5.alpha6 - add min kdelibs4 version * Sat Aug 08 2009 Rex Dieter - 1.2-0.4.alpha6 - konversation-1.2-alpha6 * Fri Jul 24 2009 Fedora Release Engineering - 1.2-0.3.alpha4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 03 2009 Rex Dieter - 1.2-0.2.alpha4 - konversation-1.2-alpha4 * Wed Jun 03 2009 Rex Dieter - 1.2-0.1.alpha3 - konversation-1.2-alpha3 - optimize scriptlets * Mon Mar 02 2009 Dennis gilmore - 1.1-6 - make Patch and %%patch use the same number * Wed Feb 25 2009 Fedora Release Engineering - 1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Feb 22 2009 Dennis Gilmore - 1.1-4 - rebuild * Fri Feb 13 2009 Rex Dieter - 1.1-3 - patch media script for amarok2 support * Wed Feb 04 2009 Rex Dieter - 1.1-2 - s/for KDE// * Thu Aug 07 2008 Dennis Gilmore - 1.1-1 - update to 1.1 final * Tue Jul 15 2008 Dennis Gilmore - 1.1-0.2.rc1 - fix stupidity * Tue Jul 15 2008 Dennis Gilmore - 1.1-0.1.rc1 - update to 1.1 rc1 * Wed Apr 09 2008 Dennis Gilmore - 1.0.1-6 - apply patch from upstream handling CVE-2007-4400 correctly - reenable media script * Mon Mar 10 2008 Rex Dieter - 1.0.1-5 - drop Requires: kdebase3 (#435873) - f9+: dfi vendor fedora -> kde - %%doc ChangeLog COPYING README TODO * Thu Feb 07 2008 Dennis Gilmore - 1.0.1-4 - remove /usr/share/apps/konversation/scripts/media for CVE-2007-4400 * Tue Aug 28 2007 Dennis Gilmore - 1.0.1-3 - clarify license GPLv2+, and rebuild for F8 * Tue Oct 17 2006 Dennis Gilmore - 1.0.1-2 - add gettext as br so translations get built correctly * Fri Oct 06 2006 Dennis Gilmore - 1.0.1-1 - Upgrade to 1.0.1 * Thu Sep 14 2006 Dennis Gilmore - 1.0-1 - Upgrade to 1.0 :) * Sat Sep 02 2006 Dennis Gilmore - 0.19-3 - rebuild for fc6 * Tue Feb 14 2006 Dennis Gilmore - 0.19-2 - rebuild for fc5 * Mon Jan 30 2006 Dennis Gilmore - 0.19-1 - update to 0.19 * Thu Dec 22 2005 Dennis Gilmore - 0.18-6 - Rebuild for gcc 4.1 * Sat Oct 22 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 - 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 - Destop-file-install, change gcc4 patch to configure remove unneeded build deps. * Mon Jun 27 2005 Dennis Gilmore - 0.18-2 - Fix build requires,set QT, %%lang'ify LOCALE bits and HTML docs move automake to prep * Sat Jun 25 2005 Dennis Gilmore - 0.18-1 - Initial build