]> git.pld-linux.org Git - packages/ggz-gtk-client.git/blob - ggz-gtk-client.spec
- BR: gettext-devel
[packages/ggz-gtk-client.git] / ggz-gtk-client.spec
1 Summary:        GTK+ version of GGZ client
2 Summary(pl.UTF-8):      Klient GGZ napisany z użyciem GTK+
3 Name:           ggz-gtk-client
4 Version:        0.0.14.1
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  87f67ff01f867bd04ba894a7c6a9f7fc
10 Source1:        %{name}.xpm
11 Patch0:         %{name}-desktop.patch
12 URL:            http://www.ggzgamingzone.org/
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 # gaim plugin?
16 #BuildRequires: gaim-devel >= 1.5.0
17 BuildRequires:  gettext-devel
18 BuildRequires:  ggz-client-libs-devel >= 0.0.14
19 BuildRequires:  gtk+2-devel >= 1:2.0.0
20 BuildRequires:  libggz-devel >= 0.0.14
21 BuildRequires:  libtool
22 BuildRequires:  pkgconfig
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 GGZ core clients enable players to access the GGZ server to chat, meet
27 other people in the game lobbies, play with them, watch their scores,
28 and be spectator other people's games. This is GTK+ version of GGZ
29 client.
30
31 %description -l pl.UTF-8
32 Programy klienckie GGZ umożliwiają graczom dostęp do serwerów GGZ z
33 możliwością rozmowy, poznawania innych ludzi w grze, granie z nimi,
34 obserwowanie punktacji oraz obserwowanie rozgrywek innych ludzi. Ten
35 klient GGZ to wersja napisana z użyciem GTK+.
36
37 %package devel
38 Summary:        Header files for ggz-gtk library
39 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki ggz-gtk
40 Group:          X11/Development/Libraries
41 Requires:       %{name} = %{version}-%{release}
42 Requires:       ggz-client-libs-devel >= 0.0.14
43 Requires:       gtk+2-devel >= 1:2.0.0
44 Requires:       libggz-devel >= 0.0.14
45
46 %description devel
47 Header files for ggz-gtk library.
48
49 %description devel -l pl.UTF-8
50 Pliki nagłówkowe biblioteki ggz-gtk.
51
52 %package static
53 Summary:        Static ggz-gtk library
54 Summary(pl.UTF-8):      Statyczna biblioteka ggz-gtk
55 Group:          X11/Development/Libraries
56 Requires:       %{name}-devel = %{version}-%{release}
57
58 %description static
59 Static ggz-gtk library.
60
61 %description static -l pl.UTF-8
62 Statyczna biblioteka ggz-gtk.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67
68 %build
69 %{__libtoolize}
70 %{__aclocal} -I m4 -I m4/ggz
71 %{__autoconf}
72 %{__autoheader}
73 %{__automake}
74 %configure
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
85
86 %find_lang %{name} --all-name
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %post   -p /sbin/ldconfig
92 %postun -p /sbin/ldconfig
93
94 %files -f %{name}.lang
95 %defattr(644,root,root,755)
96 %doc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO
97 %attr(755,root,root) %{_bindir}/ggz-gtk
98 %attr(755,root,root) %{_libdir}/libggz-gtk.so.*.*.*
99 %attr(755,root,root) %ghost %{_libdir}/libggz-gtk.so.1
100 %{_datadir}/ggz/*
101 %{_desktopdir}/ggz-gtk.desktop
102 %{_mandir}/man6/ggz-gtk.6*
103 %{_pixmapsdir}/%{name}.xpm
104
105 %files devel
106 %defattr(644,root,root,755)
107 %attr(755,root,root) %{_libdir}/libggz-gtk.so
108 %{_libdir}/libggz-gtk.la
109 %{_includedir}/ggz-embed.h
110 %{_includedir}/ggz-gtk.h
111
112 %files static
113 %defattr(644,root,root,755)
114 %{_libdir}/libggz-gtk.a
This page took 0.038335 seconds and 3 git commands to generate.