automatic rebuild by autodist [release 0.0.4-3mamba;Thu Sep 05 2013]

This commit is contained in:
Automatic Build System 2024-01-06 06:33:36 +01:00
parent bbf5391f03
commit affc6aa689
2 changed files with 47 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# lvsgsp # lvsgsp
The goal of this software is to provide a graphical tracking system for an LVS realserver pool activity. Using this tool, an administrator can track eventual realserver overload activity that provide key decision to increase LVS realserver pool.

45
lvsgsp.spec Normal file
View File

@ -0,0 +1,45 @@
Name: lvsgsp
Version: 0.0.4
Release: 3mamba
Summary: Linux Virtual Server Global Stats Processor
Group: System/Servers
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.linuxvirtualserver.org/~acassen/
Source: http://www.linuxvirtualserver.org/~acassen/software/lvsgsp-%{version}.tar.gz
License: BSD
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The goal of this software is to provide a graphical tracking system for an LVS realserver pool activity. Using this tool, an administrator can track eventual realserver overload activity that provide key decision to increase LVS realserver pool.
%prep
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%setup -q
%build
make %{_smp_mflags} INCLUDE=
%install
sed -i "s|/usr/local/bin|%{buildroot}%{_bindir}|" Makefile
mkdir -p %{buildroot}%{_bindir}
make install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/lvsgsp
%changelog
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.0.4-3mamba
- automatic rebuild by autodist
* Thu Sep 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-2mamba
- specfile fixes for openmamba
* Thu Jun 17 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-1qilnx
- first build