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