]> git.pld-linux.org Git - packages/boson.git/commitdiff
- adapter(ized) and partialy rewrited.
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Nov 1999 14:24:09 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boson.spec -> 1.2

boson.spec

index 6ac1d380f3fff29be7bd263e3be05fb78c1ec025..1f10ef091fe50ae57b5197738bb1755aec7fb074 100644 (file)
@@ -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 <capricel@enst.fr>
-
-#
-# 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 <capricel@enst.fr>, Benjamin Adler <BenAdler@gmx.net>
-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 <capricel@enst.fr>
--  making it the way I want it..
--  adapted to boson-0.2 (Games/Boson)
-* Thu Sep 17 1999 Guillaume Assire <alphagolf@rocketmail.com>
--  Initial packaging version 0.1
This page took 0.064033 seconds and 4 git commands to generate.