]> git.pld-linux.org Git - packages/crawl.git/commitdiff
- adapterized and few cosmetics. crawl-400beta22-2
authorkloczek <kloczek@pld-linux.org>
Fri, 15 Feb 2002 11:05:22 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crawl.spec -> 1.3

crawl.spec

index f2672c05db5ef4435e1a56b023a46e30b08bad15..daccde82967f5ea565f430a00ba67ad742fdecb9 100644 (file)
@@ -5,8 +5,21 @@ Version:       400beta22
 Release:       2
 License:       Crawl GPL
 Group:         Applications/Games
+Group(cs):     Aplikace/Hry
+Group(da):     Programmer/Spil
 Group(de):     Applikationen/Spiele
+Group(es):     Aplicaciones/Juegos
+Group(fr):     Applications/Jeux
+Group(is):     Forrit/Leikir
+Group(it):     Applicazioni/Giochi
+Group(ja):     ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥²¡¼¥à
+Group(no):     Applikasjoner/Spill
 Group(pl):     Aplikacje/Gry
+Group(pt):     Aplicações/Jogos
+Group(ru):     ðÒÉÌÏÖÅÎÉÑ/éÇÒÙ
+Group(sl):     Programi/Igre
+Group(sv):     Tillämpningar/Spel
+Group(uk):     ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/¶ÇÒÉ
 Source0:       ftp://ftp.dungeoncrawl.org/LATEST/devteam/cr%{version}-src.tar.bz2
 Source1:       %{name}.desktop
 Source2:       %{name}.png
@@ -16,7 +29,7 @@ BuildRequires:        ncurses-devel
 Requires:      zip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _datadir        /var/games/crawl
+%define                _datadir        /var/games/crawl
 
 %description
 Crawl is a large and very random game of subterranean exploration in a
@@ -51,8 +64,8 @@ cd source
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_datadir},%{_applnkdir}/Games/Roguelike,%{_pixmapsdir}}
+
 install source/crawl $RPM_BUILD_ROOT%{_bindir}
 install docs/crawl.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
@@ -68,13 +81,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc *.gz docs/*.gz
 %attr(2755,root,games) %{_bindir}/crawl
 %attr(2775,root,games) %dir %{_datadir}
 %attr(664,root,games) %config(noreplace) %verify(not md5 size mtime) %{_datadir}/scores
-
 %{_mandir}/man6/*
-%doc *.gz
-%doc docs/*.gz
-
 %{_applnkdir}/Games/Roguelike/*
 %{_pixmapsdir}/*
This page took 0.085417 seconds and 4 git commands to generate.