[nzbget/f14/master] Initial import (#647586)

Pierre Carrier pcarrier at fedoraproject.org
Sun Oct 31 01:02:29 UTC 2010


commit 6d376f2824a7e2cff85d5d8e750ed26c44675011
Author: Pierre Carrier <prc at redhat.com>
Date:   Sun Oct 31 01:02:30 2010 +0000

    Initial import (#647586)

 .gitignore  |    1 +
 nzbget.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..04fd6c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nzbget-0.7.0.tar.gz
diff --git a/nzbget.spec b/nzbget.spec
new file mode 100644
index 0000000..c55f15b
--- /dev/null
+++ b/nzbget.spec
@@ -0,0 +1,47 @@
+Name:		nzbget
+Version:	0.7.0
+Release:	1%{?dist}
+Summary:	Command-line based binary newsgrabber for nzb files
+
+Group:		Applications/Internet
+License:	GPLv2+
+URL:		http://nzbget.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:	libxml2-devel libpar2-devel
+BuildRequires:	ncurses-devel gnutls-devel
+
+%description
+NZBGet is a command-line based binary newsgrabber for nzb files, written in C++.
+It supports client/server mode, automatic par-check/-repair.
+NZBGet requires low system resources and runs great on routers and NAS-devices.
+
+NZBGet can be used in standalone and in server/client modes.
+In standalone mode NZBGet downloads listed files and then exits.
+In server/client mode NZBGet runs as server in background. Clients send requests
+such as downloading an NZB file, listing files in queue, etc.
+
+Standalone-tool, server and client are all contained in a single binary.
+
+%prep
+%setup -q
+
+%build
+# No exception for linking against OpenSSL in nzbget's license.
+%configure --with-tlslib=GnuTLS
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/*
+%doc README nzbget.conf.example
+%doc AUTHORS COPYING
+# NEWS is empty as of 0.7.0
+
+%changelog
+* Thu Oct 28 2010 Pierre Carrier <prc at redhat.com> 0.7.0-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..037bc93 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+27971846aba75f5e312d80dce7edbc5d  nzbget-0.7.0.tar.gz


More information about the scm-commits mailing list