modify spec
This commit is contained in:
parent
1a14cc96b5
commit
8346e425f8
@ -273,7 +273,6 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/
|
|||||||
%defattr(644,root,root)
|
%defattr(644,root,root)
|
||||||
%doc %{_datadir}/%{name}/doc
|
%doc %{_datadir}/%{name}/doc
|
||||||
%doc %{_datadir}/%{name}/demo
|
%doc %{_datadir}/%{name}/demo
|
||||||
%doc %{_datadir}/%{name}/doc/pdf
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
@ -295,12 +294,12 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/
|
|||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
%files python2
|
%files python2
|
||||||
%{python2_sitearch}/*
|
%{python2_sitearch}/*
|
||||||
%{_mandir}man3/gv.3python*
|
%{_libdir}/graphviz/python2/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files python3
|
%files python3
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
%{_mandir}man3/gv.3python*
|
%{_libdir}/graphviz/python3/*
|
||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
%{_libdir}/graphviz/ruby/
|
%{_libdir}/graphviz/ruby/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user