]> git.pld-linux.org Git - packages/crawl.git/blobdiff - crawl.spec
- BR: libstdc++-devel
[packages/crawl.git] / crawl.spec
index 1d2dccda88d667bba6d11aa3f5ed84db33f8db36..6e23576da7dab8dd28bb0253bb5ea746bd1935e0 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
@@ -16,7 +12,11 @@ Source1:     %{name}.desktop
 Source2:       %{name}.png
 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: libstdc++-devel
 BuildRequires: ncurses-devel
 Requires:      zip
 Conflicts:     applnk < 1.5.13
@@ -50,6 +50,9 @@ klawiszowymi poleceniami.
 %setup -q -n dc%{version}-src
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 cd source
@@ -80,6 +83,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.0875359999999999 seconds and 4 git commands to generate.