]> git.pld-linux.org Git - packages/crawl.git/blobdiff - crawl.spec
- add -link.patch to fix linking
[packages/crawl.git] / crawl.spec
index cad6d8f3f1f2b2aa2aad46ff8b5c9639bf520c24..7ba7d708f772d6a88571a05ddbab6e4fe9fa948c 100644 (file)
@@ -1,7 +1,3 @@
-#
-# TODO
-# http://crawl-ref.sourceforge.net/
-#
 Summary:       Orb of Zot-retrieval-quest
 Summary(pl.UTF-8):     Zdobądź Kulę Zota
 Name:          crawl
@@ -18,6 +14,7 @@ Patch0:               %{name}-makefile.patch
 Patch1:                %{name}-savedir.patch
 Patch2:                %{name}-fix_build.patch
 Patch3:                %{name}-gcc43.patch
+Patch4:                %{name}-link.patch
 URL:           http://dungeoncrawl.org/
 BuildRequires: ncurses-devel
 Requires:      zip
@@ -54,6 +51,7 @@ klawiszowymi poleceniami.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cd source
@@ -84,6 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(2755,root,games) %{_bindir}/crawl
 %attr(2775,root,games) %dir %{_datadir}
 %attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) %{_datadir}/scores
-%{_mandir}/man6/*
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*
+%{_mandir}/man6/crawl.6*
+%{_desktopdir}/crawl.desktop
+%{_pixmapsdir}/crawl.png
This page took 0.099853 seconds and 4 git commands to generate.