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