From 6015a8aa7dba5810e0d4c7987112839e0b1b3889 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Apr 28 2010 11:49:05 +0000 Subject: Add explicit libmikmod requirement (#577509). --- diff --git a/powermanga.spec b/powermanga.spec index cba3cbb..21d74e4 100644 --- a/powermanga.spec +++ b/powermanga.spec @@ -1,7 +1,7 @@ Summary: Arcade 2D shoot-them-up game Name: powermanga Version: 0.90 -Release: 7 +Release: 8 License: GPLv3+ Group: Amusements/Games URL: http://linux.tlk.fr/games/Powermanga/ @@ -10,6 +10,10 @@ Source1: powermanga.png Source2: powermanga.desktop Patch0: powermanga-0.90-install.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +# The resulting binary requires libmikmod.so.3 according to ldd, but the +# automatic dependency isn't generated (#577509) +Requires: libmikmod +BuildRequires: libmikmod-devel BuildRequires: gawk BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel BuildRequires: SDL-devel @@ -95,6 +99,9 @@ fi %changelog +* Wed Apr 28 2010 Matthias Saou 0.90-8 +- Add explicit libmikmod requirement (#577509). + * Tue Dec 8 2009 Matthias Saou 0.90-7 - Remove coreutils scriplet requirements : Current guidelines don't require it, as we have "|| :" anyway.