SPECS: gnomego.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Sat Aug 4 06:22:12 CEST 2007
Author: aredridel Date: Sat Aug 4 04:22:12 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
gnomego.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gnomego.spec
diff -u /dev/null SPECS/gnomego.spec:1.1
--- /dev/null Sat Aug 4 06:22:12 2007
+++ SPECS/gnomego.spec Sat Aug 4 06:22:07 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+Summary: Go board game frontend for Gnome
+Name: gnomego
+Version: 0.5.1
+Release: 1
+License: GPLv2
+Group: Applications
+Source0: http://dl.sourceforge.net/gnomego/%{name}-%{version}.tar.gz
+# Source0-md5: 5a318f5cd17f758c4307fc33c57fc0ad
+URL: http://gnomego.sourceforge.net/
+BuildArch: noarch
+Requires: python-gnome-gconf
+Requires: python-pyparsing
+Requires: gnugo > 3.6
+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.
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install --root=$RPM_BUILD_ROOT
+
+%find_lang gnomego --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS TODO README
+%attr(755,root,root) %{_bindir}/gnomego
+%attr(755,root,root) %{_bindir}/sgf-info
+%attr(755,root,root) %{_bindir}/sgf-thumbnailer
+%attr(755,root,root) %{_libdir}/gnome-screensaver/sgf-screensaver
+%{_desktopdir}/gnomego.desktop
+%{_desktopdir}/screensavers/sgf-screensaver.desktop
+#%{_datadir}/gconf/schemas/sgf-thumbnailer.schemas
+%dir %{_datadir}/gnomego
+%{_datadir}/gnomego/*.svg
+%{_datadir}/gnomego/*.png
+%{_datadir}/gnomego/*.glade
+%dir %{_datadir}/gnomego/sgfs
+%{_datadir}/gnomego/sgfs/games.zip
+%{_datadir}/mime/packages/gnomego.xml
+%{_pixmapsdir}/gnomego_64x64.png
+%{py_sitescriptdir}/gnomego-0.5.1-py2.5.egg-info
+%dir %{py_sitescriptdir}/gnomego
+%{py_sitescriptdir}/gnomego/*.py[co]
+
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/08/04 04:22:07 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list