]> git.pld-linux.org Git - packages/php-pear-Pager.git/blame - php-pear-Pager.spec
- new rpm-php-requires/provides scripts
[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}
97b43bed
PG
4Summary: %{_pearname} - generic data paging class
5Summary(pl): %{_pearname} - podstawowa klasa do dzielenia na strony
f66b925c 6Name: php-pear-%{_pearname}
97b43bed 7Version: 1.0.6
9097c9e3 8Release: 2
f66b925c
PG
9License: PHP 2.02
10Group: Development/Languages/PHP
11Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
f66b925c 12URL: http://pear.php.net/
9097c9e3 13BuildRequires: rpm-php-pearprov >= 4.0.2-98
dcc9bd3a 14Requires: php-pear
f66b925c
PG
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19If you have data that needs paging (ie 1-10 on page one, 11-20 on page
20two) this class can help. Pass it an array of data and it will sort it
21into pages, picking up the current page id from the url. It can also
22give you back/next and page number links taking the current url and
23adding the correct page id to it.
24
25%description -l pl
cf5c3ada
JB
26