]> git.pld-linux.org Git - packages/xchat.git/blob - xchat.spec
- cosmetics.
[packages/xchat.git] / xchat.spec
1 Summary:        Gtk+ IRC client
2 Summary(de):    Gtk+ IRC-Client
3 Summary(fr):    Client IRC Gtk+
4 Summary(pl):    Oparty na Gtk+ klient IRC
5 Name:           xchat
6 Version:        1.8.1
7 Release:        2
8 Epoch:          1
9 License:        GPL
10 Group:          X11/Applications/Networking
11 Group(de):      X11/Applikationen/Netzwerkwesen
12 Group(pl):      X11/Aplikacje/Sieciowe
13 Source0:        http://xchat.org/files/source/1.8/%{name}-%{version}.tar.bz2
14 Patch0:         %{name}-kick.patch
15 Patch1:         %{name}-kill.patch
16 Icon:           xchat.xpm
17 URL:            http://xchat.org/
18 BuildRequires:  gtk+-devel >= 1.2.5
19 BuildRequires:  gdk-pixbuf-devel
20 BuildRequires:  gnome-libs-devel
21 BuildRequires:  esound-devel
22 BuildRequires:  audiofile-devel
23 BuildRequires:  python-devel
24 BuildRequires:  openssl-devel >= 0.9.6a
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %define         _prefix         /usr/X11R6
28 %define         _mandir         %{_prefix}/man
29
30 %description
31 X-Chat is yet another IRC client for the X Window System, using the
32 Gtk+ toolkit. It is pretty easy to use compared to the other Gtk+ IRC
33 clients and the interface is quite nicely designed.
34
35 %description -l de
36 X-Chat ist ein IRC-Client für X-Windows, der Gtk+ benutzt.
37
38 %description -l fr
39 X-Chat est encore un autre client IRC pour le Système X Window,
40 utilisant le toolkit Gtk+. Il est plutot facile à utiliser comparé aux
41 autres clients IRC Gtk+ et son interface est assez bien conçue.
42
43 %description -l pl
44 X-Chat jest jeszcze jednym klientem IRC dla X Window System,
45 wykorzystuj±cym bibliotekê Gtk+. Jest ca³kiem prosty w u¿yciu, w
46 porównaniu do innych, opartych na Gtk+ klientów IRC, a jego interfejs
47 jest dosyæ ³adnie zaprojektowany.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52 %patch1 -p1
53
54 %build
55 rm -f config.status missing
56 gettextize --copy --force
57 aclocal
58 autoconf
59 automake -a -c --foreign
60 %configure \
61         --disable-perl \
62         --enable-openssl \
63         --enable-ipv6 \
64         --enable-japanese-conv
65
66 %{__make} -C po update-po
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         utildir=%{_applnkdir}/Network/Communications
76
77 install xchat.desktop $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
78 install xchat.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
79
80 gzip -9nf README ChangeLog AUTHORS
81
82 %find_lang %{name}
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %doc {README,ChangeLog,AUTHORS}.gz doc/*html
90 %attr(755,root,root) %{_bindir}/*
91 %{_applnkdir}/Network/Communications/xchat.desktop
92 %{_pixmapsdir}/xchat.png
This page took 0.029579 seconds and 4 git commands to generate.