Arjen de Korte 2021-02-19 10:07:23 +00:00 committed by Git OBS Bridge
parent fe97ee8178
commit b978bdd944

View File

@ -56,9 +56,7 @@ PHP extension to create, modify and obtain meta information of images using
the ImageMagick API the ImageMagick API
%prep %prep
%setup -q -n %{pkg_name}-%{version} %autosetup -n %{pkg_name}-%{version} -p1
%patch0 -p1
mkdir %{name}
# Ignore know failed test on OBS with timeout # Ignore know failed test on OBS with timeout
rm tests/229_Tutorial_fxAnalyzeImage_case1.phpt rm tests/229_Tutorial_fxAnalyzeImage_case1.phpt
@ -84,7 +82,7 @@ install --mode=0644 %{SOURCE1} %{buildroot}%{php_cfgdir}/%{pkg_name}.ini
%defattr(-,root,root,-) %defattr(-,root,root,-)
%license LICENSE %license LICENSE
%doc ChangeLog CREDITS %doc ChangeLog CREDITS
%config(noreplace) %{_sysconfdir}/php7/conf.d/%{pkg_name}.ini %config(noreplace) %{php_cfgdir}/%{pkg_name}.ini
%{php_extdir}/%{pkg_name}.so %{php_extdir}/%{pkg_name}.so
%changelog %changelog