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