packages: php-pecl-sphinx/php-pecl-sphinx.spec (NEW) - new, based on templa...

glen glen at pld-linux.org
Mon Jun 14 19:08:39 CEST 2010


Author: glen                         Date: Mon Jun 14 17:08:39 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, based on template-spec

---- Files affected:
packages/php-pecl-sphinx:
   php-pecl-sphinx.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-pecl-sphinx/php-pecl-sphinx.spec
diff -u /dev/null packages/php-pecl-sphinx/php-pecl-sphinx.spec:1.1
--- /dev/null	Mon Jun 14 19:08:39 2010
+++ packages/php-pecl-sphinx/php-pecl-sphinx.spec	Mon Jun 14 19:08:33 2010
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# build without tests
+
+%define		modname	sphinx
+Summary:	%{modname} - client for sphinx SQL full-text search engine
+Name:		php-pecl-%{modname}
+Version:	1.0.4
+Release:	1
+License:	PHP
+Group:		Development/Languages/PHP
+Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5:	768a2409cdf7927e751dc6bfb8312767
+URL:		http://pecl.php.net/package/sphinx/
+BuildRequires:	libsphinxclient-devel
+BuildRequires:	php-devel >= 4:5.0.4
+BuildRequires:	rpmbuild(macros) >= 1.519
+%{?requires_php_extension}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Client extension for Sphinx - Opensource SQL full-text search engine.
+
+%prep
+%setup -qc
+mv %{modname}-%{version}/* .
+
+%build
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
+
+%{__make} install \
+	INSTALL_ROOT=$RPM_BUILD_ROOT \
+	EXTENSION_DIR=%{php_extensiondir}
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/06/14 17:08:33  glen
+- new, based on template-spec
================================================================


More information about the pld-cvs-commit mailing list