|
|
@ -74,14 +74,14 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';'
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc README.coding.md changelog
|
|
|
|
%doc READMEs/README.coding.md READMEs/ changelog
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
%files tests
|
|
|
|
%doc README.coding.md README.test-apps.md
|
|
|
|
%doc READMEs/README.coding.md READMEs/README.test-apps.md
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_bindir}/%{name}-test-*
|
|
|
|
%{_bindir}/%{name}-test-*
|
|
|
|
%{_datadir}/%{name}-test-server/
|
|
|
|
%{_datadir}/%{name}-test-server/
|
|
|
|