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