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