]> git.pld-linux.org Git - packages/perl-Set-IntSpan.git/blame - perl-Set-IntSpan.spec
- (automatic) provided informative description
[packages/perl-Set-IntSpan.git] / perl-Set-IntSpan.spec
CommitLineData
451f9494 1%include /usr/lib/rpm/macros.perl
87908b30 2%define pdir Set
3%define pnam IntSpan
09fc7c09 4Summary: Set::IntSpan - Manages sets of integers
0c480245 5Name: perl-Set-IntSpan
6Version: 1.07
451f9494 7Release: 8
f95fa825 8License: GPL
0c480245 9Group: Development/Languages/Perl
d0bd4284 10Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
b947b5d4 11BuildRequires: rpm-perlprov >= 3.0.3-16
3956a1b9 12BuildRequires: perl >= 5.6
fb3584c7 13BuildArch: noarch
12ff1742 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0c480245 15
16%description
09fc7c09 17C<Set::IntSpan> manages sets of integers. It is optimized for sets
18that have long runs of consecutive integers. These arise, for example,
19in .newsrc files, which maintain lists of articles:
0c480245 20
21%prep
451f9494 22%setup -q -n %{pdir}-%{pnam}-%{version}
0c480245 23
24%build
25perl Makefile.PL
42629afa 26%{__make}
0c480245 27
28%install
29rm -rf $RPM_BUILD_ROOT
0c480245 30
3956a1b9 31%{__make} install DESTDIR=$RPM_BUILD_ROOT
0c480245 32
3956a1b9 33gzip -9nf Changes README
0c480245 34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
3956a1b9 40%doc *.gz
0c480245 41%{perl_sitelib}/Set/IntSpan.pm
0c480245 42%{_mandir}/man3/*
This page took 0.054692 seconds and 4 git commands to generate.