diff --git a/grace.spec b/grace.spec index 5b7c434..8dd795f 100644 --- a/grace.spec +++ b/grace.spec @@ -1,6 +1,6 @@ Name: grace Version: 5.1.19 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Numerical Data Processing and Visualization Tool License: GPL @@ -52,6 +52,8 @@ Install these files if you need to compile software that requires grace. %prep %setup -q %patch +# remove stripping option to have meaningfull debuginfo packages +sed -i -e 's/^\(.*INSTALL_PROGRAM.*\) -s /\1 /' */Makefile %build cp %{SOURCE3} %{SOURCE4} . @@ -162,6 +164,10 @@ rm -rf %{buildroot} %changelog +* Thu Feb 16 2006 Jose' Matos - 5.1.19-4 +- Remove stripping option from Makefiles to have meaningfull debuginfo packages. +- Thanks to Ville Skyttä for the fix. (bz#180106) + * Thu Feb 16 2006 José Matos - 5.1.19-3 - Unify spec file starting from FC-4. - Rebuild for FC-5. @@ -192,7 +198,7 @@ rm -rf %{buildroot} * Sat Sep 3 2005 Patrice Dumas - 5.1.18-3 - cleanup licences -- put examples/ and doc/ in %doc +- put examples/ and doc/ in %%doc - remove duplicate manpages - add patch to change fdf2fit path in graderc