Luke Jones 2017-02-15 00:12:35 +00:00 committed by Git OBS Bridge
parent 8eb4debe4a
commit f9127d44bc

View File

@ -181,7 +181,7 @@ sed -e '/*\//q' src/libbacktrace/backtrace.h \
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
# The SLES-12 macros don't appear to take ownership of this directory? # The SLES-12 macros don't appear to take ownership of this directory?
%if 0%{?sle_version} <= 120300 %if (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300)
%dir %{_datadir}/licenses %dir %{_datadir}/licenses
%endif %endif
%license COPYRIGHT LICENSE-APACHE LICENSE-MIT %license COPYRIGHT LICENSE-APACHE LICENSE-MIT
@ -215,7 +215,7 @@ sed -e '/*\//q' src/libbacktrace/backtrace.h \
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
# The SLES-12 macros don't appear to take ownership of this directory? # The SLES-12 macros don't appear to take ownership of this directory?
%if 0%{?sle_version} <= 120300 %if (0%{?suse_version} < 1330 && 0%{?sle_version} <= 120300)
%dir %{_datadir}/licenses %dir %{_datadir}/licenses
%endif %endif
%license %{_docdir}/%{name}/html/FiraSans-LICENSE.txt %license %{_docdir}/%{name}/html/FiraSans-LICENSE.txt