]> git.pld-linux.org Git - packages/netris.git/blame - netris.spec
- add manuals
[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
9be55657 5Release: 6
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}"
e6f6d083
AM
30%{__make}
31
e6f6d083
AM
32%install
33rm -rf $RPM_BUILD_ROOT
9be55657 34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
e6f6d083 35
399a444c 36install {netris,sr} $RPM_BUILD_ROOT%{_bindir}
9be55657 37install debian/*.6 $RPM_BUILD_ROOT%{_mandir}/man6
e6f6d083 38
e6f6d083
AM
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
c9d2a897 44%doc README FAQ *_desc
060a335f 45%attr(755,root,root) %{_bindir}/*
9be55657 46%{_mandir}/man6/*
This page took 0.047224 seconds and 4 git commands to generate.