]> git.pld-linux.org Git - packages/kadu.git/blob - kadu.spec
- 0.3.1 - some cleanups, removed outdated patches
[packages/kadu.git] / kadu.spec
1 Summary:        An Gadu-Gadu client for online messaging
2 Summary(pl):    Klient Gadu-Gadu do przesy³ania wiadomo¶ci po sieci
3 Name:           kadu
4 Version:        0.3.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 #Source0:       http://cpi.pl/Kadu/%{name}-%{version}.tar.gz
9 Source0:        ftp://ftp.pld.org.pl/people/tomee/kadu/unstable/%{name}-%{version}.tar.gz
10 URL:            http://cpi.pl/Kadu/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  kdelibs-devel >= 3.0
15 BuildRequires:  libtool
16 BuildRequires:  qt-devel >= 3.0.5
17 BuildRequires:  readline-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22
23 %description
24 Kadu is client of Gadu-Gadu protocol. It's an IM for Linux and UN*X.
25 It's written for KDE.
26
27 %description -l pl
28 Kadu jest klientem protko³u Gadu-Gadu. Inaczej mówi±c, jest
29 komunikatorem dla Linuksa (oraz, przy niewielkim wysi³ku, innych
30 systemów UN*Xowych). Napisano go w oparciu o bibliotekê Qt i KDE,
31 przeznaczony jest wiêc dla tego ¶rodowiska.
32
33 %prep
34 %setup -q
35
36 %build
37 #%{__gettextize}
38 #%{__libtoolize}
39 #aclocal
40 #%{__autoconf}
41 #%{__automake}
42 :> ./k_install; chmod 755 k_install
43 kde_icondir="%{_pixmapsdir}"; export kde_icondir
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
50
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52 install kadu/kadu.desktop $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 echo "Additional image files can be downloaded from http://cpi.pl/Kadu/images.tgz
59 and should be placed in .gg/images folder inside user's home directory."
60
61 %files
62 %defattr(644,root,root,755)
63 %doc ChangeLog INSTALL README TODO
64 %attr(755,root,root) %{_bindir}/*
65 %{_applnkdir}/Network/Communications/*.desktop
66 #%{_pixmapsdir}/*/*/apps/*.png
67 %{_datadir}/apps/%{name}
This page took 0.024572 seconds and 3 git commands to generate.