]> git.pld-linux.org Git - packages/netris.git/commitdiff
- add manuals auto/th/netris-0_52-6
authorundefine <undefine@pld-linux.org>
Sun, 27 Jan 2008 10:01:28 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netris.spec -> 1.17

netris.spec

index 994b563ea8d3dd7fb57263293d51154254d3d72a..fe22d77e296b4e1075e60a28eae0decb7a885c8a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A free networked version of T*tris
 Summary(pl.UTF-8):     Darmowa, sieciowa wersja T*trisa
 Name:          netris
 Version:       0.52
-Release:       5
+Release:       6
 License:       GPL
 Group:         Applications/Games
 Source0:       ftp://ftp.netris.org/pub/netris/%{name}-%{version}.tar.gz
@@ -31,9 +31,10 @@ Darmowa, sieciowa wersja T*trisa.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6}
 
 install {netris,sr} $RPM_BUILD_ROOT%{_bindir}
+install debian/*.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -42,3 +43,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README FAQ *_desc
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man6/*
This page took 0.035111 seconds and 4 git commands to generate.