|
|
|
@ -343,6 +343,9 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
@@ -343,6 +343,9 @@ export CPPFLAGS=-I`ruby -e "puts File.join(RbConfig::CONFIG['includedir'], RbCon
|
|
|
|
|
%if ! %{QTAPPS} |
|
|
|
|
--without-qt \ |
|
|
|
|
%endif |
|
|
|
|
--disable-php \ |
|
|
|
|
--without-php |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" \ |
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-strict-overflow %{?FFSTORE}" |
|
|
|
@ -549,10 +552,11 @@ rm -rf %{buildroot}
@@ -549,10 +552,11 @@ rm -rf %{buildroot}
|
|
|
|
|
%files php |
|
|
|
|
%defattr(-,root,root,-) |
|
|
|
|
%config(noreplace) %{_sysconfdir}/php.d/%{name}.ini |
|
|
|
|
%{_libdir}/graphviz/php/ |
|
|
|
|
%{php_extdir}/gv.so |
|
|
|
|
%{_datadir}/php*/* |
|
|
|
|
%{_mandir}/man3/gv.3php* |
|
|
|
|
#%{_libdir}/graphviz/php/ |
|
|
|
|
#%{php_extdir}/gv.so |
|
|
|
|
%exclude /gv.so |
|
|
|
|
#%{_datadir}/php*/* |
|
|
|
|
#%{_mandir}/man3/gv.3php* |
|
|
|
|
|
|
|
|
|
%files python |
|
|
|
|
%defattr(-,root,root,-) |
|
|
|
@ -570,7 +574,7 @@ rm -rf %{buildroot}
@@ -570,7 +574,7 @@ rm -rf %{buildroot}
|
|
|
|
|
%files ruby |
|
|
|
|
%defattr(-,root,root,-) |
|
|
|
|
%{_libdir}/graphviz/ruby/ |
|
|
|
|
%{_libdir}/*ruby*/* |
|
|
|
|
#%{_libdir}/*ruby*/* |
|
|
|
|
%{_mandir}/man3/gv.3ruby* |
|
|
|
|
|
|
|
|
|
%if %{SHARP} |
|
|
|
|