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