forked from pool/freedoom-freedm
Strip redundant sections/tags from specfile
OBS-URL: https://build.opensuse.org/package/show/games/freedoom-freedm?expand=0&rev=14
This commit is contained in:
parent
5c6a8ba52c
commit
e5586cd409
@ -1,22 +1,40 @@
|
|||||||
# norootforbuild
|
#
|
||||||
|
# spec file for package freedoom-freedm
|
||||||
|
#
|
||||||
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%define waddir %{_datadir}/doom
|
%define waddir %{_datadir}/doom
|
||||||
|
|
||||||
Name: freedoom-freedm
|
Name: freedoom-freedm
|
||||||
Version: 0.7
|
Version: 0.7
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Deathmatch levels for Doom
|
Summary: Deathmatch levels for Doom
|
||||||
Group: Amusements/Games/3D/Shoot
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://freedoom.sourceforge.net
|
Group: Amusements/Games/3D/Shoot
|
||||||
|
Url: http://freedoom.sourceforge.net
|
||||||
Source0: http://mirror.lihnidos.org/GNU/savannah/freedoom/freedm/freedm-%{version}.zip
|
Source0: http://mirror.lihnidos.org/GNU/savannah/freedoom/freedm/freedm-%{version}.zip
|
||||||
Source1: freedoom-freedm.desktop
|
Source1: freedoom-freedm.desktop
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: freedoom
|
||||||
|
BuildRequires: prboom
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: prboom freedoom
|
BuildRequires: update-desktop-files
|
||||||
Requires: prboom freedoom
|
Requires: freedoom
|
||||||
|
Requires: prboom
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A set of deathmatch levels for the DOOM game engine, based on the
|
A set of deathmatch levels for the DOOM game engine, based on the
|
||||||
@ -32,9 +50,6 @@ freely redistributable Freedoom game files.
|
|||||||
install -D -m 0644 freedm.wad $RPM_BUILD_ROOT%{waddir}/freedm.wad
|
install -D -m 0644 freedm.wad $RPM_BUILD_ROOT%{waddir}/freedm.wad
|
||||||
%suse_update_desktop_file -i %{name}
|
%suse_update_desktop_file -i %{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING CREDITS NEWS
|
%doc README COPYING CREDITS NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user