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