]> git.pld-linux.org Git - packages/perl-Set-IntSpan.git/blob - perl-Set-IntSpan.spec
91071ae2b26f67bd54dc6b371e563664714d45f8
[packages/perl-Set-IntSpan.git] / perl-Set-IntSpan.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Set
3 %define pnam    IntSpan
4 Summary:        Set::IntSpan Perl module - Manages sets of integers
5 Summary(pl):    Modu³ Perla Set::IntSpan - zarz±dzaj±cy zbiorami liczb ca³kowitych
6 Name:           perl-Set-IntSpan
7 Version:        1.07
8 Release:        10
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl >= 5.6
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Set::IntSpan manages sets of integers.  It is optimized for sets that
19 have long runs of consecutive integers.  These arise, for example, in
20 .newsrc files, which maintain lists of articles.
21
22 %description -l pl
23 Modu³ Set::IntSpan zarz±dza zbiorami liczb ca³kowitych. Jest
24 zoptymalizowany dla zbiorów, które maj± d³ugie ci±gi kolejnych liczb.
25 Jest to czêste na przyk³ad w plikach .newsrc, które zawieraj± listy
26 artyku³ów.
27
28 %prep
29 %setup -q -n %{pdir}-%{pnam}-%{version}
30
31 %build
32 perl Makefile.PL
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc Changes README
46 %{perl_sitelib}/Set/IntSpan.pm
47 %{_mandir}/man3/*
This page took 0.047926 seconds and 2 git commands to generate.