]> git.pld-linux.org Git - packages/crawl.git/commitdiff
- add -link.patch to fix linking
authorlisu <lisu@pld-linux.org>
Thu, 24 Jun 2010 12:37:29 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove TODO (Dungeon Crawl Stone Soup spec is done)
- more verbose files

Changed files:
    crawl.spec -> 1.31

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.059934 seconds and 4 git commands to generate.