SPECS: php-pear-Services_Compete.spec (NEW), php-pear-Net_URL_Mapp...

adamg adamg at pld-linux.org
Sun Sep 2 23:24:06 CEST 2007


Author: adamg                        Date: Sun Sep  2 21:24:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-Services_Compete.spec (NONE -> 1.1)  (NEW), php-pear-Net_URL_Mapper.spec (NONE -> 1.1)  (NEW), php-pear-HTTP_FloodControl.spec (NONE -> 1.1)  (NEW), php-pear-HTML_QuickForm_ElementGrid.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Services_Compete.spec
diff -u /dev/null SPECS/php-pear-Services_Compete.spec:1.1
--- /dev/null	Sun Sep  2 23:24:06 2007
+++ SPECS/php-pear-Services_Compete.spec	Sun Sep  2 23:24:01 2007
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Services
+%define		_subclass	Compete
+%define		_status		alpha
+%define		_pearname	Services_Compete
+Summary:	%{_pearname} - Compete API
+Summary(pl.UTF-8):	%{_pearname} - API Compete
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	The BSD License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	2182c9b6c2e0ab651b386b622e3479fe
+URL:		http://pear.php.net/package/Services_Compete/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTTP_Request >= 1.4.0
+Requires:	php-pear-PEAR >= 1.4.6
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Access wrapper class for Compete SnapShop API
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Klasa dostępu do API Compete SnapShop.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/Services_Compete/examples/test_Services_Compete.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Services/Compete.php
+
+%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/09/02 21:24:01  adamg
+- new
+

================================================================
Index: SPECS/php-pear-Net_URL_Mapper.spec
diff -u /dev/null SPECS/php-pear-Net_URL_Mapper.spec:1.1
--- /dev/null	Sun Sep  2 23:24:06 2007
+++ SPECS/php-pear-Net_URL_Mapper.spec	Sun Sep  2 23:24:01 2007
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Net
+%define		_subclass	URL_Mapper
+%define		_status		beta
+%define		_pearname	Net_URL_Mapper
+Summary:	%{_pearname} - Provides a simple and flexible way to build nice URLs for web applications
+Summary(pl.UTF_8):	%{_pearname} - dostarcza prostego i elastycznego sposobu do tworzenia ładnie wyglądających URLi dla aplikacji web
+Name:		php-pear-%{_pearname}
+Version:	0.9.0
+Release:	1
+License:	New BSD License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	11a4d002f881ac5d957cdbb6b46139f7
+URL:		http://pear.php.net/package/Net_URL_Mapper/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-Net_URL >= 1.0.14
+Requires:	php-pear-PEAR >= 1.4.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Net_URL_Mapper provides a simple and flexible way to build nice URLs
+for your web applications.
+
+The URL syntax is similar to what can be found in Ruby on Rails or
+Python Routes module and as such, this package can be compared to what
+they call a router.
+
+Still, Net_URL_Mapper does not perform the dispatching like these
+frameworks and therefore can be used with your own router.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF_8
+Net_URL_Mapper dostarcza prostego i elastycznego sposobu do tworzenia
+ładnie wyglądających adresów URL dla aplikacji web.
+
+Składnia URL jest zbliżona do tej jaką można spotkać w Ruby on Rails
+czy module Routes języka Python i w związku z tym pakiet ten może być
+porównany z tym co nazywane jest tam routerem.
+
+Mimo to, w odróżnieniu od wspomnianych frameworków Net_URL_Mapper nie
+robi zajmuje się przekazywaniem zapytań i w związku z tym może być
+użyty wraz z Twoim routerem.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:	Tests for PEAR::%{_pearname}
+Summary(pl):	Testy dla PEAR::%{_pearname}
+Group:		Development/Languages/PHP
+AutoReq:	no
+Requires:	%{name} = %{version}-%{release}
+AutoProv:	no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Net/URL/Mapper
+%{php_pear_dir}/Net/URL/Mapper.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/Net_URL_Mapper
+
+%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/09/02 21:24:01  adamg
+- new
+

================================================================
Index: SPECS/php-pear-HTTP_FloodControl.spec
diff -u /dev/null SPECS/php-pear-HTTP_FloodControl.spec:1.1
--- /dev/null	Sun Sep  2 23:24:06 2007
+++ SPECS/php-pear-HTTP_FloodControl.spec	Sun Sep  2 23:24:01 2007
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTTP
+%define		_subclass	FloodControl
+%define		_status		alpha
+%define		_pearname	HTTP_FloodControl
+Summary:	%{_pearname} - detect and protect from attempts to flood a site
+Summary(pl.UTF-8):	%{_pearname} - detekcja i ochrona przed atakami typu flood
+Name:		php-pear-%{_pearname}
+Version:	0.1.1
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	848fc5590d607b12f480faaf84fbf7c5
+URL:		http://pear.php.net/package/HTTP_FloodControl/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-PEAR_Exception >= 1.3.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# exclude optional dependencies
+%define		_noautoreq	'pear(DB.*)'  'pear(MDB.*)'  'pear(MDB2.*)'
+
+%description
+The HTTP_FloodControl package can be used to detect and protect a Web
+site from attempts to flood it with too many requests. It also allows
+to protect the site from automatic downloading many pages or files
+from the same IP address, session ID or other unique identifier.
+
+The detection of flood is determine according to a set of parameters
+indicating the maximal allowed number of requests for the certain time
+interval. It is possible to set several parameters at once in order to
+perform more effective protection.
+
+The package uses various storage containers (regular files, DB, MDB,
+MDB2) to handle counter logs.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Klasa HTTP_FloodControl może być użytka do wykrycia i ochrony strony
+Web przed próbami przepełnienia ich zbyt dużą ilością zapytań. Pozwala
+także na ochronę serwisu przed automatycznym sciąganiem wielu stron
+przez klienta identyfikowanego na podstawie adresu IP, identyfikatora
+sesji bądź innego unikalnego identyfikatora.
+
+Flood wykrywany jest na podstawie zestawu parametrów określających
+maksymalną dozwoloną liczbę zapytań w zadanym przedziale czasowym.
+Możliwe jest określenie wielu parametrów jednocześnie w celu
+zapewnienia skutecznej ochrony.
+
+Pakiet ten może skorzystać z różnych kontenerów danych (pliki, DB,
+MDB, MDB2) w celu przechowywania informacji o licznach logów.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+	cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc install.log optional-packages.txt
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/FloodControl/
+%{php_pear_dir}/FloodControl.php
+
+%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/09/02 21:24:01  adamg
+- new
+

================================================================
Index: SPECS/php-pear-HTML_QuickForm_ElementGrid.spec
diff -u /dev/null SPECS/php-pear-HTML_QuickForm_ElementGrid.spec:1.1
--- /dev/null	Sun Sep  2 23:24:06 2007
+++ SPECS/php-pear-HTML_QuickForm_ElementGrid.spec	Sun Sep  2 23:24:01 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		HTML
+%define		_subclass	QuickForm_ElementGrid
+%define		_status		alpha
+%define		_pearname	HTML_QuickForm_ElementGrid
+
+Summary:	%{_pearname} - HTML_QuickForm meta-element which holds any other element in a grid
+Summary(pl.UTF-8):	%{_pearname} - metaelement HTML_QuickForm przechowujący inny element tabeli danych
+Name:		php-pear-%{_pearname}
+Version:	0.1.1
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	46771abf9ee78fce0b78cef7aefddc14
+URL:		http://pear.php.net/package/HTML_QuickForm_ElementGrid/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTML_QuickForm >= 3.2.5
+Requires:	php-pear-HTML_Table >= 1.7.5
+Requires:	php-pear-PEAR >= 1.4.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An HTML_QuickForm meta-element which holds multiple HTML_QuickForm
+elements in an HTML_Table. The elements in the table should behave
+exactly like normal elements in a form, such as freezing and getting
+defaults and submitted values correctly.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF_8
+Klasa ta dostarcza meta-elementu przechowującego wiele elementów
+HTML_QuickForm w tabeli HTML_Table. Elementy tej tabeli zachowują się
+identycznie jak typowe elementy formularza - można je "zamrozić" oraz
+pobrać domyślne jak i wysłane wartości.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/HTML_QuickForm_ElementGrid/examples/elementGrid.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/HTML/QuickForm/ElementGrid.php
+
+%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/09/02 21:24:01  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list