]> git.pld-linux.org Git - packages/ggz-gtk-client.git/blame - ggz-gtk-client.spec
- group changed to Applications/Games
[packages/ggz-gtk-client.git] / ggz-gtk-client.spec
CommitLineData
d6adc833 1Summary: GTK+ version of GGZ client
2Summary(pl.UTF-8): Klient napisany w GTK+ dla GGZ
3Name: ggz-gtk-client
4Version: 0.0.14
5Release: 1
6License: GPL v2+
fa2b303a 7Group: Applications/Games
d6adc833 8Source0: http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
9# Source0-md5: 7b8992f4eaf96c41923c31a946bc73fb
10Source1: %{name}.xpm
11Patch0: %{name}-desktop.patch
12URL: http://www.ggzgamingzone.org/
13BuildRequires: autoconf >= 2.50
14BuildRequires: automake
15BuildRequires: ggz-client-libs-devel >= 0.0.14
16BuildRequires: gtk+2-devel
17BuildRequires: libggz-devel >= 0.0.14
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21GGZ core clients enable players to access the GGZ server to chat, meet
22other people in the game lobbies, play with them, watch their scores,
23and be spectator other people's games. This is GTK+ version of GGZ
24client.
25
26%description -l pl.UTF-8
27Klienty GGZ umożliwiają graczą dostęp do serwerów GGZ z
28możliwością rozmowy, poznawania innych ludzi w grze, granie z nimi,
29obserwowanie punktacji oraz obserwowanie rozgrywek innych ludzi. Ten
30klient GGZ to wersja napisana w GTK+.
31
32%package devel
33Summary: Header files for ggz-gtk-client
34Summary(pl.UTF-8): Pliki nag�~Bówkowe dla ggz-gtk-client
35Group: Development/Libraries
36Requires: %{name} = %{version}-%{release}
37
38%description devel
39Header files for ggz-gtk-client.
40
41%description devel -l pl.UTF-8
42Pliki nag�~Bówkowe dla ggz-gtk-client.
43
44%package static
45Summary: Static ggz-gtk-client library
46Summary(pl.UTF-8): Statyczna biblioteka ggz-gtk-client
47Group: Development/Libraries
48Requires: %{name}-devel = %{version}-%{release}
49
50%description static
51Static ggz-gtk-client library.
52
53%description static -l pl.UTF-8
54Statyczna 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
69rm -rf $RPM_BUILD_ROOT
70install -d $RPM_BUILD_ROOT%{_pixmapsdir}
71
72%{__make} install \
73 DESTDIR=$RPM_BUILD_ROOT
74
75install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
76
77%find_lang %{name} --all-name
78
79%clean
80rm -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.102143 seconds and 4 git commands to generate.