rpms/perl-Math-Random-MT-Auto/devel filter-requires.sh, NONE, 1.1 perl-Math-Random-MT-Auto.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Feb 23 20:16:36 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2758/devel

Modified Files:
	.cvsignore sources 
Added Files:
	filter-requires.sh perl-Math-Random-MT-Auto.spec 
Log Message:
auto-import perl-Math-Random-MT-Auto-5.04-2.fc6 on branch devel from perl-Math-Random-MT-Auto-5.04-2.fc6.src.rpm


--- NEW FILE filter-requires.sh ---
#!/bin/sh
/usr/lib/rpm/perl.req $* |
  sed -e '/^perl(Object::InsideOut)$/d'


--- NEW FILE perl-Math-Random-MT-Auto.spec ---
Name:           perl-Math-Random-MT-Auto
Version:        5.04
Release:        2%{?dist}
Summary:        Auto-seeded Mersenne Twister PRNGs
License:        BSD 
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Math-Random-MT-Auto/
Source0:        http://www.cpan.org/authors/id/J/JD/JDHEDDEN/Math-Random-MT-Auto-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Config)
BuildRequires:  perl(Exception::Class) >= 1.22
BuildRequires:  perl(Object::InsideOut) >= 2.06
# testing br's...
BuildRequires:  perl(Test::Pod::Coverage) >= 1.08, perl(Test::Pod) >= 1.26
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

Source99: filter-requires.sh
%define __perl_requires %{SOURCE99}

%description
The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is
capable of providing large volumes (> 10^6004) of "high quality"
pseudorandom data to applications that may exhaust available "truly" random
data sources or system-provided PRNGs such as rand.

%prep
%setup -q -n Math-Random-MT-Auto-%{version}

chmod -x samples/*
chmod +x %{SOURCE99}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README samples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Math*
%{_mandir}/man3/*

%changelog
* Thu Feb 22 2007 Chris Weyl <cweyl at alumni.drew.edu> 5.04-2
- drop execute bit on filter-requires.sh to appease rpmlint

* Mon Feb 19 2007 Chris Weyl <cweyl at alumni.drew.edu> 5.04-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Feb 2007 18:53:59 -0000	1.1
+++ .cvsignore	23 Feb 2007 20:16:03 -0000	1.2
@@ -0,0 +1 @@
+Math-Random-MT-Auto-5.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Random-MT-Auto/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Feb 2007 18:53:59 -0000	1.1
+++ sources	23 Feb 2007 20:16:03 -0000	1.2
@@ -0,0 +1 @@
+ef0af016a7f23a1bea54fe90aa45b444  Math-Random-MT-Auto-5.04.tar.gz




More information about the scm-commits mailing list