SPECS: gmbcrossword.spec - misc cleanups/fixes; License is GPL acc...

qboosh qboosh at pld-linux.org
Thu Nov 3 00:44:00 CET 2005


Author: qboosh                       Date: Wed Nov  2 23:44:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- misc cleanups/fixes; License is GPL acc. to sf project page

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

---- Diffs:

================================================================
Index: SPECS/gmbcrossword.spec
diff -u SPECS/gmbcrossword.spec:1.1 SPECS/gmbcrossword.spec:1.2
--- SPECS/gmbcrossword.spec:1.1	Tue Nov  1 23:14:43 2005
+++ SPECS/gmbcrossword.spec	Thu Nov  3 00:43:55 2005
@@ -1,51 +1,55 @@
 # $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)
+License:	GPL
 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
+URL:		http://gmbcrossword.sourceforge.net/
 Requires:	gambas-gb-db-sqlite
+Requires:	gambas-gb-qt-ext
 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. 
+gmbCrossword is an application for making Swedish type 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.
+gmbCrossword jest aplikacją służącą do robienia krzyżówek. Została
+napisana w Gambasie i wspiera wyszukiwanie słów w bazach danych.
 
 %package words
 Summary:	gmbCrossword - base wordlists
 Summary(pl):	gmbCrossword - podstawowa lista słów
 Group:		X11/Applications
+Requires:	%{name} = %{version}-%{release}
 
 %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.
+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. 
+Tutaj znajdują się bazy słów dla języka angielskiego, szwedzkiego oraz
+wyrażeń komputerowych. Są dość małe (10000-20000 słów), aby utrzymać
+mały rozmiar pliku dystrybucyjnego, ale łatwo dodawać nowe słowa.
+Autor dysponuje większym plikiem słownika szwedzkiego (>200000 słów),
+ale nie jest on aktualnie dystrybuowany.
 
 %prep
-%setup -q -c %{name}
+%setup -q -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{/usr/bin/,%{_datadir}/%{name}}
-install gmbcrossword $RPM_BUILD_ROOT/usr/bin/gmbcrossword
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
+install gmbcrossword $RPM_BUILD_ROOT%{_bindir}/gmbcrossword
 install databases/* $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
@@ -54,11 +58,11 @@
 %files
 %defattr(644,root,root,755)
 %doc README 
-%attr(755,root,root) /usr/bin/gmbcrossword
+%attr(755,root,root) %{_bindir}/gmbcrossword
+%dir %{_datadir}/%{name}
 
 %files words
 %defattr(644,root,root,755)
-#%doc extras/*.gz
 %{_datadir}/%{name}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -67,7 +71,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/02 23:43:55  qboosh
+- misc cleanups/fixes; License is GPL acc. to sf project page
+
 Revision 1.1  2005/11/01 22:14:43  hunter
 - brand new.
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gmbcrossword.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list