From 16b2da884c692e7c2e86453e0c590a31f068a463 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Thu, 4 Oct 2007 23:29:53 +0000 Subject: [PATCH 1/6] Initial import --- .cvsignore | 1 + aget-errno-include.patch | 48 ++++++++++++++++++++++++++++++++++++++++ aget.spec | 48 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 98 insertions(+) create mode 100644 aget-errno-include.patch create mode 100644 aget.spec diff --git a/.cvsignore b/.cvsignore index e69de29..2e66fc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aget-0.4.tar.gz diff --git a/aget-errno-include.patch b/aget-errno-include.patch new file mode 100644 index 0000000..16ec56a --- /dev/null +++ b/aget-errno-include.patch @@ -0,0 +1,48 @@ +diff -uNr aget-0.4-orig/Aget.c aget-0.4/Aget.c +--- aget-0.4-orig/Aget.c 2002-11-22 09:10:23.000000000 +0100 ++++ aget-0.4/Aget.c 2003-12-12 13:57:41.000000000 +0100 +@@ -30,7 +30,7 @@ + extern int fsuggested, nthreads; + extern int bwritten; + extern pthread_t hthread; +- ++#include + extern int errno; + + +diff -uNr aget-0.4-orig/Download.c aget-0.4/Download.c +--- aget-0.4-orig/Download.c 2002-11-19 15:00:39.000000000 +0100 ++++ aget-0.4/Download.c 2003-12-12 13:57:40.000000000 +0100 +@@ -28,7 +28,7 @@ + + extern sigset_t signal_set; + +- ++#include + extern int errno; + + unsigned int bwritten = 0; +diff -uNr aget-0.4-orig/Head.c aget-0.4/Head.c +--- aget-0.4-orig/Head.c 2002-11-22 08:38:03.000000000 +0100 ++++ aget-0.4/Head.c 2003-12-12 13:57:41.000000000 +0100 +@@ -29,7 +29,7 @@ + #include "Defs.h" + #include "Misc.h" + +- ++#include + extern int errno; + extern int h_errno; + +diff -uNr aget-0.4-orig/main.c aget-0.4/main.c +--- aget-0.4-orig/main.c 2003-06-04 10:42:09.000000000 +0200 ++++ aget-0.4/main.c 2003-12-12 13:57:42.000000000 +0100 +@@ -13,7 +13,7 @@ + #include "Signal.h" + #include "Resume.h" + #include "main.h" +- ++#include + extern int errno; + + int main(int argc, char **argv) diff --git a/aget.spec b/aget.spec new file mode 100644 index 0000000..0dd408b --- /dev/null +++ b/aget.spec @@ -0,0 +1,48 @@ +Summary: Console download accelerator +Name: aget +Version: 0.4 +Release: 3%{?dist} +License: BSD +Group: Applications/Internet +URL: http://www.enderunix.org/aget/ + +Source: http://www.enderunix.org/%{name}/%{name}-%{version}.tar.gz +Patch: aget-errno-include.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +Aget is a multi-threaded download accelerator like Flashget. It supports HTTP +downloads and can be run from the console. + +%prep + +%setup -q +%patch -p1 -b .errno + +%build +make CFLAGS="%{optflags}" %{?_smp_mflags} + +%install +rm -rf %{buildroot} +# make install DESTDIR=%{buildroot} +# create dirs manually and fix the permission for debug info +%{__install} -Dp -m0755 aget %{buildroot}%{_bindir}/aget + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root, -) +%doc AUTHORS COPYING README THANKS TODO +%{_bindir}/aget + +%changelog + +* Wed Oct 03 2007 Rahul Sundaram - 0.4-3 +- Fix dist tag and permissions + +* Mon Oct 01 2007 Rahul Sundaram - 0.4-2 +- Use macro in url, Add disttag, fix optflags and patch name + +* Mon Oct 01 2007 Rahul Sundaram - 0.4-1 +- Initial build for review. Based on rf spec diff --git a/sources b/sources index e69de29..d4457b3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1d32390f5ea2ddd82dfbb1794cdfa92f aget-0.4.tar.gz From aa4af73f53e0d10c7bf12a6c8f4d60c7b4313260 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Sat, 9 Feb 2008 02:33:36 +0000 Subject: [PATCH 2/6] Bump release. Rebuild for new GCC --- aget.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aget.spec b/aget.spec index 0dd408b..76ebe53 100644 --- a/aget.spec +++ b/aget.spec @@ -1,7 +1,7 @@ Summary: Console download accelerator Name: aget Version: 0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Applications/Internet URL: http://www.enderunix.org/aget/ @@ -38,6 +38,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 09 2008 Rahul Sundaram - 0.4-4 +- Rebuild for GCC 4.3 + * Wed Oct 03 2007 Rahul Sundaram - 0.4-3 - Fix dist tag and permissions From 8afde3080160cef38efd4684871018347659f1fe Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 17:13:36 +0000 Subject: [PATCH 3/6] - Autorebuild for GCC 4.3 --- aget.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aget.spec b/aget.spec index 76ebe53..7f28207 100644 --- a/aget.spec +++ b/aget.spec @@ -1,7 +1,7 @@ Summary: Console download accelerator Name: aget Version: 0.4 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Applications/Internet URL: http://www.enderunix.org/aget/ @@ -37,6 +37,9 @@ rm -rf %{buildroot} %{_bindir}/aget %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 0.4-5 +- Autorebuild for GCC 4.3 + * Sat Feb 09 2008 Rahul Sundaram - 0.4-4 - Rebuild for GCC 4.3 From fe044ce75e3dc12b2b4d99074989caeafd24349d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:43 +0000 Subject: [PATCH 4/6] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c3cd43..619cbdd 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: aget -# $Id$ +# $Id: Makefile,v 1.1 2007/10/04 02:45:32 kevin Exp $ NAME := aget 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 17618ae8eb3a2188487186a90519872cb851f945 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:37:58 +0000 Subject: [PATCH 5/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 619cbdd..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: aget -# $Id: Makefile,v 1.1 2007/10/04 02:45:32 kevin Exp $ -NAME := aget -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 $$d/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) From 64caadddc3b3931693a750601b6dc222ed74dbc3 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 19:23:59 +0200 Subject: [PATCH 6/6] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- .gitignore | 1 - aget-errno-include.patch | 48 ----------------------------------- aget.spec | 54 ---------------------------------------- dead.package | 1 + sources | 1 - 5 files changed, 1 insertion(+), 104 deletions(-) delete mode 100644 .gitignore delete mode 100644 aget-errno-include.patch delete mode 100644 aget.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2e66fc3..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -aget-0.4.tar.gz diff --git a/aget-errno-include.patch b/aget-errno-include.patch deleted file mode 100644 index 16ec56a..0000000 --- a/aget-errno-include.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -uNr aget-0.4-orig/Aget.c aget-0.4/Aget.c ---- aget-0.4-orig/Aget.c 2002-11-22 09:10:23.000000000 +0100 -+++ aget-0.4/Aget.c 2003-12-12 13:57:41.000000000 +0100 -@@ -30,7 +30,7 @@ - extern int fsuggested, nthreads; - extern int bwritten; - extern pthread_t hthread; -- -+#include - extern int errno; - - -diff -uNr aget-0.4-orig/Download.c aget-0.4/Download.c ---- aget-0.4-orig/Download.c 2002-11-19 15:00:39.000000000 +0100 -+++ aget-0.4/Download.c 2003-12-12 13:57:40.000000000 +0100 -@@ -28,7 +28,7 @@ - - extern sigset_t signal_set; - -- -+#include - extern int errno; - - unsigned int bwritten = 0; -diff -uNr aget-0.4-orig/Head.c aget-0.4/Head.c ---- aget-0.4-orig/Head.c 2002-11-22 08:38:03.000000000 +0100 -+++ aget-0.4/Head.c 2003-12-12 13:57:41.000000000 +0100 -@@ -29,7 +29,7 @@ - #include "Defs.h" - #include "Misc.h" - -- -+#include - extern int errno; - extern int h_errno; - -diff -uNr aget-0.4-orig/main.c aget-0.4/main.c ---- aget-0.4-orig/main.c 2003-06-04 10:42:09.000000000 +0200 -+++ aget-0.4/main.c 2003-12-12 13:57:42.000000000 +0100 -@@ -13,7 +13,7 @@ - #include "Signal.h" - #include "Resume.h" - #include "main.h" -- -+#include - extern int errno; - - int main(int argc, char **argv) diff --git a/aget.spec b/aget.spec deleted file mode 100644 index 7f28207..0000000 --- a/aget.spec +++ /dev/null @@ -1,54 +0,0 @@ -Summary: Console download accelerator -Name: aget -Version: 0.4 -Release: 5%{?dist} -License: BSD -Group: Applications/Internet -URL: http://www.enderunix.org/aget/ - -Source: http://www.enderunix.org/%{name}/%{name}-%{version}.tar.gz -Patch: aget-errno-include.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -%description -Aget is a multi-threaded download accelerator like Flashget. It supports HTTP -downloads and can be run from the console. - -%prep - -%setup -q -%patch -p1 -b .errno - -%build -make CFLAGS="%{optflags}" %{?_smp_mflags} - -%install -rm -rf %{buildroot} -# make install DESTDIR=%{buildroot} -# create dirs manually and fix the permission for debug info -%{__install} -Dp -m0755 aget %{buildroot}%{_bindir}/aget - -%clean -rm -rf %{buildroot} - -%files -%defattr(-, root, root, -) -%doc AUTHORS COPYING README THANKS TODO -%{_bindir}/aget - -%changelog -* Tue Feb 19 2008 Fedora Release Engineering - 0.4-5 -- Autorebuild for GCC 4.3 - - -* Sat Feb 09 2008 Rahul Sundaram - 0.4-4 -- Rebuild for GCC 4.3 - -* Wed Oct 03 2007 Rahul Sundaram - 0.4-3 -- Fix dist tag and permissions - -* Mon Oct 01 2007 Rahul Sundaram - 0.4-2 -- Use macro in url, Add disttag, fix optflags and patch name - -* Mon Oct 01 2007 Rahul Sundaram - 0.4-1 -- Initial build for review. Based on rf spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/sources b/sources deleted file mode 100644 index d4457b3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -1d32390f5ea2ddd82dfbb1794cdfa92f aget-0.4.tar.gz