[-]
[+]
|
Added |
php-pecl-sphinx.changes
|
|
[-]
[+]
|
Deleted |
php5-sphinx.changes
^
|
@@ -1,15 +0,0 @@
--------------------------------------------------------------------
-Fri Apr 22 07:03:44 UTC 2016 - cs@linux-administrator.com
-
-- update to 1.4.0-dev
-
--------------------------------------------------------------------
-Tue Aug 4 08:46:47 UTC 2015 - cs@linux-administrator.com
-
-- update to release 1.3.3
-
--------------------------------------------------------------------
-Tue May 13 18:50:53 UTC 2014 - cs@linux-administrator.com
-
-- update to release 1.3.2
-
|
[-]
[+]
|
Added |
php-pecl-sphinx.spec
^
|
|
[-]
[+]
|
Deleted |
php5-sphinx.spec
^
|
@@ -1,87 +0,0 @@
-# norootforbuild
-%define pkg_name sphinx
-%define pkg_version 1.3.99.1
-%define php_version %(php-config --version 2>/dev/null)
-#
-Name: php7-sphinx
-Version: %{pkg_version}
-Release: 1
-#
-License: PHP
-Group: Productivity/Networking/Web/Servers
-#
-BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
-BuildRequires: php7-devel libsphinxclient-devel gcc gcc-c++
-Requires: php7 = %{php_version}
-#
-URL: http://pecl.php.net/
-Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz
-Summary: This extension provides bindings for libsphinxclient, client library for Sphinx
-
-%description
-This extension provides bindings for libsphinxclient, client library for Sphinx.
-
-Authors:
----------
-
- Antony Dovgal
-
-%debug_package
-
-%prep
-%setup -n %{pkg_name}-%{version}
-
-%{__mkdir} %{name}
-
-%build
-/usr/bin/phpize
-pushd %{name}
-
-CFLAGS="%{optflags} -fno-strict-aliasing"
-CXXFLAGS="%{optflags} -fno-strict-aliasing"
-%if 0%{?suse_version} > 1000
-CFLAGS="$CFLAGS -fstack-protector"
-CXXFLAGS="$CXXFLAGS -fstack-protector"
-%endif
-
-export CFLAGS
-export CXXFLAGS
-
-../configure --with-sphinx=%{_usr} --with-libdir=%{_lib}
-
-%{__make} %{?jobs:-j%jobs}
-popd
-
-%install
-%makeinstall -C %{name} INSTALL_ROOT=%{buildroot}
-%{__mkdir} -p %{buildroot}%{_sysconfdir}/php7/conf.d
-echo "; comment out next line to disable sphinx extension in php" > %{buildroot}%{_sysconfdir}/php7/conf.d/sphinx.ini
-echo "extension = sphinx.so" >> %{buildroot}%{_sysconfdir}/php7/conf.d/sphinx.ini
-
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_libdir}/php7/extensions/sphinx.so
-%config(noreplace) %{_sysconfdir}/php7/conf.d/sphinx.ini
-
-%doc CREDITS
-
-%changelog
-* Thu Apr 04 2013 Carsten Schoene <cs@linux-administrator.com> - 1.3.0-1
-- update to release 1.3.0
-
-* Sun Apr 09 2012 Carsten Schoene <cs@linux-administrator.com> - 1.2.0-1
-- update to release 1.2.0
-
-* Tue Jan 12 2010 Carsten Schoene <cs@linux-administrator.com> - 1.0.3-0
-- update to release 1.0.3
- - Added support for open(), close(), status() and setOverride() available in sphinx 0.9.9 new API
-
-* Sun Dec 20 2009 Carsten Schoene <cs@linux-administrator.com> - 1.0.2-0
-- update to release 1.0.2
-
-* Sat Jan 31 2009 Carsten Schoene <cs@linux-administrator.com>
-- initial build version 1.0.0
|
|
Deleted |
sphinx-1.0.0.tgz
^
|
|
Deleted |
sphinx-1.0.2.tgz
^
|
|
Deleted |
sphinx-1.0.3.tgz
^
|
|
Deleted |
sphinx-1.2.0.tgz
^
|
|
Deleted |
sphinx-1.3.0.tgz
^
|
|
Deleted |
sphinx-1.3.2.tgz
^
|