SPECS: freedroidrpg.spec - 0.9.13-rc3 - game editor and other tool...

lisu lisu at pld-linux.org
Sat Oct 28 00:12:39 CEST 2006


Author: lisu                         Date: Fri Oct 27 22:12:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.9.13-rc3
- game editor and other tools moved to a subpackage
- License changed to GPL v2+
- adapterized

---- Files affected:
SPECS:
   freedroidrpg.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/freedroidrpg.spec
diff -u SPECS/freedroidrpg.spec:1.3 SPECS/freedroidrpg.spec:1.4
--- SPECS/freedroidrpg.spec:1.3	Mon Jul 18 02:32:13 2005
+++ SPECS/freedroidrpg.spec	Sat Oct 28 00:12:34 2006
@@ -1,17 +1,18 @@
 # $Revision$, $Date$
 #
-# TODO:
-#	- move game editor to a subpackage
+# Conditional build
+%bcond_without	tools	# without game tools
 #
+%define		_rc	rc3
 Summary:	Single player sci-fi RPG featuring Tux and evil MS bots
 Summary(pl):	RPG z gatunku s-f dla jednego gracza z Tuksem i złymi robotami MS
 Name:		freedroidrpg
 Version:	0.9.13
-Release:	0.rc2.1
-License:	GPL
+Release:	0.%{_rc}.1
+License:	GPL v2+
 Group:		X11/Applications/Games
-Source0:	http://dl.sourceforge.net/freedroid/%{name}-%{version}-rc2.tar.bz2
-# Source0-md5:	eda34581d784cbd1db59ebc46208880e
+Source0:	http://dl.sourceforge.net/freedroid/freedroidRPG-%{version}-%{_rc}.tar.bz2
+# Source0-md5:	4c31c93b4a4cad94b25de41ee43ed392
 Source1:	%{name}.desktop
 Source2:	%{name}.png
 URL:		http://freedroid.sourceforge.net/
@@ -38,7 +39,7 @@
 struggling to survive.
 
 This is when some frustrated worker frees the Tux, who had been
-imprisoned by the MS shortly before they took over government. 
+imprisoned by the MS shortly before they took over government.
 
 %description -l pl
 Ta gra wyewoluowała jako rozszerzenie gry zręcznościowej Freedroid w
@@ -53,8 +54,21 @@
 To dzieje się wtedy, gdy pewien sfrustrowany pracownik uwalnia Tuksa,
 który był uwięziony przez MS wkrótce przed objęciem przez nich rządów.
 
+%package tools
+Summary:	Tools for freefroidrpg
+Summary(pl):	Narzędzia dla freedroidrpg
+Group:		X11/Applications/Games
+Requires:	%{name} = %{version}-%{release}
+
+%description tools
+Item and dialog editor for freedroidrpg with other tools.
+
+%description tools -l pl
+Edytor przedmiotów i dialogów dla freedroidrpg wraz z innymi
+narzędziami.
+
 %prep
-%setup -q -n %{name}-%{version}-rc2
+%setup -q -n %{name}-%{version}-%{_rc}
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -77,18 +91,32 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/freedroidRPG
 %{_datadir}/%{name}
 %{_desktopdir}/*
 %{_pixmapsdir}/*
 %{_mandir}/man6/*
 
+%if %{with tools}
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*Editor
+%attr(755,root,root) %{_bindir}/croppy
+%attr(755,root,root) %{_bindir}/pngtoico
+%endif
+
 %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.4  2006/10/27 22:12:34  lisu
+- 0.9.13-rc3
+- game editor and other tools moved to a subpackage
+- License changed to GPL v2+
+- adapterized
+
 Revision 1.3  2005/07/18 00:32:13  jpc
 - up to 0.9.13-rc2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/freedroidrpg.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list