SPECS: gmbcrossword.spec (NEW) - brand new.

hunter hunter at pld-linux.org
Tue Nov 1 23:14:48 CET 2005


Author: hunter                       Date: Tue Nov  1 22:14:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- brand new.

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

---- Diffs:

================================================================
Index: SPECS/gmbcrossword.spec
diff -u /dev/null SPECS/gmbcrossword.spec:1.1
--- /dev/null	Tue Nov  1 23:14:48 2005
+++ SPECS/gmbcrossword.spec	Tue Nov  1 23:14:43 2005
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%bcond_without	tests		# build without tests
+#
+Summary:	gmbCrossword - making crosswords
+Summary(pl):	gmbCrossword - tworzenie krzyżówek
+Name:		gmbcrossword
+Version:	0.7
+Release:	0.1
+License:	- (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group:		X11/Applications
+#Icon:		-
+Source0:	http://dl.sourceforge.net/gmbcrossword/%{name}-%{version}.tar.gz
+# Source0-md5:	f69a7ad1d4a76a6028383aa12f16e108
+URL:		http://gmbcrossword.sourceforge.net
+Requires:	gambas-gb-qt-ext
+Requires:	gambas-gb-db-sqlite
+BuildArch:	noarch
+#ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gmbCrossword is an application for making swedish typ crosswords. It is written in Gambas and has support for word lookup in databases. 
+
+%description -l pl
+gmbCrossword jest aplikacją służącą do robienia krzyżówek. Została napisana w Gambas i wspiera wyszukiwanie słów w bazach danych.
+
+%package words
+Summary:	gmbCrossword - base wordlists
+Summary(pl):	gmbCrossword - podstawowa lista słów
+Group:		X11/Applications
+
+%description words
+In the distribution file you'll find databases for english, swedish and computer words. They are rather small databases (10000-20000 words) to keep the filesize down but it is easy to import new words. I also have a bigger swedish file (>200000 words) but it is not currently in the distribution.
+
+%description words -l pl
+Tutaj znajdują się bazy słów dla angielskiego, szweckiego oraz wyrażeń komputerowych. 
+
+%prep
+%setup -q -c %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{/usr/bin/,%{_datadir}/%{name}}
+install gmbcrossword $RPM_BUILD_ROOT/usr/bin/gmbcrossword
+install databases/* $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README 
+%attr(755,root,root) /usr/bin/gmbcrossword
+
+%files words
+%defattr(644,root,root,755)
+#%doc extras/*.gz
+%{_datadir}/%{name}/*
+
+%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  2005/11/01 22:14:43  hunter
+- brand new.
+
+
================================================================



More information about the pld-cvs-commit mailing list