bad0b86
Name:		abgraph
bad0b86
Version:	1.1
f88f385
Release:	11%{?dist}
bad0b86
bad0b86
Summary:	ABGraph is a simple tool to benchmark webservers
bad0b86
bad0b86
License:	GPLv3+
bad0b86
Group:		Applications/Productivity
bad0b86
URL:		http://sourceforge.net/projects/abgraph
bad0b86
Source:		http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
bad0b86
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
bad0b86
bad0b86
BuildArch:	noarch
bad0b86
Requires:	gnuplot, httpd-tools
bad0b86
bad0b86
%description
bad0b86
ABGraph is a simple tool to benchmark webservers.
bad0b86
The program uses ab (apache benchmark) to actually
bad0b86
benchmark the selected remote host. A graph in PNG format
bad0b86
is generated with gnuplot and saved to the selected path/file.
bad0b86
bad0b86
%prep
bad0b86
%setup -q 
bad0b86
bad0b86
%build
bad0b86
bad0b86
%install
bad0b86
rm -rf $RPM_BUILD_ROOT
bad0b86
install -Dpm 755 abgraph.sh $RPM_BUILD_ROOT%{_bindir}/abgraph
bad0b86
bad0b86
bad0b86
%clean
bad0b86
rm -rf $RPM_BUILD_ROOT
bad0b86
bad0b86
bad0b86
%files
bad0b86
%defattr(-,root,root,-)
bad0b86
%doc README COPYING
bad0b86
%{_bindir}/abgraph
bad0b86
bad0b86
bad0b86
%changelog
f88f385
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-11
f88f385
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f88f385
0eb3e41
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10
0eb3e41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0eb3e41
4c70b33
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
4c70b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4c70b33
05782dc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
05782dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
05782dc
0b1a314
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
0b1a314
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0b1a314
80ad448
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
80ad448
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
80ad448
b992c91
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
b992c91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b992c91
ae8c32b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
ae8c32b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ae8c32b
1231d4f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
1231d4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1231d4f
c51b17e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
c51b17e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c51b17e
bad0b86
* Wed Jun 25 2008 Marek Mahut <mmahut@fedoraproject.org> - 1.1-1
bad0b86
- Upstream release
bad0b86
bad0b86
* Tue May 29 2008 Marek Mahut <mmahut@fedoraproject.org> - 1.0-2
bad0b86
- Insecure temporary file fix
bad0b86
- Minor script modifications
bad0b86
bad0b86
* Tue May 20 2008 Marek Mahut <mmahut@fedoraproject.org> - 1.0-1
bad0b86
- First build