rpms/nget/devel Makefile, 1.3, 1.4 nget-0.27.1-debuginfo.patch, NONE, 1.1 nget.spec, 1.9, 1.10 sources, 1.4, 1.5 dead.package, 1.1, NONE

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Wed Oct 10 17:25:31 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/nget/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4630/devel

Added Files:
	Makefile nget-0.27.1-debuginfo.patch nget.spec sources 
Removed Files:
	dead.package 
Log Message:
Initial import into devel.
 
 Added Files:
 	devel/Makefile devel/nget-0.27.1-debuginfo.patch 
 	devel/nget.spec devel/sources 
 Removed Files:
 	devel/dead.package 



Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	10 Oct 2007 17:24:58 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: nget
+# $Id$
+NAME := nget
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)

nget-0.27.1-debuginfo.patch:

--- NEW FILE nget-0.27.1-debuginfo.patch ---
diff -urNp nget-0.27.1.orig/Makefile.in nget-0.27.1/Makefile.in
--- nget-0.27.1.orig/Makefile.in	2004-12-21 15:52:10.000000000 +0530
+++ nget-0.27.1/Makefile.in	2007-10-05 08:13:09.000000000 +0530
@@ -19,7 +19,7 @@ bindir=@bindir@
 mandir=@mandir@
 install=@INSTALL@
 install_data=${install} -m 0644
-install_bin=${install} -s -m 0755
+install_bin=${install} -m 0755
 install_dir=${install} -d
 
 NGET=nget$(EXEEXT)


Index: nget.spec
===================================================================
RCS file: nget.spec
diff -N nget.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ nget.spec	10 Oct 2007 17:24:58 -0000	1.10
@@ -0,0 +1,69 @@
+Summary:	Command line NNTP file grabber
+Name:		nget
+Version:	0.27.1
+Release:	7%{?dist}
+License:	GPLv2+
+Group:		Applications/Internet
+URL:		http://nget.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/nget/%{name}-%{version}.tar.gz
+
+Patch0:		%{name}-%{version}-debuginfo.patch
+
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+# SUBTERFUGUE (http://subterfugue.org/) is also needed to run test-suite.
+# BuildRequires:	cppunit
+
+BuildRequires:	pcre-devel
+BuildRequires:	popt
+BuildRequires:	uulib-static
+BuildRequires:	zlib-devel
+
+%description
+nget is a command line NNTP file grabber. It automatically pieces together
+multipart postings for easy retrieval, even substituting parts from multiple
+servers and newsgroups. Handles disconnects gracefully, resuming after the
+last part successfully downloaded.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure --with-pcre --with-popt
+make %{?_smp_mflags}
+
+# 'make test' fails due to absence of SUBTERFUGUE (http://subterfugue.org/).
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# make install DESTDIR=$RPM_BUILD_ROOT
+# does not work.
+%makeinstall
+
+# To be later listed against %doc.
+mv .ngetrc ngetrc.example
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changelog COPYING FAQ README TODO format-TODO ngetrc.example
+%{_bindir}/%{name}
+%{_bindir}/ngetlite
+%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/ngetlite.1.gz
+
+%changelog
+* Sat Oct 06 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.27.1-7
+- Removed 'BuildRequires: cppunit'.
+- Added comments about failure of test suite.
+- Retain Changelog spelling.
+
+* Fri Oct 05 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.27.1-6
+- Fixed creation of an empty debuginfo package.
+
+* Thu Oct 04 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.27.1-5
+- Initial build. Imported SPEC from Fedora Extras 5.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	10 Oct 2007 17:24:58 -0000	1.5
@@ -0,0 +1 @@
+0710a25aebede4799bd9ca3756573f6a  nget-0.27.1.tar.gz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list