]> git.pld-linux.org Git - packages/eas.git/blame - eas.spec
- tabs in preamble
[packages/eas.git] / eas.spec
CommitLineData
ee160c17 1Summary: Enterprise Audit Shell (EAS)
8162216b 2Summary(pl.UTF-8): Enterprise Audit Shell (EAS) - powłoka z audytem
ee160c17
ER
3Name: eas
4Version: 2.0.00
5Release: 0.1
6License: Open Software License v2.0
7Group: Applications/Shells
8Source0: http://download.strchr.net/%{name}-%{version}.tar.gz
9# Source0-md5: 1fda6b60ad9ac9ea2a40bbb6efeb18d2
10Patch0: %{name}-DESTDIR.patch
11URL: http://download.strchr.net/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: openssl-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _sysconfdir /etc/%{name}
19
20%description
21EAS allows organizations to centrally audit and report UNIX shell
22access. Unlike Sudosh, the audit logs are sent to a centralized
23archive and reporting server. Client server authentication and
24encryption is handled by SSL. EAS was specifically designed for
25enterprise, commercial use.
26
23c0ee38
JR
27%description -l pl.UTF-8
28EAS pozwala organizacjom na centralną kontrolę i zgłaszanie dostępu
29do powłoki uniksowej. W przeciwieństwie do Sudosh logi audytowe są
30wysyłane do scentralizowanego archiwum i na serwer zgłoszeniowy.
31Uwierzytelnianie klient-serwer i szyfrowanie jest obsługiwane przez
32SSL. EAS został zaprojektowany szczególnie do firmowego, komercyjnego
33użytku.
94a23eca 34
ee160c17
ER
35%prep
36%setup -q
37%patch0 -p1
38
39%build
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
ee160c17
ER
50install -d $RPM_BUILD_ROOT/var/log/%{name}
51
52%{__make} install -j1 \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS COPYING ChangeLog
61%doc EAS_Admin_Guide.pdf user.sql
62%dir %{_sysconfdir}
63%dir %{_sysconfdir}/certs
64%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/certs/client.pem
65%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/certs/root.pem
66%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/certs/server.pem
67%dir %{_sysconfdir}/css
68%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/css/detailed.css
69%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/css/report.css
70%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/easd_config
71%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/eash_config
72%attr(755,root,root) %{_bindir}/eas_play
73%attr(755,root,root) %{_bindir}/eas_test_pty
74%attr(755,root,root) %{_bindir}/eas_version
75%attr(755,root,root) %{_bindir}/eash
76%attr(755,root,root) %{_sbindir}/eas_dbtool
77%attr(755,root,root) %{_sbindir}/eas_replay
78%attr(755,root,root) %{_sbindir}/eas_report
79%attr(755,root,root) %{_sbindir}/easd
This page took 0.067247 seconds and 4 git commands to generate.