rpms/php-magickwand/devel magickwand.ini, NONE, 1.1 php-magickwand.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat Jun 17 20:21:31 UTC 2006


Author: robert

Update of /cvs/extras/rpms/php-magickwand/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13417/devel

Modified Files:
	.cvsignore sources 
Added Files:
	magickwand.ini php-magickwand.spec 
Log Message:
auto-import php-magickwand-0.1.8-2 on branch devel from php-magickwand-0.1.8-2.src.rpm


--- NEW FILE magickwand.ini ---
; Enable magickwand extension module
extension=magickwand.so


--- NEW FILE php-magickwand.spec ---
%define default_apiver 20041225

Summary:	PHP API for ImageMagick
Name:		php-magickwand
Version:	0.1.8
Release:	2%{?dist}
License:	Freeware
Group:		Development/Languages
Source0:	http://www.magickwand.org/download/php/magickwand-%{version}.tar.gz
Source1:	magickwand.ini
URL:		http://www.magickwand.org/
BuildRequires:	php-devel >= 4.3.0, ImageMagick-devel, autoconf, automake
Requires:	php-api = %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
MagickWand for PHP is a native PHP interface to the new
ImageMagick MagickWand API. It is an almost complete port
of the ImageMagick C API, excluding some X-Server related
functionality, and progress monitoring.

%prep
%setup -q -n magickwand
export PHP_RPATH=no
phpize
%configure

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install-modules INSTALL_ROOT=$RPM_BUILD_ROOT
install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/magickwand.ini

# Fix incorrect end-of-line encoding
sed -i 's/\r//' README

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHOR ChangeLog CREDITS LICENSE README TODO
%{_libdir}/php/modules/magickwand.so
%config(noreplace) %{_sysconfdir}/php.d/magickwand.ini

%changelog
* Sat Jun 17 2006 Robert Scheck <robert at fedoraproject.org> 0.1.8-2
- Changes to match with Fedora Packaging Guidelines (#194470)

* Mon May 29 2006 Robert Scheck <robert at fedoraproject.org> 0.1.8-1
- Upgrade to 0.1.8
- Initial spec file for Fedora Core


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-magickwand/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jun 2006 20:20:59 -0000	1.1
+++ .cvsignore	17 Jun 2006 20:21:30 -0000	1.2
@@ -0,0 +1 @@
+magickwand-0.1.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-magickwand/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jun 2006 20:20:59 -0000	1.1
+++ sources	17 Jun 2006 20:21:30 -0000	1.2
@@ -0,0 +1 @@
+ee12a0559a57a92040ce25381c9cfc5c  magickwand-0.1.8.tar.gz




More information about the fedora-extras-commits mailing list