]> git.pld-linux.org Git - packages/ggz-kde-client.git/blame - ggz-kde-client.spec
- new
[packages/ggz-kde-client.git] / ggz-kde-client.spec
CommitLineData
a63381fb
JB
1Summary: GGZ Gaming Zone - KDE frontends and clients
2Summary(pl.UTF-8): GGZ Gaming Zone - interfejsy i klienci KDE
3Name: ggz-kde-client
4Version: 0.0.14.1
5Release: 1
6License: GPL v2+
7Group: X11/Applications/Games
8Source0: http://mirrors.dotsrc.org/ggzgamingzone/ggz/%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: b6218d3e0e5c64757669150f0a7664d4
10URL: http://www.ggzgamingzone.org/
11BuildRequires: gettext-devel
12BuildRequires: ggz-client-libs-devel >= 0.0.14
13BuildRequires: howl-devel
14BuildRequires: kdelibs-devel >= 3
15BuildRequires: libggz-devel >= 0.0.14
16BuildRequires: pkgconfig
17BuildRequires: qt-devel >= 3
18Requires: ggz-client-libs >= 0.0.14
19Requires: kdelibs >= 3
20Requires: libggz >= 0.0.14
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24GGZ Gaming Zone - KDE frontends and clients.
25
26%description -l pl.UTF-8
27GGZ Gaming Zone - interfejsy i klienci KDE.
28
29%prep
30%setup -q
31
32%build
33%configure
34
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43# library is noinst, so API docs are useless
44%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/ggzcore++
45
46# po: kggz, compcal, ggzap, kcm_ggz, kgrubby, shadowbridge
47# khtml: kggz, kioslave/ggz, kioslave/ggzmeta
48%find_lang kggz --with-kde --all-name
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files -f kggz.lang
54%defattr(644,root,root,755)
55%doc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO
56%attr(755,root,root) %{_bindir}/compcal
57%attr(755,root,root) %{_bindir}/keepalivecontrol
58%attr(755,root,root) %{_bindir}/kggz
59%attr(755,root,root) %{_bindir}/kgrubby
60%attr(755,root,root) %{_bindir}/ggzap
61%attr(755,root,root) %{_bindir}/shadowbridge
62%attr(755,root,root) %{_libdir}/kde3/libkcm_ggz.so
63%{_libdir}/kde3/libkcm_ggz.la
64%attr(755,root,root) %{_libdir}/kde3/libkcm_ggz_default.so
65%{_libdir}/kde3/libkcm_ggz_default.la
66%attr(755,root,root) %{_libdir}/kde3/libkcm_ggz_metaserver.so
67%{_libdir}/kde3/libkcm_ggz_metaserver.la
68%attr(755,root,root) %{_libdir}/kde3/libkcm_ggz_ggzd.so
69%{_libdir}/kde3/libkcm_ggz_ggzd.la
70%attr(755,root,root) %{_libdir}/kde3/libkcm_ggz_games.so
71%{_libdir}/kde3/libkcm_ggz_games.la
72%attr(755,root,root) %{_libdir}/kde3/libkio_ggz.so
73%{_libdir}/kde3/libkio_ggz.la
74%attr(755,root,root) %{_libdir}/kde3/libkio_ggzmeta.so
75%{_libdir}/kde3/libkio_ggzmeta.la
76%{_datadir}/apps/compcal
77%{_datadir}/apps/keepalivecontrol
78%{_datadir}/apps/kggz
79%{_datadir}/apps/kgrubby
80%{_datadir}/config/compcalrc
81%{_datadir}/config/kggzrc
82%{_datadir}/services/ggz.protocol
83%{_datadir}/services/ggzmeta.protocol
84%{_desktopdir}/compcal.desktop
85%{_desktopdir}/ggzap.desktop
86%{_desktopdir}/kcmggz.desktop
87%{_desktopdir}/keepalivecontrol.desktop
88%{_desktopdir}/kggz.desktop
89%{_desktopdir}/kgrubby.desktop
90%{_desktopdir}/shadowbridge.desktop
91%{_mandir}/man6/compcal.6*
92%{_mandir}/man6/ggzap.6*
93%{_mandir}/man6/keepalivecontrol.6*
94%{_mandir}/man6/kggz.6*
95%{_mandir}/man6/kgrubby.6*
96%{_mandir}/man6/shadowbridge.6*
This page took 0.105847 seconds and 4 git commands to generate.