Author: lisu Date: Thu Dec 6 23:58:25 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.0.9 final - DEVEL merge - proper group - BR: libmad-devel is needed
---- Files affected: SPECS: warzone2100.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/warzone2100.spec diff -u SPECS/warzone2100.spec:1.18 SPECS/warzone2100.spec:1.19 --- SPECS/warzone2100.spec:1.18 Fri Jun 22 23:36:10 2007 +++ SPECS/warzone2100.spec Fri Dec 7 00:58:20 2007 @@ -2,12 +2,13 @@ Summary: 3D realtime strategy on a future Earth Summary(pl.UTF-8): Gra RTS, której akcja toczy się w przyszłości Name: warzone2100 -Version: 2.0.7 -Release: 0.1 -License: GPL -Group: X11/Applications/Games +Version: 2.0.9 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games/Strategy Source0: http://download.gna.org/warzone/releases/2.0/%{name}-%{version}.tar.bz2 -# Source0-md5: 86b7db39cd1d80b09bfafbaeba24aa0f +# Source0-md5: fbf869a88987bdbd945979eb0a83088d +Patch0: %{name}-desktop.patch URL: http://www.wz2100.net/ BuildRequires: OpenAL-devel BuildRequires: OpenGL-GLU-devel @@ -18,7 +19,7 @@ BuildRequires: bison BuildRequires: flex BuildRequires: libjpeg-devel -#BuildRequires: libmad-devel +BuildRequires: libmad-devel BuildRequires: libvorbis-devel BuildRequires: physfs-devel BuildRequires: zip @@ -39,14 +40,14 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} -#./autogen.sh -perl -pi -e "s#-m32##g" ./makerules/common.mk +#perl -pi -e "s#-m32##g" makerules/common.mk perl -pi -e "s#-m32##g" configure %configure %{__make} @@ -57,16 +58,16 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT + install icons/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir} install icons/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir} -install icons/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README TODO +%doc AUTHORS ChangeLog TODO doc/* %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_desktopdir}/%{name}.desktop @@ -78,7 +79,18 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.18 2007-06-22 21:36:10 rotom +Revision 1.19 2007-12-06 23:58:20 lisu +- 2.0.9 final +- DEVEL merge +- proper group +- BR: libmad-devel is needed + +Revision 1.18.2.1 2007-10-29 00:59:34 lisu +- up to 2.0.8_rc1 +- add polish in desktop (patch) +- cosmetics + +Revision 1.18 2007/06/22 21:36:10 rotom - up to 2.0.7 Revision 1.17 2007/04/08 13:13:12 rotom ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/warzone2100.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
