]> git.pld-linux.org Git - packages/boson.git/blobdiff - boson.spec
- fixed version, minor cleanup
[packages/boson.git] / boson.spec
index 6ac1d380f3fff29be7bd263e3be05fb78c1ec025..ccf038fa73c7e93711f4e097dacc611dc0a80885 100644 (file)
@@ -1,71 +1,41 @@
-#
-# 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:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
 
+%description -l pl
+Boson jest gr± strategiczn± rozgrywan± w czsie rzeczywistym, tak jak
+Command&Conquer czy StarCraft. Zosta³ zaprojektowany dla maszyn uniksowych
+(linuksowych); uzywa biblioteki Qt i QwSpriteField. Wymaga siê co najmniej
+dwóch graczy, poniewa¿ brak (jeszcze?) sztucznej inteligencji. Boson jest
+wci±¿ w fazie wczesnego rozwoju i nie da siê jeszcze w niego graæ.
+Kod i grafika Bosona s± na powszechnej licencji GNU.
+Aby dowiedzieæ siê wiêcej na temat Bosona, nale¿y zajrzeæ na stronê WWW:
+http://aquila.rezel.enst.fr/boson/.
+
 %prep
-%setup -n boson-%{version}
+%setup -q
 %build
 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
               --prefix=$KDEDIR \
@@ -73,7 +43,6 @@ CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
  --with-install-root=%{buildroot}
 make
 
-
 %install
 if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT ; fi
 make prefix=$RPM_BUILD_ROOT%{prefix} install
@@ -98,10 +67,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.070826 seconds and 4 git commands to generate.