]> git.pld-linux.org Git - packages/widelands.git/commitdiff
- removed unsupported locale (cpf.po)
authorarvenil <arvenil@pld-linux.org>
Fri, 14 Sep 2007 17:11:31 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    widelands.spec -> 1.16

widelands.spec

index 416dfa906f83b0027eae6f3a3bf42d2486bf356e..d60326cf5caec67cb2be1d0dd236ebc30d534c2d 100644 (file)
@@ -57,6 +57,8 @@ 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
@@ -67,11 +69,12 @@ 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},%{_datadir}/games/%{name},%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_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}
 
@@ -82,6 +85,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.157005 seconds and 4 git commands to generate.