]> git.pld-linux.org Git - packages/crawl.git/blobdiff - crawl.spec
- cosmetics
[packages/crawl.git] / crawl.spec
index f0bcdf4824875d8f4f0ea818d1e7ceef8bca4e90..3ba1e8af9d980c387e304e056517e68289d79bd1 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Orb of Zot-retrieval-quest
 Summary(pl):   Zdob±d¼ Kulê Zota
 Name:          crawl
 Version:       400b26
-Release:       1
+Release:       3
 Epoch:         1
 License:       Crawl GPL
 Group:         Applications/Games
@@ -12,8 +12,10 @@ Source1:     %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-savedir.patch
+URL:           http://dungeoncrawl.org/
 BuildRequires: ncurses-devel
 Requires:      zip
+Conflicts:     applnk < 1.5.13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _datadir        /var/games/crawl
@@ -54,12 +56,12 @@ cd source
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_datadir},%{_applnkdir}/Games/RPG,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_datadir},%{_desktopdir},%{_pixmapsdir}}
 
 install source/crawl $RPM_BUILD_ROOT%{_bindir}
 install docs/crawl.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/RPG
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 :> $RPM_BUILD_ROOT%{_datadir}/scores
@@ -73,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/changes.* docs/crawl.txt docs/todo.txt docs/versions.txt
 %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
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) %{_datadir}/scores
 %{_mandir}/man6/*
-%{_applnkdir}/Games/RPG/*
+%{_desktopdir}/*
 %{_pixmapsdir}/*
This page took 0.130808 seconds and 4 git commands to generate.