]> git.pld-linux.org Git - packages/php-pear-Pager.git/blame - php-pear-Pager.spec
- 2.4.1
[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}
e41d57ad 9Version: 2.4.1
586f54f1 10Release: 1
bcf8efc2 11Epoch: 0
f66b925c
PG
12License: PHP 2.02
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
e41d57ad 15# Source0-md5: 3229601d1159be457253b93dc186fdce
106eacbc 16URL: http://pear.php.net/package/Pager/
5dc883bb 17BuildRequires: php-pear-PEAR
e51800fd 18BuildRequires: rpm-php-pearprov >= 4.4.2-11
dcc9bd3a 19Requires: php-pear
aa5be8ff 20Obsoletes: php-pear-Pager_Sliding
f66b925c
PG
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25If you have data that needs paging (ie 1-10 on page one, 11-20 on page
26two) this class can help. Pass it an array of data and it will sort it
27into pages, picking up the current page id from the url. It can also
28give you back/next and page number links taking the current url and
29adding the correct page id to it.
30
510e2177 31In PEAR status of this package is: %{_status}.
cfd988b8 32
f66b925c 33%description -l pl
cf5c3ada
JB
34