Author: arvenil Date: Wed Nov 21 15:11:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.7.2 - rm BR: ant (already required by ant-nodeps) - put all data in one place - cleanup
---- Files affected: SPECS: freecol.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/freecol.spec diff -u SPECS/freecol.spec:1.12 SPECS/freecol.spec:1.13 --- SPECS/freecol.spec:1.12 Mon Sep 17 17:07:31 2007 +++ SPECS/freecol.spec Wed Nov 21 16:11:28 2007 @@ -2,16 +2,15 @@ Summary: Open source Colonization clone Summary(pl.UTF-8): Klon gry Colonization o otwartych źródłach Name: freecol -Version: 0.7.1 +Version: 0.7.2 Release: 1 License: GPL v2 Group: X11/Applications/Games Source0: http://dl.sourceforge.net/freecol/%{name}-%{version}-src.tar.gz -# Source0-md5: b94930669e3e3a9f84a294e0ff4c5543 +# Source0-md5: 254576cbfada1f20535e641feb2b38f0 Source1: %{name}.sh Source2: %{name}.desktop URL: http://www.freecol.org/ -BuildRequires: ant BuildRequires: ant-nodeps BuildRequires: higlayout BuildRequires: jdk >= 1.4 @@ -40,11 +39,12 @@ %install rm -rf $RPM_BUILD_ROOT -install -Dpm 644 FreeCol.jar \ - $RPM_BUILD_ROOT%{_datadir}/games/freecol/FreeCol.jar -install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/freecol -install -d $RPM_BUILD_ROOT%{_datadir}/freecol +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/freecol,%{_desktopdir}} + +install FreeCol.jar $RPM_BUILD_ROOT%{_datadir}/freecol/FreeCol.jar +install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/freecol + cp -ar data/* $RPM_BUILD_ROOT%{_datadir}/freecol/ install %SOURCE2 $RPM_BUILD_ROOT%{_desktopdir} @@ -55,7 +55,6 @@ %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/freecol -%{_datadir}/games/freecol %{_datadir}/freecol %{_desktopdir}/%{name}.desktop @@ -65,6 +64,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2007-11-21 15:11:28 arvenil +- up to 0.7.2 +- rm BR: ant (already required by ant-nodeps) +- put all data in one place +- cleanup + Revision 1.12 2007-09-17 15:07:31 wolvverine - fix last commit ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freecol.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
