rpms/perl-Net-SFTP/EL-5 perl-Net-SFTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth pghmcfc at fedoraproject.org
Wed May 13 14:40:45 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SFTP/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21084/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Net-SFTP.spec 
Log Message:
Initial EPEL build


--- NEW FILE perl-Net-SFTP.spec ---
Name:           perl-Net-SFTP
Version:        0.10
Release:        1%{?dist}
Summary:        Secure File Transfer Protocol client
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-SFTP/
Source0:        http://www.cpan.org/authors/id/D/DB/DBROBINS/Net-SFTP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Net::SSH::Perl) >= 1.24
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Net::SFTP is a pure-Perl implementation of the Secure File Transfer
Protocol (SFTP) - file transfer built on top of the SSH2 protocol.
Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through
which files can be transferred and managed. It provides a subset of the
commands listed in the SSH File Transfer Protocol IETF draft, which can be
found at http://www.openssh.com/txt/draft-ietf-secsh-filexfer-00.txt.

%prep
%setup -q -n Net-SFTP-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README ToDo
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jul 16 2007 Steven Pritchard <steve at kspei.com> 0.10-1
- Specfile autogenerated by cpanspec 1.73.
- Fix License.
- Remove redundant explicit dependency on Net::SSH::Perl.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jul 2007 21:54:52 -0000	1.1
+++ .cvsignore	13 May 2009 14:40:15 -0000	1.2
@@ -0,0 +1 @@
+Net-SFTP-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jul 2007 21:54:52 -0000	1.1
+++ sources	13 May 2009 14:40:15 -0000	1.2
@@ -0,0 +1 @@
+8383eb0839178cab8cbfe619b232b8c0  Net-SFTP-0.10.tar.gz




More information about the Fedora-perl-devel-list mailing list