[nzbget] Initial import (#955804).

Marcel Wysocki maci at fedoraproject.org
Tue May 21 09:33:18 UTC 2013


commit 58895541f7962351a19466d01be3d8057746bf18
Author: Marcel Wysocki <maci at satgnu.net>
Date:   Tue May 21 11:33:07 2013 +0200

    Initial import (#955804).

 .gitignore   |    1 +
 dead.package |    1 -
 nzbget.spec  |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 4 files changed, 80 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04fd6c0..8fec801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nzbget-0.7.0.tar.gz
+/nzbget-10.2.tar.gz
diff --git a/nzbget.spec b/nzbget.spec
new file mode 100644
index 0000000..311efd3
--- /dev/null
+++ b/nzbget.spec
@@ -0,0 +1,78 @@
+Name:           nzbget
+Version:        10.2
+Release:        2%{?dist}
+Summary:        Command-line based binary newsgrabber for nzb files
+
+License:        GPLv2+
+URL:            http://nzbget.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/project/%{name}/%{name}-stable/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires:  libxml2-devel
+BuildRequires:  libpar2-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  gnutls-devel
+
+#to fix the line endings in nzbgetd
+BuildRequires:  dos2unix
+
+%description
+NZBGet is a cross-platform binary newsgrabber for nzb files, written in C++.
+It supports client/server mode, automatic par-check/-repair and web-interface. 
+NZBGet requires low system resources and runs great on routers, 
+NAS-devices and media players. 
+
+NZBGet can be used in standalone and in server/client modes. 
+In standalone mode you pass a nzb-file as parameter in command-line, 
+NZBGet downloads listed files and then exits. 
+In server/client mode NZBGet runs as server in background. 
+Then you use client to send requests to server. The sample requests are: 
+download nzb-file, list files in queue, etc.
+
+Standalone-tool, server and client are all contained in only 
+one executable file "nzbget". The mode in which the program works 
+depends on command-line parameters passed to the program. 
+
+
+%prep
+%setup -q
+
+
+%build
+# No exception for linking against OpenSSL in nzbget's license.
+%configure --with-tlslib=GnuTLS --docdir=%{_docdir}/%{name}-%{version}
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+dos2unix %{buildroot}/%{_sbindir}/%{name}*
+
+
+%files
+%{_bindir}/%{name}*
+%{_sbindir}/%{name}*
+%{_datadir}/%{name}*
+%{_docdir}/%{name}*
+%doc AUTHORS
+
+%changelog
+* Tue May 14 2013 Marcel Wysocki <maci at satgnu.net> - 10.2-2
+- removed unneeded configure option
+- fix line endings in nzbgetd
+
+* Tue Apr 23 2013 Marcel Wysocki <maci at satgnu.net> - 10.2-1
+- update to version 10.2
+- lots of fixes
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Oct 28 2010 Pierre Carrier <prc at redhat.com> 0.7.0-1
+- Initial packaging
diff --git a/sources b/sources
new file mode 100644
index 0000000..2752066
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+c811dfeef83ad61be8be1d478501f7f6  nzbget-10.2.tar.gz


More information about the scm-commits mailing list