Strip redundant sections/tags from specfile
OBS-URL: https://build.opensuse.org/package/show/games/freedoom?expand=0&rev=10
This commit is contained in:
parent
a5f96f57ca
commit
6985e58126
@ -1,21 +1,37 @@
|
|||||||
# norootforbuild
|
#
|
||||||
|
# spec file for package freedoom
|
||||||
|
#
|
||||||
|
# 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
|
Name: freedoom
|
||||||
Version: 0.7
|
Version: 0.7
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Replacement game files for doom game engines
|
Summary: Replacement game files for doom game engines
|
||||||
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/freedoom-iwad/freedoom-iwad-%{version}.zip
|
Source0: http://mirror.lihnidos.org/GNU/savannah/freedoom/freedoom-iwad/freedoom-iwad-%{version}.zip
|
||||||
Source1: freedoom.desktop
|
Source1: freedoom.desktop
|
||||||
Source2: freedoom.png
|
Source2: freedoom.png
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
Requires: prboom
|
Requires: prboom
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,9 +51,6 @@ Doom-based game.
|
|||||||
install -D -m 0644 doom2.wad $RPM_BUILD_ROOT/%{waddir}/freedoom.wad
|
install -D -m 0644 doom2.wad $RPM_BUILD_ROOT/%{waddir}/freedoom.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 COPYING CREDITS ChangeLog NEWS README README.html
|
%doc COPYING CREDITS ChangeLog NEWS README README.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user