/[packages]/updates/3/konversation/current/SPECS/konversation.spec
ViewVC logotype

Contents of /updates/3/konversation/current/SPECS/konversation.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 793815 - (show annotations) (download)
Mon Oct 27 09:47:14 2014 UTC (9 years, 5 months ago) by luigiwalser
File size: 1521 byte(s)
add upstream patch to fix CVE-2014-8483
1 %define beta rc1
2
3 name: konversation
4 Version: 1.5
5 Release: %mkrel 0.%beta.2
6 Summary: A user friendly IRC Client for KDE
7 License: GPLv2
8 Group: Networking/IRC
9 URL: http://konversation.kde.org
10 Source0: http://fr2.rpmfind.net/linux/KDE/stable/konversation/%{version}/src/%{name}-%{version}-%{beta}.tar.xz
11 Patch0: konversation-1.3-mga-default_channel.patch
12 Patch1: konversation-1.5-CVE-2014-8483.patch
13 BuildRequires: kdepimlibs4-devel
14 BuildRequires: qca2-devel
15 Provides: kde4-irc-client
16
17 %description
18 Konversation is a graphical Internet Relay Chat client (IRC)
19 with KDE support.
20
21 Features:
22
23 * Standard IRC features
24 * SSL server support
25 * Bookmarking support
26 * Easy to use graphical user interface
27 * Multiple servers and channels in one single window
28 * DCC file transfer
29 * Multiple identities for different servers
30 * Text decorations and colors
31 * OnScreen Display for notifications
32 * Automatic UTF-8 detection
33 * Per channel encoding support
34 * Theme support for nick icons
35 * Highly configurable
36
37 %files -f %name.lang
38 %defattr(-,root,root,-)
39 %doc README
40 %{_kde_bindir}/*
41 %{_kde_datadir}/apps/%{name}
42 %{_kde_datadir}/applications/kde4/%{name}.desktop
43 %{_kde_iconsdir}/*/*/*/*
44 %_kde_datadir/apps/kconf_update/*
45 %_kde_services/*.protocol
46
47 #--------------------------------------------------------------------
48
49 %prep
50 %setup -q -n %{name}-%{version}-%beta
51 %apply_patches
52
53 %build
54 %cmake_kde4
55 %make
56
57 %install
58 rm -rf %{buildroot}
59 %makeinstall_std -C build
60 %find_lang --with-html %name
61
62 %clean
63 rm -rf %{buildroot}
64
65
66

  ViewVC Help
Powered by ViewVC 1.1.30