Name: konsole Summary: KDE Terminal emulator Version: 4.7.97 Release: 1%{?dist} # sources: MIT and LGPLv2 and LGPLv2+ and GPLv2+ License: GPLv2 URL: http://konsole.kde.org/ Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2 ## upstreamable patches # Some fonts get chopped with Qt 4.8, http://bugs.kde.org/280896 Patch50: konsole-4.7.95-kdebug280896.patch BuildRequires: desktop-file-utils BuildRequires: kdelibs4-devel >= %{version} BuildRequires: kdebase-devel >= %{version} BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xrender) Requires: %{name}-part = %{version}-%{release} %description %{summary}. %package part Summary: Konsole kpart plugin # when konsole split occurred Conflicts: kdebase < 6:4.6.95-10 # when -part split occurred Conflicts: konsole < 4.7.3-2 Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}} %description part %{summary}. %prep %setup -q %patch50 -p1 -b .kdebug280896 %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. popd make %{?_smp_mflags} -C %{_target_platform} %install rm -rf %{buildroot} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang konsole --with-kde --without-mo %check desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/konsole.desktop %files -f konsole.lang %doc README %{_kde4_bindir}/konsole %{_kde4_bindir}/konsoleprofile %{_kde4_datadir}/applications/kde4/konsole.desktop %{_kde4_libdir}/libkdeinit4_konsole.so %{_kde4_datadir}/kde4/services/ServiceMenus/konsolehere.desktop %files part %doc COPYING* %{_kde4_appsdir}/konsole/ %{_kde4_libdir}/libkonsoleprivate.so %{_kde4_libdir}/kde4/libkonsolepart.so %{_kde4_datadir}/kde4/services/konsolepart.desktop %{_kde4_datadir}/kde4/servicetypes/terminalemulator.desktop %changelog * Wed Jan 04 2012 Radek Novacek - 4.7.97-1 - 4.7.97 * Tue Dec 27 2011 Rex Dieter 4.7.95-2 - Some fonts get chopped (#742583,kde#280896) * Wed Dec 21 2011 Radek Novacek - 4.7.95-1 - 4.7.95 * Sun Dec 04 2011 Rex Dieter - 4.7.90-1 - 4.7.90 * Fri Nov 25 2011 Radek Novacek 4.7.80-1 - 4.7.80 (beta 1) - add BR: kdebase-devel * Tue Nov 15 2011 Rex Dieter 4.7.3-2 - konsole-part subpkg * Sat Oct 29 2011 Rex Dieter 4.7.3-1 - 4.7.3 * Tue Oct 04 2011 Rex Dieter 4.7.2-1 - 4.7.2 * Wed Sep 07 2011 Than Ngo - 4.7.1-1 - 4.7.1 * Tue Jul 26 2011 Jaroslav Reznik 4.7.0-1 - 4.7.0 * Thu Jul 21 2011 Rex Dieter 4.6.95-4 - fix Conflicts: kdebase (wrong epoch) * Thu Jul 21 2011 Rex Dieter 4.6.95-3 - License: GPLv2 (per FAQ) * Thu Jul 21 2011 Rex Dieter 4.6.95-2 - fix URL - drop Requires: kdebase-runtime (overkill) - License: +LGPLv2 * Mon Jul 18 2011 Rex Dieter 4.6.95-1 - first try