Author: lisu Date: Tue Jan 2 17:16:13 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.10.0 - there are some wrong symbolic links in the package so we have to delete them first and next copy proper files from /usr/share/automake - cosmetics
---- Files affected: SPECS: freedroidrpg.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/freedroidrpg.spec diff -u SPECS/freedroidrpg.spec:1.6 SPECS/freedroidrpg.spec:1.7 --- SPECS/freedroidrpg.spec:1.6 Tue Nov 7 23:23:36 2006 +++ SPECS/freedroidrpg.spec Tue Jan 2 18:16:08 2007 @@ -6,12 +6,12 @@ Summary: Single player sci-fi RPG featuring Tux and evil MS bots Summary(pl): RPG z gatunku s-f dla jednego gracza z Tuksem i złymi robotami MS Name: freedroidrpg -Version: 0.9.13 +Version: 0.10.0 Release: 1 License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/freedroid/%{name}-%{version}.tar.bz2 -# Source0-md5: d57e366a69e8999f5f0e30e960f72d15 +# Source0-md5: 4e4186829f69f91d3cea9acb023568b9 Source1: %{name}.desktop Source2: %{name}.png URL: http://freedroid.sourceforge.net/ @@ -67,10 +67,12 @@ narzędziami. %prep -%setup -q +%setup -q +#Does anybody has better idea? %build -cp -f /usr/share/automake/config.sub . +rm -f {config.sub,depcomp,install-sh} +cp -f /usr/share/automake/{config.sub,install-sh,depcomp} . %configure %{__make} @@ -89,7 +91,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS NEWS README TODO +%doc AUTHORS %attr(755,root,root) %{_bindir}/freedroidRPG %{_datadir}/%{name} %{_desktopdir}/*.desktop @@ -110,6 +112,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/01/02 17:16:08 lisu +- 0.10.0 +- there are some wrong symbolic links in the package so we have to delete them first and next copy proper files from /usr/share/automake +- cosmetics + Revision 1.6 2006/11/07 22:23:36 glen - do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/freedroidrpg.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
