Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
extensions
>
php5-imagick-oldapi
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
php5-imagick.spec
@@ -5,12 +5,12 @@ Release: 10 License: PHP Group: Productivity/Networking/Web/Servers -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Provides a wrapper to the ImageMagick/GraphicsMagick library. BuildRequires: php5-devel ImageMagick-devel Requires: php5 = %{php_version} URL: http://pecl.php.net/package/imagick/ Source: http://pecl.php.net/package/imagick/imagick-%{versio.tgz -Summary: Provides a wrapper to the ImageMagick/GraphicsMagick library. +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -26,13 +26,11 @@ %setup -n imagick-%{version} -%{__mkdir} %{name} %build /usr/bin/phpize -pushd %{name} CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} -fno-strict-aliasing" @@ -44,11 +42,10 @@ export CFLAGS export CXXFLAGS -../configure --with-imagick=%{_usr} --with-libdir=%{_lib} +%configure --with-imagick=%{_usr} --with-libdir=%{_lib} %{__make} %{?jobs:-j%jobs} -popd %install %makeinstall -C %{name} INSTALL_ROOT=%{buildroot}