rpms/perl-Crypt-Random/devel perl-Crypt-Random.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Apr 18 13:55:52 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Crypt-Random/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6530/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-Random.spec 
Log Message:
auto-import perl-Crypt-Random-1.25-1 on branch devel from perl-Crypt-Random-1.25-1.src.rpm


--- NEW FILE perl-Crypt-Random.spec ---
Summary:	Cryptographically Secure, True Random Number Generator
Name:		perl-Crypt-Random
Version:	1.25
Release:	1%{?dist}
License:	GPL or Artistic
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Crypt-Random/
Source0:	http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-Random-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:	noarch
BuildRequires:	perl(Math::Pari)    >= 2.001804
BuildRequires:	perl(Class::Loader) >= 2.00

%description
Crypt::Random is an interface module to the /dev/random device found on most
modern unix systems. It also interfaces with egd, a user space entropy
gathering daemon, available for systems where /dev/random (or similar) devices
are not available. When Math::Pari is installed, Crypt::Random can generate
random integers of arbritary size of a given bitsize or in a specified
interval.

%prep
%setup -q -n Crypt-Random-%{version}

# Remove shellbangs to shut rpmlint up
/usr/bin/find ./lib -name '*.pm' -print | /usr/bin/xargs %{__sed} -i -e '/^#! *\/usr\/bin\/perl /d'

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
%{__chmod} -R u+w %{buildroot}/*

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc Changes README
%{_bindir}/makerandom
%{perl_vendorlib}/Crypt/
%{_mandir}/man3/Crypt::Random.3pm*

%changelog
* Mon Dec  5 2005 Paul Howarth <paul at city-fan.org> 1.25-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Random/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Apr 2006 13:55:01 -0000	1.1
+++ .cvsignore	18 Apr 2006 13:55:52 -0000	1.2
@@ -0,0 +1 @@
+Crypt-Random-1.25.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Random/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Apr 2006 13:55:01 -0000	1.1
+++ sources	18 Apr 2006 13:55:52 -0000	1.2
@@ -0,0 +1 @@
+5730c9d5acdd698790216d354ffb0513  Crypt-Random-1.25.tar.gz




More information about the scm-commits mailing list