From e40bd930f34b85eb8405f554fa49afb1d4fb5969 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 29 Jul 2007 01:05:42 +0000 Subject: [PATCH] don't produce debuginfo --- intltool.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/intltool.spec b/intltool.spec index 64f7b54..3912c8e 100644 --- a/intltool.spec +++ b/intltool.spec @@ -1,7 +1,10 @@ +# debuginfo not needed +%define debug_package %{nil} + Name: intltool Summary: Utility for internationalizing various kinds of data files Version: 0.35.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/%{name}-%{version}.tar.bz2 @@ -49,6 +52,9 @@ make %{_mandir}/man*/* %changelog +* Sat Jul 28 2007 Matthias Clasen - 0.35.5-4 +- Don't produce useless debuginfo (#249969) + * Wed Mar 21 2007 Ray Strode - 0.35.5-3 - don't store a translation if it is equal to the original string