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