SPECS: php-pecl-pam.spec (NEW) - new

adamg adamg at pld-linux.org
Thu Nov 29 09:13:53 CET 2007


Author: adamg                        Date: Thu Nov 29 08:13:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pecl-pam.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pecl-pam.spec
diff -u /dev/null SPECS/php-pecl-pam.spec:1.1
--- /dev/null	Thu Nov 29 09:13:53 2007
+++ SPECS/php-pecl-pam.spec	Thu Nov 29 09:13:48 2007
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+%define		modname	pam
+%define		_status		stable
+Summary:	%{modname} - PAM integration
+Summary(pl.UTF-8):	%{modname} - intergracja z PAM-em
+Name:		php-pecl-%{modname}
+Version:	1.0.2
+Release:	1
+License:	PHP
+Group:		Development/Languages/PHP
+Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5:	5ea92fe39ef2ba45366ee194fcd86734
+URL:		http://pecl.php.net/package/PAM/
+BuildRequires:	pam-devel
+BuildRequires:	php-devel >= 3:5.0.0
+BuildRequires:	rpmbuild(macros) >= 1.344
+%{?requires_php_extension}
+Requires:	php-common >= 4:5.0.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This extension provides PAM (Pluggable Authentication Modules)
+integration. PAM is a system of libraries that handle the
+authentication tasks of applications and services. The library
+provides a stable API for applications to defer to for authentication
+tasks.
+
+In PECL status of this extension is: %{_status}.
+
+%description -l pl.UTF-8
+Rozszerzenie to dostarcza wsparcia dla PAM (Pluggable Authentitcation
+Modules). PAM to system bibliotek obsługujących proces autentykacji
+aplikacji i usług. Biblioteka dostarcza stabilnego API umożliwiającego
+aplikacjom obsłużenie zadań autentykacji.
+
+To rozszerzenie ma w PECL status: %{_status}.
+
+%prep
+%setup -q -c
+
+%build
+cd %{modname}-%{version}
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
+
+%{__make} install \
+	-C %{modname}-%{version} \
+	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 %{modname}-%{version}/{CREDITS,README}
+%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  2007-11-29 08:13:48  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list