/[packages]/cauldron/perl-Math-Random-ISAAC-XS/current/SPECS/perl-Math-Random-ISAAC-XS.spec
ViewVC logotype

Contents of /cauldron/perl-Math-Random-ISAAC-XS/current/SPECS/perl-Math-Random-ISAAC-XS.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132968 - (show annotations) (download)
Sat Aug 13 12:38:00 2011 UTC (12 years, 7 months ago) by jquelin
File size: 887 byte(s)
imported package perl-Math-Random-ISAAC-XS
1 %define upstream_name Math-Random-ISAAC-XS
2 %define upstream_version 1.004
3
4 Name: perl-%{upstream_name}
5 Version: %perl_convert_version %{upstream_version}
6 Release: %mkrel 1
7
8 Summary: C implementation of the ISAAC PRNG algorithm
9 License: GPL+ or Artistic
10 Group: Development/Perl
11 Url: http://search.cpan.org/dist/%{upstream_name}
12 Source0: http://www.cpan.org/modules/by-module/Math/%{upstream_name}-%{upstream_version}.tar.gz
13
14 BuildRequires: perl(Module::Build)
15 BuildRequires: perl-devel
16
17 %description
18 See the Math::Random::ISAAC manpage for the full description.
19
20 %prep
21 %setup -q -n %{upstream_name}-%{upstream_version}
22
23 %build
24 %{__perl} Build.PL installdirs=vendor
25
26 ./Build
27
28 %check
29 ./Build test
30
31 %install
32 rm -rf %buildroot
33 ./Build install destdir=%{buildroot}
34
35 %files
36 %doc README Changes LICENSE META.yml examples
37 %{_mandir}/man3/*
38 %perl_vendorlib/*
39
40

  ViewVC Help
Powered by ViewVC 1.1.30