Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
tac_plus
> tac_plus45.spec.disabled
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tac_plus45.spec.disabled of Package tac_plus (Revision 3)
Currently displaying revision
3
,
show latest
%define pkgdate 04192008 %define pkgver 4.5 %define webver 1.4.3 %if 0%{?suse_version} %define _webroot /srv/www %endif %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} %define _webroot /var/www %endif Name: tac_plus Version: %{pkgver}b3 Release: 1 License: GPL Group: System Summary: tac_plus daemon URL: http://www.networkforums.net/ Source0: %{name}-%{version}-%{pkgdate}.tgz Source1: tacacs_webui_v%{webver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glibc-devel libgcc gcc gcc-c++ mysql-devel %if 0%{?suse_version} BuildRequires: tcpd-devel %endif %if 0%{?fedora_version} || 0%{?centos_version} BuildRequires: tcp_wrappers %endif Requires: mysql %description Terminal access controller access control system (TACACS) is a remote authentication protocol that is used to communicate with an authentication server commonly used in UNIX networks. TACACS allows a remote access server to communicate with an authentication server in order to determine if the user has access to the network. %package webui Group: System Summary: tac_plus webui Requires: php tac_plus %description webui This is a webinterface for the tac_plus daemon %prep %setup -q -n %{name}-%{pkgver} %build %__make %install %__install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} %__install -m 755 -d %{buildroot}/%{_webroot}/htdocs/tacacs/ %__tar -xzf %{S:1} -C %{buildroot}/%{_webroot}/htdocs/tacacs/ %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* %files %{_bindir}/%{name} %doc %{name}.sql %files webui %{_webroot}/htdocs/tacacs %changelog * Sun Jun 08 2008 Carsten Schoene <cs@linux-administrator.com> - initial package