rpms/perl-Net-SSH/devel .cvsignore, 1.4, 1.5 Makefile, 1.3, 1.4 perl-Net-SSH.spec, 1.9, 1.10 sources, 1.4, 1.5 dead.package, 1.1, NONE

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Wed Jun 7 20:11:23 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/perl-Net-SSH/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27714/devel

Added Files:
	.cvsignore Makefile perl-Net-SSH.spec sources 
Removed Files:
	dead.package 
Log Message:
taking ownership and rebuilding



Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	7 Jun 2006 20:11:22 -0000	1.5
@@ -0,0 +1 @@
+Net-SSH-0.08.tar.gz


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	7 Jun 2006 20:11:22 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: perl-Net-SSH
+# $Id$
+NAME := perl-Net-SSH
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: perl-Net-SSH.spec
===================================================================
RCS file: perl-Net-SSH.spec
diff -N perl-Net-SSH.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ perl-Net-SSH.spec	7 Jun 2006 20:11:22 -0000	1.10
@@ -0,0 +1,89 @@
+%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
+
+Name:           perl-Net-SSH
+Version:        0.08
+Release:        3%{dist}
+
+Summary:        Perl extension for secure shell
+
+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
+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))
+Requires:       openssh-clients
+
+%description
+This module implements a Perl interface to ssh.  It is a simple
+wrapper around the system `ssh' command.  For an all-perl
+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}/*
+
+
+%check || :
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/Net
+%{_mandir}/man3/Net::SSH.3*
+
+
+%changelog
+* Thu Jun 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.08-3
+- rebuilt and spec clean.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
+* Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.08-1
+- Update to 0.08.
+- Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
+
+* Tue Jan 13 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.5
+- Fix documentation and module permissions (#65).
+- Run tests in the %%check section.
+
+* Wed Oct 29 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.4
+- Specfile cleanup.
+
+* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.3
+- Install into vendor dirs.
+- Improved summary and description.
+
+* Sun May  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.2
+- Own more dirs.
+
+* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.1
+- Update to current Fedora guidelines.
+
+* Sun Feb  9 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.07-1.fedora.1
+- First Fedora release.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	7 Jun 2006 20:11:22 -0000	1.5
@@ -0,0 +1 @@
+c25a38f0b1d1b126cfb5dc231ac269da  Net-SSH-0.08.tar.gz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list