]> git.pld-linux.org Git - packages/netris.git/blame - netris.spec
- release 7
[packages/netris.git] / netris.spec
CommitLineData
e6f6d083 1Summary: A free networked version of T*tris
e6f759e9 2Summary(pl.UTF-8): Darmowa, sieciowa wersja T*trisa
e6f6d083 3Name: netris
37dcd099 4Version: 0.52
6ac48dda 5Release: 7
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
f9bd9439 11Patch1: %{name}-debian.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 18
e91a99ee 19%description -l pl.UTF-8
060a335f 20Darmowa, sieciowa wersja T*trisa.
e6f6d083
AM
21
22%prep
23%setup -q
24%patch0 -p1
f9bd9439 25%patch1 -p1
e6f6d083
AM
26
27%build
28./Configure \
54b6f6dc 29 --copt "%{rpmcflags}"
d97241bd 30%{__make} proto.h
e6f6d083
AM
31%{__make}
32
e6f6d083
AM
33%install
34rm -rf $RPM_BUILD_ROOT
9be55657 35install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
e6f6d083 36
399a444c 37install {netris,sr} $RPM_BUILD_ROOT%{_bindir}
9be55657 38install debian/*.6 $RPM_BUILD_ROOT%{_mandir}/man6
e6f6d083 39
e6f6d083
AM
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
c9d2a897 45%doc README FAQ *_desc
060a335f 46%attr(755,root,root) %{_bindir}/*
9be55657 47%{_mandir}/man6/*
This page took 0.079636 seconds and 4 git commands to generate.