fix typos

This commit is contained in:
Nils Philippsen 2017-04-25 00:18:38 +02:00
parent 2eadeee8e5
commit 8379726718

View File

@ -93,7 +93,7 @@ make check || : # TODO: failures as of 1.5.2 :(
%files -f sp5.lang
%defattr(-,root,root)
%if ! %{?_module_build}
%if ! 0%{?_module_build}
%doc doc/*.htm
%doc docsrc/releasenotes.html
%endif
@ -101,7 +101,7 @@ make check || : # TODO: failures as of 1.5.2 :(
%doc pubtext/opensp-implied.dcl
%{_bindir}/*
%{_libdir}/libosp.so.*
%if ! %{?_module_build}
%if ! 0%{?_module_build}
%{_mandir}/man1/*.1*
%endif