From affc6aa68961ff244b81463a913cf7b4738afec4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:33:36 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.0.4-3mamba;Thu Sep 05 2013] --- README.md | 2 ++ lvsgsp.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 lvsgsp.spec diff --git a/README.md b/README.md index b534786..6764187 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # 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. + diff --git a/lvsgsp.spec b/lvsgsp.spec new file mode 100644 index 0000000..f68701f --- /dev/null +++ b/lvsgsp.spec @@ -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 +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 0.0.4-3mamba +- automatic rebuild by autodist + +* Thu Sep 27 2007 Silvan Calarco 0.0.4-2mamba +- specfile fixes for openmamba + +* Thu Jun 17 2004 Silvan Calarco 0.0.4-1qilnx +- first build \ No newline at end of file