automatic rebuild by autodist [release 0.14-2mamba;Wed Nov 05 2008]
This commit is contained in:
parent
0031055c46
commit
9a373d780f
@ -1,2 +1,4 @@
|
||||
# perl-Crypt-DSA
|
||||
|
||||
This Crypt::DSA perl module provides DSA signature and key generation.
|
||||
|
||||
|
62
perl-Crypt-DSA.spec
Normal file
62
perl-Crypt-DSA.spec
Normal file
@ -0,0 +1,62 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Crypt-DSA
|
||||
Version: 0.14
|
||||
Release: 2mamba
|
||||
Summary: Crypt::DSA - Provides DSA signature and key generation
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
Source: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DSA-%{version}.tar.gz
|
||||
URL: http://www.cpan.org
|
||||
License: GPL
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Math-Pari
|
||||
BuildRequires: perl-Crypt-Random
|
||||
BuildRequires: perl-Digest-SHA1
|
||||
BuildRequires: perl-Data-Buffer
|
||||
BuildRequires: perl-Convert-PEM
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/perl-root
|
||||
|
||||
%description
|
||||
This Crypt::DSA perl module provides DSA signature and key generation.
|
||||
|
||||
%prep
|
||||
%setup -q -n Crypt-DSA-%{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 Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Thu Sep 13 2007 Aleph0 <aleph0@openmamba.org> 0.14-1mamba
|
||||
- update to 0.14
|
||||
|
||||
* Thu May 06 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user