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