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