]> git.pld-linux.org Git - packages/ggz-gtk-client.git/blob - ggz-gtk-client.spec
- release 13 (by relup.sh)
[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:        11
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://mirrors.dotsrc.org/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 (obsolete, gaim has been replaced by pidgin)
16 #BuildRequires: gaim-devel >= 1.5.0
17 BuildRequires:  gettext-tools
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, grania z nimi,
34 obserwowania punktacji oraz obserwowania 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 %{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@Latn,sr@latin}
87
88 %find_lang %{name} --all-name
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post   -p /sbin/ldconfig
94 %postun -p /sbin/ldconfig
95
96 %files -f %{name}.lang
97 %defattr(644,root,root,755)
98 %doc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO
99 %attr(755,root,root) %{_bindir}/ggz-gtk
100 %attr(755,root,root) %{_libdir}/libggz-gtk.so.*.*.*
101 %attr(755,root,root) %ghost %{_libdir}/libggz-gtk.so.1
102 %{_datadir}/ggz/ggz-gtk-client
103 %{_datadir}/ggz/help
104 %{_desktopdir}/ggz-gtk.desktop
105 %{_mandir}/man6/ggz-gtk.6*
106 %{_pixmapsdir}/%{name}.xpm
107
108 %files devel
109 %defattr(644,root,root,755)
110 %attr(755,root,root) %{_libdir}/libggz-gtk.so
111 %{_libdir}/libggz-gtk.la
112 %{_includedir}/ggz-embed.h
113 %{_includedir}/ggz-gtk.h
114
115 %files static
116 %defattr(644,root,root,755)
117 %{_libdir}/libggz-gtk.a
This page took 0.085482 seconds and 3 git commands to generate.