[packages/php-pecl-libevent] new, version 0.1.0

glen glen at pld-linux.org
Wed Jan 27 12:11:13 CET 2016


commit 4f96fc41651eb049ef68afe69510be6e8422c87e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 27 13:10:51 2016 +0200

    new, version 0.1.0
    
    created from spec template

 php-pecl-libevent.spec | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 79 insertions(+)
---
diff --git a/php-pecl-libevent.spec b/php-pecl-libevent.spec
new file mode 100644
index 0000000..90f796f
--- /dev/null
+++ b/php-pecl-libevent.spec
@@ -0,0 +1,79 @@
+#
+# Conditional build:
+%bcond_without	tests		# build without tests
+
+%define		php_name	php%{?php_suffix}
+%define		modname	libevent
+Summary:	wrapper for libevent - event notification library
+Name:		%{php_name}-pecl-%{modname}
+Version:	0.1.0
+Release:	1
+License:	PHP 3.01
+Group:		Development/Languages/PHP
+Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5:	e091371a9e714098a4c04a6e3daeb56a
+URL:		http://pecl.php.net/package/libevent/
+%{?with_tests:BuildRequires:    %{php_name}-cli}
+BuildRequires:	%{php_name}-devel
+BuildRequires:	libevent-devel
+BuildRequires:	rpmbuild(macros) >= 1.666
+%if %{with tests}
+BuildRequires:	%{php_name}-cli
+%endif
+%{?requires_php_extension}
+Provides:	php(libevent) = %{version}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This extension is a wrapper for libevent - event notification library.
+
+%prep
+%setup -qc
+mv %{modname}-%{version}/* .
+
+%build
+phpize
+%configure
+%{__make}
+
+%if %{with tests}
+# simple module load test
+%{__php} -n -q \
+	-d extension_dir=modules \
+	-d extension=%{modname}.so \
+	-m > modules.log
+grep %{modname} modules.log
+
+export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
+%{__make} test \
+	PHP_EXECUTABLE=%{__php}
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	EXTENSION_DIR=%{php_extensiondir} \
+	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
+cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+; Enable %{modname} extension module
+extension=%{modname}.so
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%php_webserver_restart
+
+%postun
+if [ "$1" = 0 ]; then
+	%php_webserver_restart
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-libevent.git/commitdiff/4f96fc41651eb049ef68afe69510be6e8422c87e



More information about the pld-cvs-commit mailing list