Author: qboosh Date: Sat Aug 25 14:58:53 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, python BRs
---- Files affected: SPECS: gnomego.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/gnomego.spec diff -u SPECS/gnomego.spec:1.1 SPECS/gnomego.spec:1.2 --- SPECS/gnomego.spec:1.1 Sat Aug 4 06:22:07 2007 +++ SPECS/gnomego.spec Sat Aug 25 16:58:48 2007 @@ -1,43 +1,52 @@ # $Revision$, $Date$ -# -Summary: Go board game frontend for Gnome +Summary: Go board game frontend for GNOME +Summary(pl.UTF-8): Interfejs GNOME do gry planszowej go Name: gnomego Version: 0.5.1 Release: 1 -License: GPLv2 -Group: Applications +License: GPL v2 +Group: X11/Applications/Games Source0: http://dl.sourceforge.net/gnomego/%{name}-%{version}.tar.gz # Source0-md5: 5a318f5cd17f758c4307fc33c57fc0ad URL: http://gnomego.sourceforge.net/ -BuildArch: noarch +BuildRequires: python >= 1:2.5 +BuildRequires: rpm-pythonprov +Requires: gnugo > 3.6 Requires: python-gnome-gconf Requires: python-pyparsing -Requires: gnugo > 3.6 +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Go is an ancient east asian board game nowadays played all over the -world. GnomeGo aims to bring all software a go player can think of to -the gnome desktop. +Go is an ancient East Asian board game nowadays played all over the +world. GnomeGo aims to bring all software a Go player can think of to +the GNOME desktop. + +%description -l pl.UTF-8 +Go to stara wschodnioazjatycka gra planszowa obecnie rozgrywana na +całym świecie. Celem GnomeGo jest przeniesienie całego oprogramowania +dla graczy w go do środowiska GNOME. %prep %setup -q %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install --root=$RPM_BUILD_ROOT -%find_lang gnomego --with-gnome +%{__python} setup.py install \ + --root=$RPM_BUILD_ROOT + +%find_lang %{name} --with-gnome %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS TODO README +%doc AUTHORS README TODO %attr(755,root,root) %{_bindir}/gnomego %attr(755,root,root) %{_bindir}/sgf-info %attr(755,root,root) %{_bindir}/sgf-thumbnailer @@ -57,13 +66,14 @@ %dir %{py_sitescriptdir}/gnomego %{py_sitescriptdir}/gnomego/*.py[co] - %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.2 2007/08/25 14:58:48 qboosh +- pl, python BRs + Revision 1.1 2007/08/04 04:22:07 aredridel - added - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnomego.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
