public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-OpenSSH] epel10.2: Import package rhbz#813668
@ 2026-08-08  6:26 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-08-08  6:26 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-08  6:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08  6:26 [rpms/perl-Net-OpenSSH] epel10.2: Import package rhbz#813668 Steve Traylen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox