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