Strip redundant sections/tags from specfile
OBS-URL: https://build.opensuse.org/package/show/games/bzflag?expand=0&rev=14
This commit is contained in:
parent
f3654e7cb1
commit
244b99cb7f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 23 00:55:11 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Strip redundant sections/tags from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 20:07:45 UTC 2011 - coolo@suse.com
|
Fri Sep 30 20:07:45 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
33
bzflag.spec
33
bzflag.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bzflag
|
# spec file for package bzflag
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -14,17 +14,23 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: bzflag
|
Name: bzflag
|
||||||
BuildRequires: bc curl-devel fdupes freeglut-devel gcc-c++ libSDL-devel libcares-devel libdrm-devel ncurses-devel update-desktop-files
|
BuildRequires: bc
|
||||||
|
BuildRequires: curl-devel
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: freeglut-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libSDL-devel
|
||||||
|
BuildRequires: libcares-devel
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
License: GPLv2+
|
BuildRequires: ncurses-devel
|
||||||
Group: Amusements/Games/3D/Shoot
|
BuildRequires: update-desktop-files
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: 3D Networked Multiplayer Tank Battle Game
|
Summary: 3D Networked Multiplayer Tank Battle Game
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Amusements/Games/3D/Shoot
|
||||||
Url: http://BZFlag.org/
|
Url: http://BZFlag.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source2: rc.bzflagserver
|
Source2: rc.bzflagserver
|
||||||
@ -45,13 +51,6 @@ heavily recommended.
|
|||||||
|
|
||||||
Find server maps in /usr/share/bzflag/maps.
|
Find server maps in /usr/share/bzflag/maps.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Chris Schoeneman <crs23@bigfoot.com>
|
|
||||||
Tim Riker <Tim@Rikers.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 3
|
%setup -q -a 3
|
||||||
%patch -p1
|
%patch -p1
|
||||||
@ -60,8 +59,8 @@ cp %SOURCE2 .
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
#export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
#export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--libdir=%{_libdir}/%{name} \
|
--libdir=%{_libdir}/%{name} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user