]> git.pld-linux.org Git - packages/php-pear-HTTP_SessionServer.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 30 Oct 2004 07:01:11 +0000 (07:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTTP_SessionServer.spec -> 1.1

php-pear-HTTP_SessionServer.spec [new file with mode: 0644]

diff --git a/php-pear-HTTP_SessionServer.spec b/php-pear-HTTP_SessionServer.spec
new file mode 100644 (file)
index 0000000..415fba0
--- /dev/null
@@ -0,0 +1,58 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          HTTP
+%define                _subclass       SessionServer
+%define                _status         alpha
+%define                _pearname       %{_class}_%{_subclass}
+
+Summary:       %{_pearname} - Daemon to store session data
+Summary(pl):   %{_pearname} - Daemon to przechowywania danych sesji
+Name:          php-pear-%{_pearname}
+Version:       0.3.0
+Release:       1
+License:       PHP 2.02
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 04db70207576806a55f38f0b0a5e7abf
+URL:           http://pear.php.net/package/Class_Subclass/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HTTP_SessionServer is a simple PHP based daemon that helps you
+maintaining state between physically different hosts.
+
+HTTP_SessionServer implements a very simple protocol to store and
+retrieve data on the server. The storage backend is driver based,
+currently only a storage for the filesystem has been implemented, but
+you may easily change this.
+
+HTTP_SessionServer comes with a matching client implementation using
+Net_Socket as well as a session save handler.
+
+In PEAR status of this package is: %{_status}.
+
+#%description -l pl
+#...
+#
+#Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+install %{_pearname}-%{version}/%{_subclass}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/{docs,examples}
+%{php_pear_dir}/%{_class}/*.php
+%{php_pear_dir}/%{_class}/%{_subclass}
This page took 0.030818 seconds and 4 git commands to generate.