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

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Dec 9 08:19:45 UTC 2005


Author: pghmcfc

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

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


--- NEW FILE perl-Crypt-DH.spec ---
Summary:	Perl module implementing the Diffie-Hellman key exchange system
Name:		perl-Crypt-DH
Version:	0.06
Release:	1%{?dist}
License:	GPL or Artistic
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Crypt-DH/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DH-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:	noarch

%description
Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system.
Diffie-Hellman is an algorithm by which two parties can agree on a shared
secret key, known only to them. The secret is negotiated over an insecure
network without the two parties ever passing the actual shared secret, or their
private keys, between them.

%prep
%setup -q -n Crypt-DH-%{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::DH.3pm*

%changelog
* Tue Nov 29 2005 Paul Howarth <paul at city-fan.org> 0.06-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DH/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Dec 2005 08:18:30 -0000	1.1
+++ .cvsignore	9 Dec 2005 08:19:42 -0000	1.2
@@ -0,0 +1 @@
+Crypt-DH-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DH/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Dec 2005 08:18:30 -0000	1.1
+++ sources	9 Dec 2005 08:19:42 -0000	1.2
@@ -0,0 +1 @@
+eabecac024d427c670a6e0edbadcec5d  Crypt-DH-0.06.tar.gz




More information about the fedora-extras-commits mailing list