Zabbix Agent for WPKG on iPasserelle
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
%define package zabbix_agent
|
|
|
|
%define version 2.0.2
|
|
|
|
%define release 2
|
|
|
|
|
|
|
|
Name: wpkg-%{package}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}%{?dist}
|
|
|
|
Summary: %{package} for WPKG on iPasserelle
|
|
|
|
|
|
|
|
Group: System/Softwares
|
|
|
|
URL: http://www.ipasserelle.com
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
License: misc
|
|
|
|
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: unix2dos
|
|
|
|
|
|
|
|
Requires: ipasserelle-gp
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{package} for WPKG on iPasserelle
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
unix2dos packages/*
|
|
|
|
|
|
|
|
%install
|
|
|
|
/bin/rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages
|
|
|
|
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}
|
|
|
|
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/
|
|
|
|
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CHANGELOG.git
|
|
|
|
/home/e-smith/files/shares/wpkg/files/
|
|
|
|
|
|
|
|
%clean
|
|
|
|
/bin/rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Aug 29 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.2-2
|
|
|
|
- Use ZBX_SERVER_IP during agent installation
|
|
|
|
|
|
|
|
* Fri Aug 17 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.2-1
|
|
|
|
- update to 2.0.2
|
|
|
|
|
|
|
|
* Mon Jul 9 2012 Daniel Berteaud <daniel@firewall-services.com> - 2.0.0
|
|
|
|
- initial release with Zabbix Agent 2.0.0
|
|
|
|
|