Fix build by removing non-present file
This commit is contained in:
parent
d42283b8cd
commit
ada64f9086
@ -90,8 +90,6 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
|
||||
%files devel
|
||||
%doc %dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}/NEWS.txt
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_includedir}/%{jsondir}
|
||||
%{_libdir}/cmake/*
|
||||
@ -100,7 +98,7 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%files doc
|
||||
%license %{_datadir}/licenses/%{name}*
|
||||
%doc %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}*
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user