]> git.pld-linux.org Git - packages/widelands.git/commitdiff
- revert last commit (I've commited wrong spec:/) auto/th/widelands-0_build11-0_1
authorarvenil <arvenil@pld-linux.org>
Fri, 14 Sep 2007 17:16:20 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    widelands.spec -> 1.17

widelands.spec

index d60326cf5caec67cb2be1d0dd236ebc30d534c2d..416dfa906f83b0027eae6f3a3bf42d2486bf356e 100644 (file)
@@ -57,8 +57,6 @@ find -type f "(" -name *.cc -or -name *.h ")" -exec sed -i \
     -e 's|#include "zip_filesystem.h"|#include "filesystem/zip_filesystem.h"|g' \
     "{}" ";"
 
-# Remove data from this package - its excluded to -data package
-rm -rf campaigns fonts maps music pics sound tribes txts worlds
 
 %build
 rm -f widelands
@@ -69,12 +67,11 @@ rm -f widelands
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/%{name},%{_desktopdir},%{_pixmapsdir}}
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/%{name},%{_desktopdir},%{_pixmapsdir}}
 
 install widelands $RPM_BUILD_ROOT%{_bindir}
 install pics/wl-logo-64.png $RPM_BUILD_ROOT%{_pixmapsdir}/widelands.png
-#cp -r campaigns fonts maps music pics sound tribes txts worlds $RPM_BUILD_ROOT%{_datadir}/games/%{name}
+cp -r campaigns fonts maps music pics sound tribes txts worlds $RPM_BUILD_ROOT%{_datadir}/games/%{name}
 
 cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
@@ -85,6 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) %{_bindir}/widelands
-#%{_datadir}/games/widelands
+%{_datadir}/games/widelands
 %{_desktopdir}/widelands.desktop
 %{_pixmapsdir}/widelands.png
This page took 0.122517 seconds and 4 git commands to generate.