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

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Feb 8 14:23:07 UTC 2006


Author: pghmcfc

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

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


--- NEW FILE perl-Crypt-DSA.spec ---
Summary:	Perl module for DSA signatures and key generation
Name:		perl-Crypt-DSA
Version:	0.13
Release:	1%{?dist}
License:	GPL or Artistic
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Crypt-DSA/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DSA-%{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(Digest::SHA1)
BuildRequires:	perl(Convert::PEM) >= 0.07
BuildRequires:	perl(Data::Buffer) >= 0.01

%description
Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)
signature verification system. This package provides DSA signing, signature
verification, and key generation.

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

%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 ToDo
%{perl_vendorlib}/Crypt/
%{_mandir}/man3/Crypt::DSA.3pm*
%{_mandir}/man3/Crypt::DSA::Key.3pm*
%{_mandir}/man3/Crypt::DSA::Key::PEM.3pm*
%{_mandir}/man3/Crypt::DSA::Key::SSH2.3pm*
%{_mandir}/man3/Crypt::DSA::KeyChain.3pm*
%{_mandir}/man3/Crypt::DSA::Signature.3pm*
%{_mandir}/man3/Crypt::DSA::Util.3pm*

%changelog
* Mon Nov 28 2005 Paul Howarth <paul at city-fan.org> 0.13-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DSA/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2006 14:21:59 -0000	1.1
+++ .cvsignore	8 Feb 2006 14:23:06 -0000	1.2
@@ -0,0 +1 @@
+Crypt-DSA-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DSA/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2006 14:21:59 -0000	1.1
+++ sources	8 Feb 2006 14:23:06 -0000	1.2
@@ -0,0 +1 @@
+269261448ecc6b3b82a854e3b774c4ae  Crypt-DSA-0.13.tar.gz




More information about the scm-commits mailing list