automatic rebuild by autodist [release 1.25-3mamba;Wed Aug 28 2013]
This commit is contained in:
parent
550e221a70
commit
6175214eec
@ -1,2 +1,4 @@
|
||||
# perl-Crypt-Random
|
||||
|
||||
Crypt::Random - Cryptographically Secure, True Random Number Generator.
|
||||
|
||||
|
64
perl-Crypt-Random.spec
Normal file
64
perl-Crypt-Random.spec
Normal file
@ -0,0 +1,64 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Crypt-Random
|
||||
Version: 1.25
|
||||
Release: 3mamba
|
||||
Summary: Crypt::Random - Cryptographically Secure, True Random Number Generator
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/authors/id/V/VI/VIPUL/Crypt-Random-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Class-Loader
|
||||
BuildRequires: perl-Math-Pari
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/perl-root
|
||||
|
||||
%description
|
||||
Crypt::Random - Cryptographically Secure, True Random Number Generator.
|
||||
|
||||
%prep
|
||||
%setup -q -n Crypt-Random-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
|
||||
%make
|
||||
%make test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall_perl
|
||||
packlist=`find %{buildroot} -name .packlist`
|
||||
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
||||
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
||||
sort -u > .packlist && rm $packlist
|
||||
|
||||
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
||||
for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
|
||||
%files -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 1.25-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.25-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Sep 12 2007 Aleph0 <aleph0@openmamba.org> 1.25-1mamba
|
||||
- update to 1.25
|
||||
- spec file fixed and updated
|
||||
|
||||
* Thu May 06 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user