%define php_majver %(php-config --version | cut -d. -f1-2) Name: php-ssh2 Version: 0.12 Release: 1mamba Summary: PHP bindings for the libssh2 library Group: Applications/Web Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://http://pecl.php.net/package/ssh2 Source: http://pecl.php.net/get/ssh2-%{version}.tgz License: PHP License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libssh2-devel ## AUTOBUILDREQ-END BuildRequires: php-devel Requires: php >= %{php_majver} Requires: php <= %{php_majver}.99 %systemd_requires BuildRoot: %{_tmppath}/%{name}-%{version}-root %description PHP bindings for the libssh2 library. %debug_package %prep %setup -q -c %{name}-%{version} %build cd ssh2-%{version} phpize %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" cd ssh2-%{version} %makeinstall INSTALL_ROOT=%{buildroot} install -d -m0755 %{buildroot}%{_sysconfdir}/php/php.d cat > %{buildroot}%{_sysconfdir}/php/php.d/ssh2.ini < 0.12-1mamba - package created using the webbuild interface