From f1199096ab67bc19cb4ea4a58b8b635dde24eb8b Mon Sep 17 00:00:00 2001 From: kloczek Date: Sat, 27 Nov 1999 14:24:09 +0000 Subject: [PATCH] - adapter(ized) and partialy rewrited. Changed files: boson.spec -> 1.2 --- boson.spec | 87 +++++++++++++----------------------------------------- 1 file changed, 20 insertions(+), 67 deletions(-) diff --git a/boson.spec b/boson.spec index 6ac1d38..1f10ef0 100644 --- a/boson.spec +++ b/boson.spec @@ -1,71 +1,31 @@ -# -# Spec file for package Boson -# -# Please send bugfixes or comments to the packager -# - - -# -# Thomas : Every packager should change only those four lines -# - -# THe number of your attempt to build the rpm -%define release 1 -# The name of your distribution : ex "SuSe Linux 6.0 (i386)", or "RedHat 5.1 (alpha)" -%define distro LinuxPPC R5/Q3 -# THe place where kde is installed in your distro (probably /opt/kde/) -%define prefix /usr -# Your name -%define packager Thomas Capricelli - -# -# Thomas : shouldn't be altered after this line -# - -%define version 0.2 - -# Directory-related Tags -%define builddir $RPM_BUILD_DIR/boson-%{version} -BuildRoot: /var/tmp/boson-%{version}-root -Prefix: %{prefix} - -# Package Naming Tags -Name: boson -Version: %{version} -Release: %{release} -Distribution: %{distro} -Packager: %{packager} -Group: X11/KDE/Games - -# -Icon: boson.xpm -Source0: boson-%{version}.tgz -Source1: boson-pics-%{version}.tgz - -# Dependancy Tags -Provides: boson -Serial: %{release} -AutoReqProv: Yes - -# Descriptive Tags -Summary: Boson : a Real-Time Strategy Game (RTS) for the KDE project -Vendor: Thomas Capricelli , Benjamin Adler -Copyright: GPL -URL: http://aquila.rezel.enst.fr/boson/ +Summary: Boson : a Real-Time Strategy Game (RTS) for the KDE project +Name: boson +Version: 0.2 +Release: 1 +License: GPL +Group: X11/KDE/Games +Source0: boson-%{version}.tgz +Source1: boson-pics-%{version}.tgz +Icon: boson.xpm +URL: http://aquila.rezel.enst.fr/boson/ +BuildRoot: /tmp/%{name}-%{version}-root + +%define _prefix /usr/X11R6 +%define _mandir %{_prefix}/man %description -Boson is a real-time strategy game, like Command&Conquer(tm) or StarCraft(tm). -It is designed to run on Unix (Linux) computers and uses the Qt -Toolkit and QwSpriteField. A minimum of two players is required, since there is -no artifical intelligence (yet?). Boson is still in very early development -and not playable yet. +Boson is a real-time strategy game, like Command&Conquer(tm) or +StarCraft(tm). It is designed to run on Unix (Linux) computers and uses the +Qt Toolkit and QwSpriteField. A minimum of two players is required, since +there is no artifical intelligence (yet?). Boson is still in very early +development and not playable yet. Boson's Code and Graphics are published under the GNU General Public License. If you want to know more about Boson, have a look at the Web site. %prep -%setup -n boson-%{version} +%setup -q %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=$KDEDIR \ @@ -98,10 +58,3 @@ rm -rf %{builddir} %{prefix}/share/icons/ %doc %{prefix}/share/doc/HTML/en/Boson/ %doc AUTHORS COPYING ChangeLog INSTALL README TODO - -%changelog -* Tue Sep 21 1999 Thomas Capricelli -- making it the way I want it.. -- adapted to boson-0.2 (Games/Boson) -* Thu Sep 17 1999 Guillaume Assire -- Initial packaging version 0.1 -- 2.44.0