From ab8aada02b4d9fd7231bfba5f6c8a322d5869abb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 2 Jul 2008 16:41:08 +0000 Subject: [PATCH 1/5] Initialize branch EL-5 for abgraph --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 689cd2a77baaefa4505fc11050ee2ff9ec59ec0b Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Wed, 2 Jul 2008 17:03:28 +0000 Subject: [PATCH 2/5] importing abgraph --- .cvsignore | 1 + abgraph.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 54 insertions(+) create mode 100644 abgraph.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..3990c88 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +abgraph-1.1.tar.gz diff --git a/abgraph.spec b/abgraph.spec new file mode 100644 index 0000000..6e6d12b --- /dev/null +++ b/abgraph.spec @@ -0,0 +1,51 @@ +Name: abgraph +Version: 1.1 +Release: 1%{?dist} + +Summary: ABGraph is a simple tool to benchmark webservers + +License: GPLv3+ +Group: Applications/Productivity +URL: http://sourceforge.net/projects/abgraph +Source: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +Requires: gnuplot, httpd-tools + +%description +ABGraph is a simple tool to benchmark webservers. +The program uses ab (apache benchmark) to actually +benchmark the selected remote host. A graph in PNG format +is generated with gnuplot and saved to the selected path/file. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -Dpm 755 abgraph.sh $RPM_BUILD_ROOT%{_bindir}/abgraph + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc README COPYING +%{_bindir}/abgraph + + +%changelog +* Wed Jun 25 2008 Marek Mahut - 1.1-1 +- Upstream release + +* Tue May 29 2008 Marek Mahut - 1.0-2 +- Insecure temporary file fix +- Minor script modifications + +* Tue May 20 2008 Marek Mahut - 1.0-1 +- First build diff --git a/import.log b/import.log new file mode 100644 index 0000000..6e0f54e --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +abgraph-1_1-1_fc8:EL-5:abgraph-1.1-1.fc8.src.rpm:1215018074 diff --git a/sources b/sources index e69de29..f1bc639 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7b9f2cc980e25b5e2bf8cb13b34a7e77 abgraph-1.1.tar.gz From 4ed084b894e4aa560f6d55ac75c50b25b13e3aa9 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Fri, 7 Nov 2008 16:03:24 +0000 Subject: [PATCH 3/5] Bug 463015 - abgraph has a broken dependency --- abgraph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/abgraph.spec b/abgraph.spec index 6e6d12b..2d290c0 100644 --- a/abgraph.spec +++ b/abgraph.spec @@ -1,6 +1,6 @@ Name: abgraph Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ABGraph is a simple tool to benchmark webservers @@ -11,7 +11,7 @@ Source: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: gnuplot, httpd-tools +Requires: gnuplot, httpd %description ABGraph is a simple tool to benchmark webservers. @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 7 2008 Marek Mahut - 1.1-2 +- Ab command is in httpd package (RHBZ#463015) + * Wed Jun 25 2008 Marek Mahut - 1.1-1 - Upstream release From f7e1342d6b8dbb50c09d8f1712b31ce27fc0fce1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:20 +0000 Subject: [PATCH 4/5] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6502f26..fc4b509 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := abgraph 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 5d01bae49748a5a12e49b1742e2cf0a91ba8cd84 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:31:53 +0000 Subject: [PATCH 5/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log 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 fc4b509..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: abgraph -# $Id$ -NAME := abgraph -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) diff --git a/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 diff --git a/import.log b/import.log deleted file mode 100644 index 6e0f54e..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -abgraph-1_1-1_fc8:EL-5:abgraph-1.1-1.fc8.src.rpm:1215018074