]> git.pld-linux.org Git - packages/adom.git/commitdiff
- move binary from /usr/games to %{_bindir} auto/th/adom-1_1_1-3
authorwolf <wolf@pld-linux.org>
Sun, 19 Aug 2007 15:35:33 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    adom.spec -> 1.33

adom.spec

index 0f26882b8b717765e03021a8dfa7cd8e59fefc7a..5dacedd3081eb2ad52f78dea69d774fcf26f88f2 100644 (file)
--- a/adom.spec
+++ b/adom.spec
@@ -3,7 +3,7 @@ Summary:        Very popular rogue-like adventure game
 Summary(pl.UTF-8):     Bardzo popularna tekstowa gra przygodowa
 Name:          adom
 Version:       1.1.1
-Release:       2
+Release:       3
 Epoch:         1
 License:       Postcardware
 Group:         Applications/Games
@@ -38,9 +38,9 @@ użyciu dużej liczby poleceń z klawiatury.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_prefix}/games,%{_scoredir},%{_sysconfdir},%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_scoredir},%{_sysconfdir},%{_desktopdir},%{_pixmapsdir}}
 
-install adom $RPM_BUILD_ROOT%{_prefix}/games
+install adom $RPM_BUILD_ROOT%{_bindir}
 touch $RPM_BUILD_ROOT%{_scoredir}/.HISCORE
 
 cat > $RPM_BUILD_ROOT%{_sysconfdir}/adom_ds.cfg << EOF
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(2755,root,games) %{_prefix}/games/adom
+%attr(2755,root,games) %{_bindir}/adom
 %attr(775,root,games) %dir %{_scoredir}
 %attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) %{_scoredir}/.HISCORE
 %{_sysconfdir}/adom_ds.cfg
This page took 0.089513 seconds and 4 git commands to generate.