Changes of Revision 2
[-] | Changed | php5-imagick.spec |
x 1
2 %define php_version %(php-config --version 2>/dev/null) 3 4 Name: php-imagick 5 -Version: 2.2.1 6 +Version: 3.0.0 7 Release: 0 8 # 9 License: PHP 10
11 %install 12 %makeinstall -C %{name} INSTALL_ROOT=%{buildroot} 13 %{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d 14 +rm -rf %{buildroot}%{_includedir} 15 16 echo "; comment out next line to disable imagick extension in php" > %{buildroot}%{_sysconfdir}/php.d/imagick.ini 17 echo 'extension = imagick.so' >> %{buildroot}%{_sysconfdir}/php.d/imagick.ini 18
19 %doc CREDITS INSTALL 20 21 %changelog -n php-imagick 22 +* Sun Jul 25 2010 Carsten Schoene <cs@linux-administrator.com> - 3.0.0-1 23 +- update to version 3.0.0 24 + 25 * Mon Oct 27 2008 Carsten Schoene <cs@linux-administrator.com> 26 - version bump to 2.2.1 27 * Sun Jul 13 2008 Carsten Schoene <cs@linux-administrator.com> 28 |