[tnftp] Initial import after package review (#966201)

David Cantrell dcantrel at fedoraproject.org
Tue Jun 4 20:06:52 UTC 2013


commit 42e410216a0f779fb79eefb0050649eb4bf376ab
Author: David Cantrell <david.l.cantrell at gmail.com>
Date:   Tue Jun 4 15:45:31 2013 -0400

    Initial import after package review (#966201)

 .gitignore |    1 +
 sources    |    1 +
 tnftp.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b5b0fda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tnftp-20130505.tar.gz
diff --git a/sources b/sources
index e69de29..d800313 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+66e218d02ec7d9fc39ab70ba2900305a  tnftp-20130505.tar.gz
diff --git a/tnftp.spec b/tnftp.spec
new file mode 100644
index 0000000..ca050b4
--- /dev/null
+++ b/tnftp.spec
@@ -0,0 +1,57 @@
+Name:          tnftp
+Version:       20130505
+Release:       4%{?dist}
+Summary:       FTP (File Transfer Protocol) client from NetBSD
+
+Group:         Applications/Internet
+License:       BSD and ISC
+# From the README:
+# `tnftp' is a `port' of the NetBSD FTP client to other systems.
+# See http://www.NetBSD.org/ for more details about NetBSD.
+URL:           http://www.NetBSD.org/
+Source0:       ftp://ftp.netbsd.org/pub/NetBSD/misc/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires: ncurses-devel
+BuildRequires: openssl-devel
+
+%description
+%{name} is the FTP (File Transfer Protocol) client from NetBSD.  FTP is a widely
+used protocol for transferring files over the Internet and for archiving files.
+%{name} provides some advanced features beyond the Linux netkit ftp client, but
+maintains a similar user interface to the traditional ftp client.  It was
+formerly called lukemftp.
+
+%prep
+%setup -q
+
+%build
+%configure --enable-editcomplete \
+           --enable-ipv6 \
+           --enable-ssl
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%files
+%doc ChangeLog COPYING NEWS README THANKS
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
+
+%changelog
+* Mon Jun 03 2013 David Cantrell <dcantrell at redhat.com> - 20130505-4
+- Add missing %%changelog lines and increment release number
+
+* Thu May 30 2013 David Cantrell <dcantrell at redhat.com> - 20130505-3
+- Remove the remaining unnecessary 'rm -rf %%{buildroot}'
+- Include ChangeLog on the %%doc line
+- Change License field to 'BSD and ISC'
+
+* Wed May 29 2013 David Cantrell <dcantrell at redhat.com> - 20130505-2
+- Remove unnecessary %%clean section
+- Remove unnecessary %%defattr line in %%files section
+- Use the %%{name} macro in the %%description and %%files sections
+- Change URL to 'http://www.NetBSD.org/'
+
+* Thu May 16 2013 David Cantrell <dcantrell at redhat.com> - 20130505-1
+- Initial package


More information about the scm-commits mailing list