Author: evil Date: Wed May 5 00:58:03 2010 GMT Module: packages Tag: HEAD ---- Log message: - splitted from warsow.spec
---- Files affected: packages/warsow-data: warsow-data.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/warsow-data/warsow-data.spec diff -u /dev/null packages/warsow-data/warsow-data.spec:1.1 --- /dev/null Wed May 5 02:58:03 2010 +++ packages/warsow-data/warsow-data.spec Wed May 5 02:57:58 2010 @@ -0,0 +1,80 @@ +# $Revision$, $Date$ +# +Summary: Warsow - data files for game +Summary(pl.UTF-8): Warsow - pliki danych dla gry +Name: warsow-data +Version: 0.5 +Release: 0.2 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://data.rodix.free.fr/warsow/files/warsow_%{version}_unified.zip +# Source0-md5: d0cb961256bbc1b93bf240b8bcf8eff5 +URL: http://www.warsow.net/ +BuildRequires: unzip +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Warsow data files. + +%description -l pl.UTF-8 +Pliki danych dla gry Warsow. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/warsow} + +install warsow wsw_server wswtv_server $RPM_BUILD_ROOT%{_bindir} +cp -r basewsw $RPM_BUILD_ROOT%{_datadir}/warsow + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc docs/* +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/warsow +%{_datadir}/warsow/basewsw + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/05/05 00:57:58 evil +- splitted from warsow.spec + +Revision 1.1 2010/05/05 00:55:19 evil +- splitted from warsow.spec + +Revision 1.7 2009/10/06 21:11:25 qboosh +- workaround for zips file conflict +- specify all explicitly used libs in BRs +- pl + +Revision 1.6 2009/09/02 07:58:48 lisu +- add bconds (openal, client, server and qf) +- TODO changed + +Revision 1.5 2009/09/01 14:55:22 lisu +- BRs: curl-devel, libjpeg-devel, xorg-lib-libXinerama-devel, xorg-lib-libXxf86dga-devel, xorg-lib-libXxf86vm-devel, zlib-devel + +Revision 1.4 2009/09/01 13:27:48 lisu +- pass CFLAGS in Angelscript library too + +Revision 1.3 2009/09/01 13:20:16 lisu +- up to 0.5 +- BR: xorg-lib-libXxf86dga-devel +- patches updated +- more more things to do + +Revision 1.2 2009/04/03 13:06:16 lisu +- one more thing TO-DO + +Revision 1.1 2009/04/03 13:02:23 lisu +- adapted for PLD, playable but still needs some work ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
