Add python BR
OBS-URL: https://build.opensuse.org/package/show/games/chocolate-doom?expand=0&rev=15
This commit is contained in:
parent
b35047a16a
commit
9e84c7c8a1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 17:01:43 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Add python to BuildRequires - it is used for manpage generation
|
||||
(was previously implicitly included)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 12:59:24 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package chocolate-doom
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -35,6 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(SDL_mixer)
|
||||
@ -79,6 +80,9 @@ rm -f "$b/%_docdir/%name/INSTALL"
|
||||
%suse_update_desktop_file -r chocolate-setup chocolate-setup Game ActionGame
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%post
|
||||
echo "INFO: %name: The global IWAD directory is %_datadir/doom.";
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_bindir/chocolate-*
|
||||
|
Loading…
Reference in New Issue
Block a user