Cleanup specfile
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-imagick?expand=0&rev=4
This commit is contained in:
parent
fe97ee8178
commit
b978bdd944
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user