]> git.pld-linux.org Git - packages/php-pear-Pager.git/blame - php-pear-Pager.spec
- updated to 2.2.2
[packages/php-pear-Pager.git] / php-pear-Pager.spec
CommitLineData
f66b925c
PG
1%include /usr/lib/rpm/macros.php
2%define _class Pager
3%define _pearname %{_class}
cfd988b8
AG
4%define _status stable
5
97b43bed
PG
6Summary: %{_pearname} - generic data paging class
7Summary(pl): %{_pearname} - podstawowa klasa do dzielenia na strony
f66b925c 8Name: php-pear-%{_pearname}
8b0a1feb 9Version: 2.2.2
abb179e4 10Release: 1
f66b925c
PG
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
8b0a1feb 14# Source0-md5: 31742cf0247fd5624224e50ae30748a1
106eacbc 15URL: http://pear.php.net/package/Pager/
9097c9e3 16BuildRequires: rpm-php-pearprov >= 4.0.2-98
dcc9bd3a 17Requires: php-pear
f66b925c
PG
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22If you have data that needs paging (ie 1-10 on page one, 11-20 on page
23two) this class can help. Pass it an array of data and it will sort it
24into pages, picking up the current page id from the url. It can also
25give you back/next and page number links taking the current url and
26adding the correct page id to it.
27
cfd988b8
AG
28This class has in PEAR status: %{_status}.
29
f66b925c 30%description -l pl
cf5c3ada
JB
31