packages: crawl/crawl.spec - add -link.patch to fix linking - remove TODO (...

lisu lisu at pld-linux.org
Thu Jun 24 14:37:34 CEST 2010


Author: lisu                         Date: Thu Jun 24 12:37:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add -link.patch to fix linking
- remove TODO (Dungeon Crawl Stone Soup spec is done)
- more verbose files

---- Files affected:
packages/crawl:
   crawl.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: packages/crawl/crawl.spec
diff -u packages/crawl/crawl.spec:1.30 packages/crawl/crawl.spec:1.31
--- packages/crawl/crawl.spec:1.30	Sat Jul 19 15:49:14 2008
+++ packages/crawl/crawl.spec	Thu Jun 24 14:37:29 2010
@@ -1,8 +1,4 @@
 # $Revision$, $Date$
-#
-# TODO
-# http://crawl-ref.sourceforge.net/
-#
 Summary:	Orb of Zot-retrieval-quest
 Summary(pl.UTF-8):	Zdobądź Kulę Zota
 Name:		crawl
@@ -19,6 +15,7 @@
 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
@@ -55,6 +52,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cd source
@@ -85,9 +83,9 @@
 %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
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -95,6 +93,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2010/06/24 12:37:29  lisu
+- add -link.patch to fix linking
+- remove TODO (Dungeon Crawl Stone Soup spec is done)
+- more verbose files
+
 Revision 1.30  2008/07/19 13:49:14  megabajt
 - added -gcc43.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crawl/crawl.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list