]> git.pld-linux.org Git - packages/netris.git/blob - netris.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/netris.git] / netris.spec
1 Summary:        A free networked version of T*tris
2 Summary(pl):    Darmowa, sieciowa wersja T*trisa
3 Name:           netris
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Games
8 Source0:        ftp://ftp.netris.org/pub/netris/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 URL:            http://www.netris.org/
11 BuildRequires:  ncurses-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 A free networked version of T*tris.
16
17 %description -l pl
18 Darmowa, sieciowa wersja T*trisa.
19
20 %prep
21 %setup -q
22 %patch0 -p1
23
24 %build
25 ./Configure \
26         --copt "%{rpmcflags}"
27 %{__make}
28
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install netris  $RPM_BUILD_ROOT%{_bindir}
35 install sr      $RPM_BUILD_ROOT%{_bindir}
36
37 gzip -9nf README FAQ *_desc
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/*
This page took 0.135618 seconds and 3 git commands to generate.