]> git.pld-linux.org Git - packages/tkabber.git/blob - tkabber.spec
- up to 0.9.8
[packages/tkabber.git] / tkabber.spec
1 Summary:        Tk Jabber client
2 Summary(pl):    Klient Jabbera oparty o Tk
3 Name:           tkabber
4 Version:        0.9.8
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://files.jabberstudio.org/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  2112b44822e4ea7d9292fddc93a89fd1
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Icon:           tkabber.xpm
13 URL:            http://tkabber.jabber.ru/
14 Requires:       tcl >= 8.3.4-7
15 Requires:       tcllib >= 1.2
16 Requires:       tclsasl
17 Requires:       tcl-tls >= 1.4.1
18 Requires:       tk >= 8.3.3
19 Requires:       tk-BWidget >= 1.3
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Tkabber provides a Tcl/Tk interface to the Jabber instant messaging
25 and presence service.
26
27 Although relatively new software, Tkabber is fully-featured. Its
28 features include:
29 - emoticons
30 - file transfers
31 - avatars
32 - browsing
33
34 and many, many more.
35
36 You may need additional packages for full funcionality:
37 - tk-Img, for more image file formats support
38 - tclgpgme, for end-to-end message encryption and signing
39 - tkXwin, for auto-away
40
41 %description -l pl
42 Tkabber udostêpnia interfejs Tcl/Tk dla komunikatora Jabber.
43
44 Mimo ¿e jest to dosyæ nowy program, Tkabber ma du¿e mo¿liwo¶ci,
45 obejmuj±ce:
46 - emotikony,
47 - przesy³anie plików,
48 - wcielenia,
49 - przegl±danie
50 i wiele, wiele wiêcej.
51
52 Do pe³nej funkcjonalno¶ci mog± byæ potrzebne dodatkowe pakiety:
53 - tk-Img do obs³ugi wiêkszej liczby formatów plików,
54 - tcl-tls do szyfrowanych po³±czeñ z serwerem,
55 - tclgpgme do podpisywania i szyfrowania wiadomo¶ci,
56 - tkXwin do auto-away.
57
58 %prep
59 %setup -q
60 sed -i -e 's#ifaceck##g' Makefile
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
65
66 %{__make} install \
67         PREFIX="%{_prefix}" \
68         DESTDIR="$RPM_BUILD_ROOT"
69
70 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
71 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
72
73 rm -rf $RPM_BUILD_ROOT%{_docdir}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files
79 %defattr(644,root,root,755)
80 %doc ChangeLog AUTHORS README.html examples
81 %attr(755,root,root) %{_bindir}/*
82 %{_datadir}/%{name}
83 %{_desktopdir}/*
84 %{_pixmapsdir}/*
This page took 0.040407 seconds and 3 git commands to generate.