]> git.pld-linux.org Git - packages/perl-Math-PRSG.git/blame - perl-Math-PRSG.spec
- converted to UTF-8
[packages/perl-Math-PRSG.git] / perl-Math-PRSG.spec
CommitLineData
01aab1ca 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
26daaeea 5%include /usr/lib/rpm/macros.perl
b8f90a9e 6%define pdir Math
7%define pnam PRSG
6f52124f 8Summary: Math::PRSG perl module
cdc0944b 9Summary(pl.UTF-8): Moduł perla Math::PRSG
d988ea1e 10Name: perl-Math-PRSG
11Version: 1.0
56469a7c 12Release: 9
01aab1ca 13# if used in a product, Systemics should be given attribution as the author
14License: free use, distributable
d988ea1e 15Group: Development/Languages/Perl
6cf58185 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
4a29a834 17# Source0-md5: 4f0c32973d5b03d2a665b6ac6ec04b9c
961c3c49 18Patch0: %{name}-paths.patch
d4d8b755 19BuildRequires: rpm-perlprov >= 4.1-13
07400e55 20BuildRequires: perl-devel >= 1:5.8.0
9eb34ca1 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d988ea1e 22
23%description
6f52124f 24Math::PRSG - interface to pseudo random sequence generator function.
d988ea1e 25
cdc0944b 26%description -l pl.UTF-8
6f52124f 27Math::PRSG - interfejs do funkcji generowania pseudolosowych sekwencji.
d988ea1e 28
29%prep
26daaeea 30%setup -q -n %{pdir}-%{pnam}-%{version}
8b395f5a 31%patch0 -p1
d988ea1e 32
33%build
d4d8b755 34%{__perl} Makefile.PL \
40732574 35 INSTALLDIRS=vendor
01aab1ca 36%{__make} \
37 OPTIMIZE="%{rpmcflags}"
38
39%{?with_tests:%{__make} test}
d988ea1e 40
41%install
42rm -rf $RPM_BUILD_ROOT
d988ea1e 43
99e1dfa0 44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
d988ea1e 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
2f498b7a 52%doc examples/prsg_driver.pl
d4d8b755 53%{perl_vendorarch}/Math/PRSG.pm
54%dir %{perl_vendorarch}/auto/Math/PRSG
55%{perl_vendorarch}/auto/Math/PRSG/PRSG.bs
56%attr(755,root,root) %{perl_vendorarch}/auto/Math/PRSG/PRSG.so
d988ea1e 57%{_mandir}/man3/*
This page took 0.070767 seconds and 4 git commands to generate.