]> git.pld-linux.org Git - packages/ggz-gnome-client.git/blob - ggz-gnome-client.spec
- cleanup
[packages/ggz-gnome-client.git] / ggz-gnome-client.spec
1 Summary:        GNOME core client for GGZ
2 Summary(pl.UTF-8):      Klient GGZ dla środowiska GNOME
3 Name:           ggz-gnome-client
4 Version:        0.0.14.1
5 Release:        1
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:  6e9da98c7b519edd39937b0641c46800
10 URL:            http://www.ggzgamingzone.org/
11 BuildRequires:  gettext-devel
12 BuildRequires:  ggz-client-libs-devel >= 0.0.14
13 BuildRequires:  libgnomeui-devel >= 2.0
14 BuildRequires:  libggz-devel >= 0.0.14
15 BuildRequires:  pkgconfig
16 Requires:       ggz-client-libs-devel >= 0.0.14
17 Requires:       libggz-devel >= 0.0.14
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This is the GNOME core client for GGZ.
22
23 %description -l pl.UTF-8
24 Ten pakiet to klient GGZ dla środowiska GNOME.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %find_lang %{name}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog NEWS README README.GGZ
47 %attr(755,root,root) %{_bindir}/ggz-gnome
48 %attr(755,root,root) %{_bindir}/motd_editor
49 %{_datadir}/ggz/ggz-gnome
50 %{_mandir}/man6/ggz-gnome.6*
51 %{_mandir}/man6/motd_editor.6*
This page took 0.098376 seconds and 3 git commands to generate.