45 lines
1.4 KiB
RPMSpec
45 lines
1.4 KiB
RPMSpec
|
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
|