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
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%patch0 -p1
|
||||
mkdir %{name}
|
||||
%autosetup -n %{pkg_name}-%{version} -p1
|
||||
# Ignore know failed test on OBS with timeout
|
||||
rm tests/229_Tutorial_fxAnalyzeImage_case1.phpt
|
||||
|
||||
@ -84,7 +82,7 @@ install --mode=0644 %{SOURCE1} %{buildroot}%{php_cfgdir}/%{pkg_name}.ini
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
%doc ChangeLog CREDITS
|
||||
%config(noreplace) %{_sysconfdir}/php7/conf.d/%{pkg_name}.ini
|
||||
%config(noreplace) %{php_cfgdir}/%{pkg_name}.ini
|
||||
%{php_extdir}/%{pkg_name}.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user