From ea10928e71a5d4cb7d0a2973fd76865ef056e1d2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:46:22 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.50-4mamba;Thu Aug 29 2013] --- README.md | 2 ++ perl-Crypt-Primes.spec | 61 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 perl-Crypt-Primes.spec diff --git a/README.md b/README.md index 117b9f6..c1c95f9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Crypt-Primes +Provable Prime Number Generator suitable for Cryptographic Applications. + diff --git a/perl-Crypt-Primes.spec b/perl-Crypt-Primes.spec new file mode 100644 index 0000000..a0ce6b4 --- /dev/null +++ b/perl-Crypt-Primes.spec @@ -0,0 +1,61 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Crypt-Primes +Version: 0.50 +Release: 4mamba +Summary: Crypt::Primes - Provable Prime Number Generator suitable for Cryptographic Applications +Group: Development/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://www.cpan.org/authors/id/V/VI/VIPUL/Crypt-Primes-%{version}.tar.gz +License: GPL +BuildRequires: perl-devel >= %perl_major_ver +Requires: perl >= %perl_major_ver +BuildRoot: %{_tmppath}/perl-root + +%description +Provable Prime Number Generator suitable for Cryptographic Applications. + +%prep +%setup -q -n Crypt-Primes-%{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 +* Thu Aug 29 2013 Automatic Build System 0.50-4mamba +- automatic rebuild by autodist + +* Wed Nov 05 2008 Silvan Calarco 0.50-3mamba +- automatic rebuild by autodist + +* Fri Sep 14 2007 Aleph0 0.50-2mamba +- spec file fixed and updated + +* Thu May 06 2004 Silvan Calarco 0.50-1qilnx +- first build