public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Net-OpenSSH] epel10.2: Import package rhbz#813668
Date: Sat, 08 Aug 2026 06:26:38 GMT	[thread overview]
Message-ID: <178617039873.1.2072637160883618826.rpms-perl-Net-OpenSSH-5b91035dfa29@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Net-OpenSSH
Branch : epel10.2
Commit : 5b91035dfa29d86c10f7075e0a16b4482e227443
Author : Steve Traylen <steve.traylen@cern.ch>
Date   : 2012-05-11T10:48:26+02:00
Stats  : +62/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Net-OpenSSH/c/5b91035dfa29d86c10f7075e0a16b4482e227443?branch=epel10.2

Log:
Import package rhbz#813668

---
diff --git a/.gitignore b/.gitignore
index e69de29..0eeae15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Net-OpenSSH-0.57.tar.gz

diff --git a/perl-Net-OpenSSH.spec b/perl-Net-OpenSSH.spec
new file mode 100644
index 0000000..771cd03
--- /dev/null
+++ b/perl-Net-OpenSSH.spec
@@ -0,0 +1,60 @@
+Name:           perl-Net-OpenSSH
+Version:        0.57
+Release:        2%{?dist}
+Summary:        Perl SSH client package implemented on top of OpenSSH
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Net-OpenSSH/
+Source0:        http://www.cpan.org/modules/by-module/Net/Net-OpenSSH-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       openssh-clients%{?_isa}
+
+# Needed to stop the sample scripts pulling in more perl packages.
+%{?perl_default_filter}
+
+%description
+Net::OpenSSH is a secure shell client package implemented on top of OpenSSH
+binary client (ssh).
+
+%prep
+%setup -q -n Net-OpenSSH-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install DESTDIR=$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 README sample
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Apr 27 2012 Steve Traylen <steve.traylen@cern.ch> 0.57-2
+- Remove requires perl(Test::More) since only needed for tests. rhbz#813668
+- Add requires openssh-clients
+- Add sample files as docs
+
+
+* Wed Apr 18 2012 Steve Traylen <steve.traylen@cern.ch> 0.57-1
+- Specfile autogenerated by cpanspec 1.78.

diff --git a/sources b/sources
index e69de29..e96670d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+48ba7f3afb784d4be953bdec9ec4e323  Net-OpenSSH-0.57.tar.gz

                 reply	other threads:[~2026-08-08  6:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178617039873.1.2072637160883618826.rpms-perl-Net-OpenSSH-5b91035dfa29@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox