Author: blues Date: Tue Nov 6 18:02:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.1 - not sure about license
---- Files affected: SPECS: MagickWandForPHP.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/MagickWandForPHP.spec diff -u SPECS/MagickWandForPHP.spec:1.2 SPECS/MagickWandForPHP.spec:1.3 --- SPECS/MagickWandForPHP.spec:1.2 Tue Nov 6 11:06:40 2007 +++ SPECS/MagickWandForPHP.spec Tue Nov 6 19:02:17 2007 @@ -2,20 +2,19 @@ Summary: MagickWand ImageMagick API for PHP Name: MagickWandForPHP Version: 1.0.5 -Release: 0.1 -License: GPL +Release: 1 +License: see LICENSE file Group: Libraries Source0: http://www.magickwand.org/download/php/%{name}-%{version}.tar.bz2 # Source0-md5: b52a5b7cf4db7078fa3db4cb6e55ecf4 Source1: %{name}.ini -URL: http://eaccelerator.net/ +URL: http://www.magickwand.org/ BuildRequires: ImageMagick-devel >= 6.3.5.9 BuildRequires: php-devel >= 3:5.0.0 BuildRequires: rpmbuild(macros) >= 1.344 %requires_eq php-common %{?requires_php_extension} Requires: php-common >= 4:5.0.4 -#Requires: php-zlib BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _webapps /etc/webapps @@ -41,11 +40,10 @@ %install rm -rf $RPM_BUILD_ROOT -#install -d $RPM_BUILD_ROOT{%{php_extensiondir},%{_bindir},%{php_sysconfdir}/conf.d,%{_sysconfdir},%{_appdir}} +install -d $RPM_BUILD_ROOT{%{php_extensiondir},%{php_sysconfdir}/conf.d} -#install modules/eaccelerator.so $RPM_BUILD_ROOT%{php_extensiondir} -#install eLoader/modules/eloader.so $RPM_BUILD_ROOT%{php_extensiondir} -#install %{SOURCE1} $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_name}.ini +install modules/magickwand.so $RPM_BUILD_ROOT%{php_extensiondir} +install %{SOURCE1} $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_name}.ini %clean rm -rf $RPM_BUILD_ROOT @@ -60,10 +58,9 @@ %files %defattr(644,root,root,755) -#%doc AUTHORS ChangeLog NEWS README README.eLoader bugreport.php doc/php -#%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_name}.ini -#%attr(755,root,root) %{php_extensiondir}/eaccelerator.so -#%attr(755,root,root) %{php_extensiondir}/eloader.so +%doc AUTHOR CREDITS ChangeLog LICENSE README TODO run-tests.php +%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_name}.ini +%attr(755,root,root) %{php_extensiondir}/magickwand.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -71,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/11/06 18:02:17 blues +- rel.1 - not sure about license + Revision 1.2 2007/11/06 10:06:40 blues - BR at least proper version of ImageMagick ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/MagickWandForPHP.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
