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