fix broken ext_info on mdv

OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=5
This commit is contained in:
Pascal Bleser 2011-10-16 18:27:00 +00:00 committed by Git OBS Bridge
parent 37d94f131c
commit 63448d293e

View File

@ -44,10 +44,10 @@ export CCFLAGS="$CFLAGS"
%__make test %__make test
%post %post
%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}.info%{ext_info}" %install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}.info"*
%preun %preun
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/%{name}.info%{ext_info}" %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/%{name}.info"*
%clean %clean
%{?buildroot:%__rm -rf "%{buildroot}"} %{?buildroot:%__rm -rf "%{buildroot}"}
@ -81,5 +81,5 @@ export CCFLAGS="$CFLAGS"
%doc %{_mandir}/man1/tgrep.1* %doc %{_mandir}/man1/tgrep.1*
%doc %{_mandir}/man1/dgrep.1* %doc %{_mandir}/man1/dgrep.1*
%doc %{_mandir}/man1/ddiff.1* %doc %{_mandir}/man1/ddiff.1*
%doc %{_infodir}/%{name}.info%{ext_info} %doc %{_infodir}/%{name}.info*