rpms/perl-Net-SSH/EL-5 .cvsignore, 1.5, 1.6 perl-Net-SSH.spec, 1.12, 1.13 sources, 1.5, 1.6

tremble tremble at fedoraproject.org
Fri Apr 16 16:54:06 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/perl-Net-SSH/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27690

Modified Files:
	.cvsignore perl-Net-SSH.spec sources 
Log Message:
Rebase EL-5 against devel before inital build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	7 Jun 2006 20:11:22 -0000	1.5
+++ .cvsignore	16 Apr 2010 16:54:06 -0000	1.6
@@ -1 +1 @@
-Net-SSH-0.08.tar.gz
+Net-SSH-0.09.tar.gz


Index: perl-Net-SSH.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH/EL-5/perl-Net-SSH.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Net-SSH.spec	1 Sep 2006 02:53:30 -0000	1.12
+++ perl-Net-SSH.spec	16 Apr 2010 16:54:06 -0000	1.13
@@ -1,20 +1,15 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Net-SSH
-Version:        0.08
+Version:        0.09
 Release:        4%{?dist}
-
 Summary:        Perl extension for secure shell
-
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-SSH/
-Source0:        http://www.cpan.org/authors/id/I/IV/IVAN/Net-SSH-0.08.tar.gz
+Source0:        http://www.cpan.org/authors/id/I/IV/IVAN/Net-SSH-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       openssh-clients
 
 %description
@@ -23,41 +18,61 @@ wrapper around the system `ssh' command.
 implementation that does not require the system `ssh' command, see
 Net::SSH::Perl.
 
-
 %prep
 %setup -q -n Net-SSH-%{version}
 chmod 644 Changes README SSH.pm
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+rm -rf $RPM_BUILD_ROOT
 
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-%check || :
-make test
+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/*
 
-%clean
-rm -rf %{buildroot}
+%check
+make test
 
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/Net
-%{_mandir}/man3/Net::SSH.3*
-
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.09-4
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.09-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri May 16 2008 Steven Pritchard <steve at kspei.com> 0.09-1
+- Update to 0.09.
+- Make files section match cpanspec output.
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-6
+- rebuild for new perl
+
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 0.08-5
+- Reformat to match cpanspec output.
+- Canonicalize Source0 URL.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- Remove check macro cruft.
+- BR ExtUtils::MakeMaker.
+
 * Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.08-4
 - Rebuild for FC6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	7 Jun 2006 20:11:22 -0000	1.5
+++ sources	16 Apr 2010 16:54:06 -0000	1.6
@@ -1 +1 @@
-c25a38f0b1d1b126cfb5dc231ac269da  Net-SSH-0.08.tar.gz
+96837a66d0329e49cf5febd8b1ff4315  Net-SSH-0.09.tar.gz




More information about the perl-devel mailing list