diff --git a/pspp.spec b/pspp.spec index a804c50..9a52584 100644 --- a/pspp.spec +++ b/pspp.spec @@ -1,6 +1,6 @@ Name: pspp Version: 0.6.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A program for statistical analysis of sampled data Group: Applications/Engineering @@ -68,7 +68,7 @@ make check %preun if [ $1 = 0 ] ; then - /sbin/install-info --delete %{_infodir}/%{name}.info* %{_infodir}/dir || : + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %clean @@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-psppire.desktop %changelog +* Wed Nov 12 2008 Matěj Cepl - 0.6.0-9 +- Fix in the %%preun script -- install-info wants only .info file + as an argument. + * Thu Sep 25 2008 Matěj Cepl - 0.6.0-8 - Fix wrong CFLAGS -- add -fgnu89-inline