From 04ed9413d0bb3cf9eabee3cecb6af36a26ddef06 Mon Sep 17 00:00:00 2001 From: Marcelin Benoît Date: Jun 03 2008 22:52:07 +0000 Subject: Don't generate empty debuginfo in Fedora <= 8 --- diff --git a/gbrainy.spec b/gbrainy.spec index 281cc70..3e0d6b5 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -1,6 +1,10 @@ +%define debug_package %{nil} +# Because it's a Mono package and generate an empty debuginfo +# http://fedoraproject.org/wiki/Packaging/Debuginfo#head-29573c4f61c3a4698b2d07c7e73cfa194785f257 + Name: gbrainy Version: 0.70 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gbrainy is a brain teaser game and trainer to keep your brain trained Group: Amusements/Games @@ -73,8 +77,10 @@ fi %{_datadir}/pixmaps/%{name}* %changelog +* Tue Jun 03 2008 Benoît Marcelin 0.70-3 +- Don't generate empty debuginfo in Fedora <= 8 * Tue Jun 03 2008 Benoît Marcelin 0.70-2 -- Fix BuildRequires for F-8 +- Fix BuildRequires for Fedora <= 8 * Tue Jun 03 2008 Benoît Marcelin 0.70-1 - Update to 0.70 - 8 new puzzles