SPECS: gnome-sudoku.spec (NEW) - new

megabajt megabajt at pld-linux.org
Tue Oct 31 23:17:16 CET 2006


Author: megabajt                     Date: Tue Oct 31 22:17:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gnome-sudoku.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-sudoku.spec
diff -u /dev/null SPECS/gnome-sudoku.spec:1.1
--- /dev/null	Tue Oct 31 23:17:16 2006
+++ SPECS/gnome-sudoku.spec	Tue Oct 31 23:17:11 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Simple interface for playing, saving, printing and solving Sudoku
+Summary(pl):	Prosty interfejs do grania, zapisywania, drukowania i rozwiązywania Sudoku
+Name:		gnome-sudoku
+Version:	0.7.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/gnome-sudoku/%{name}-%{version}.tar.gz
+# Source0-md5:	c9f619abaf52449ad4c2530b9a818217
+Patch0:		%{name}-desktop.patch
+URL:		http://gnome-sudoku.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+Requires:	python-pygtk-gtk
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNOME Sudoku provides a simple interface for playing, saving, printing
+and solving Sudoku.
+
+%description -l pl
+GNOME Sudoku dostarcza prosty interfejs do grania, zapisywania,
+drukowania i rozwiązywania Sudoku.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$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 ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/gnome-sudoku
+%{_datadir}/gnome-sudoku
+%{_desktopdir}/gnome-sudoku.desktop
+%{_pixmapsdir}/sudoku.png
+%{_pixmapsdir}/gnome-sudoku
+%{py_sitescriptdir}/gnome_sudoku
+
+%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  2006/10/31 22:17:11  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list