]> git.pld-linux.org Git - packages/asciijump.git/commitdiff
- use __autoconf macro
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 17 Mar 2003 15:59:50 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added /var/games/asciijump directory (to store hill records)
- added missing man
- made binary sgid games

Changed files:
    asciijump.spec -> 1.7

asciijump.spec

index 455f269507ae2f229dc064d6d7161a3bfe9702f7..78d05baacc5b1782dd22fcb2dcdb9ba88611cce3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: asciijump.spec,v 1.6 2003-03-17 14:14:13 adamg Exp $
+# $Id: asciijump.spec,v 1.7 2003-03-17 15:59:50 adamg Exp $
 Summary:       (a)sci(i)jump game
 Summary(pl):   Skoki narciarskie w ascii
 Name:          asciijump
@@ -23,12 +23,14 @@ Skoki narciarskie w trybie tekstowym.
 %setup -q
 
 %build
+%{__autoconf}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/var/games/asciijump
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -38,7 +40,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README README-pl
-%attr(755,root,root) %{_bindir}/asciijump
+%attr(2750,root,games) %{_bindir}/asciijump
+%attr(775,root,games) %{_var}/games/asciijump
 %{_datadir}/asciijump
+%{_mandir}/man6/asciijump.6.gz
 %{_applnkdir}/Games/Arcade/asciijump.desktop
 %{_pixmapsdir}/asciijump.png
This page took 0.055686 seconds and 4 git commands to generate.