Author: blekot Date: Sat Jun 25 17:45:43 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.18 - documentation converted from tex to html (BR: tetex) - BR: cppunit-devel >= 1.10.0
---- Files affected: SPECS: moagg.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/moagg.spec diff -u SPECS/moagg.spec:1.12 SPECS/moagg.spec:1.13 --- SPECS/moagg.spec:1.12 Tue Nov 23 09:58:04 2004 +++ SPECS/moagg.spec Sat Jun 25 19:45:38 2005 @@ -2,23 +2,25 @@ Summary: Mother of all Gravity Games Summary(pl): Matka wszystkich gier grawitacyjnych Name: moagg -Version: 0.16 +Version: 0.18 Release: 1 License: GPL Group: Applications/Games Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}-src.tar.bz2 -# Source0-md5: e989f21b94639df2a3c2de07d38e0886 +# Source0-md5: dee065c819e8d87d9163567e99da192d Source1: http://dl.sourceforge.net/%{name}/%{name}-%{version}-data.tar.bz2 -# Source1-md5: ed20870986bcc0fe4ac399e97f66f0e3 +# Source1-md5: 282fc0c5ed9552488f2b7d65428d288c URL: http://moagg.sourceforge.net/ BuildRequires: SDL-devel >= 1.2.0 BuildRequires: SDL_gfx-devel BuildRequires: SDL_mixer-devel BuildRequires: automake +BuildRequires: cppunit-devel >= 1.10.0 BuildRequires: expat-devel BuildRequires: freetype-devel >= 2.1.0 BuildRequires: paragui1-devel >= 1.0.4 BuildRequires: paragui1-devel < 1.1.0 +BuildRequires: tetex BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -49,6 +51,12 @@ %configure %{__make} \ CFLAGS="%{rpmcflags}" +cd doc +for i in {internals,level,moagg}; + do + /usr/bin/texi2html $i.tex + done +cd .. %install rm -rf $RPM_BUILD_ROOT @@ -60,7 +68,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README TODO +%doc AUTHORS ChangeLog README TODO doc/*.html %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man6/* @@ -71,6 +79,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2005/06/25 17:45:38 blekot +- up to 0.18 +- documentation converted from tex to html (BR: tetex) +- BR: cppunit-devel >= 1.10.0 + Revision 1.12 2004/11/23 08:58:04 paladine - updated to 0.16 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/moagg.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
