]> git.pld-linux.org Git - packages/netris.git/blame - netris.spec
- added using %%{rpmcflags} macro.
[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
4Version: 0.5
5Release: 1
e6f6d083
AM
6License: GPL
7Group: Applications/Games
8Group(de): Applikationen/Spiele
9Group(pl): Aplikacje/Gry
10Source0: ftp://ftp.netris.org/pub/netris/%{name}-%{version}.tar.gz
11Patch0: %{name}-make.patch
060a335f 12URL: http://www.netris.org/
e6f6d083
AM
13BuildRequires: ncurses-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
060a335f 17A free networked version of T*tris.
e6f6d083
AM
18
19%description -l pl
060a335f 20Darmowa, sieciowa wersja T*trisa.
e6f6d083
AM
21
22%prep
23%setup -q
24%patch0 -p1
25
26%build
27./Configure \
54b6f6dc 28 --copt "%{rpmcflags}"
e6f6d083
AM
29%{__make}
30
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_bindir}
35
36install netris $RPM_BUILD_ROOT%{_bindir}
37install sr $RPM_BUILD_ROOT%{_bindir}
38
39gzip -9nf README FAQ *_desc
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
e6f6d083 46%doc *.gz
060a335f 47%attr(755,root,root) %{_bindir}/*
This page took 0.099757 seconds and 4 git commands to generate.