diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 69cd68c..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Net-SSH-0.08.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 872f98d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Net-SSH -# $Id: Makefile,v 1.1 2004/11/08 05:06:00 cvsextras Exp $ -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dead.package diff --git a/perl-Net-SSH.spec b/perl-Net-SSH.spec deleted file mode 100644 index a1e1e0b..0000000 --- a/perl-Net-SSH.spec +++ /dev/null @@ -1,93 +0,0 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - -Name: perl-Net-SSH -Version: 0.08 -Release: 2 - -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 -cat</dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* - - -%check || : -make test - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc Changes README -%{perl_vendorlib}/Net -%{_mandir}/man3/Net::SSH.3* - - -%changelog -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Thu Dec 16 2004 Ville Skyttä - 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ä - 0:0.07-0.fdr.5 -- Fix documentation and module permissions (#65). -- Run tests in the %%check section. - -* Wed Oct 29 2003 Ville Skyttä - 0:0.07-0.fdr.4 -- Specfile cleanup. - -* Sun Aug 31 2003 Ville Skyttä - 0:0.07-0.fdr.3 -- Install into vendor dirs. -- Improved summary and description. - -* Sun May 4 2003 Ville Skyttä - 0:0.07-0.fdr.2 -- Own more dirs. - -* Sat Mar 22 2003 Ville Skyttä - 0:0.07-0.fdr.1 -- Update to current Fedora guidelines. - -* Sun Feb 9 2003 Ville Skyttä - 0.07-1.fedora.1 -- First Fedora release. diff --git a/sources b/sources deleted file mode 100644 index 66ef3df..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -c25a38f0b1d1b126cfb5dc231ac269da Net-SSH-0.08.tar.gz