Author: areq                         Date: Sat Nov 22 21:06:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD spec

---- Files affected:
SPECS:
   nzbget.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nzbget.spec
diff -u /dev/null SPECS/nzbget.spec:1.1
--- /dev/null   Sat Nov 22 22:06:52 2008
+++ SPECS/nzbget.spec   Sat Nov 22 22:06:47 2008
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:       Binary newsgrabber.
+Summary(pl.UTF-8):     -
+Name:          nzbget
+Version:       0.5.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://dl.sourceforge.net/nzbget/%{name}-%{version}.tar.gz
+# Source0-md5: 3ff7cb297bbe0fd3aa378343849d85f1
+URL:           http://nzbget.sourceforge.net/
+BuildRequires: gnutls-devel
+BuildRequires: libpar2-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libxml2-devel
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+NZBGet is a binary newsgrabber, which downloads files from usenet
+based on information given in nzb-files. 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.
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README nzbget.conf.example
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/11/22 21:06:47  areq
+- init PLD spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to