fix build
This commit is contained in:
parent
22c5846e1e
commit
4dc0ca1a17
@ -70,15 +70,16 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README*
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/%{name}*.so.*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/%{name}*.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/vala/vapi/libexttextcat.vapi
|
||||
|
||||
|
||||
%files tools
|
||||
|
Loading…
Reference in New Issue
Block a user