]> git.pld-linux.org Git - packages/ggz-gnome-client.git/blame - ggz-gnome-client.spec
- cleanup
[packages/ggz-gnome-client.git] / ggz-gnome-client.spec
CommitLineData
c9bb2b4d
JB
1Summary: GNOME core client for GGZ
2Summary(pl.UTF-8): Klient GGZ dla środowiska GNOME
3Name: ggz-gnome-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: 6e9da98c7b519edd39937b0641c46800
10URL: http://www.ggzgamingzone.org/
11BuildRequires: gettext-devel
12BuildRequires: ggz-client-libs-devel >= 0.0.14
13BuildRequires: libgnomeui-devel >= 2.0
14BuildRequires: libggz-devel >= 0.0.14
15BuildRequires: pkgconfig
16Requires: ggz-client-libs-devel >= 0.0.14
17Requires: libggz-devel >= 0.0.14
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This is the GNOME core client for GGZ.
22
23%description -l pl.UTF-8
24Ten pakiet to klient GGZ dla środowiska GNOME.
25
26%prep
27%setup -q
28
29%build
30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
c9bb2b4d
JB
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%find_lang %{name}
40
41%clean
42rm -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.03389 seconds and 4 git commands to generate.