diff --git a/mtools.spec b/mtools.spec index e853db7..a3602db 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,7 +1,7 @@ Summary: Programs for accessing MS-DOS disks without mounting the disks Name: mtools Version: 4.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 @@ -46,6 +46,9 @@ gzip -9f $RPM_BUILD_ROOT/%{_infodir}/* # We aren't shipping this. find $RPM_BUILD_ROOT -name "floppyd*" -exec rm {} \; +# dir.gz is handled in %%post and %%preun sections +rm -f $RPM_BUILD_ROOT/%{_infodir}/dir.gz + %clean rm -rf $RPM_BUILD_ROOT @@ -63,9 +66,12 @@ fi %doc COPYING Changelog README Release.notes /usr/bin/* %{_mandir}/*/* -%{_infodir}/* +%{_infodir}/%{name}.info.gz %changelog +* Mon Jan 12 2009 Adam Tkac 4.0.0-2 +- don't ship infodir/dir.gz (#478322) + * Mon Dec 01 2008 Adam Tkac 4.0.0-1 - updated to 4.0.0