]> git.pld-linux.org Git - packages/eas.git/blob - eas.spec
- tabs in preamble
[packages/eas.git] / eas.spec
1 Summary:        Enterprise Audit Shell (EAS)
2 Summary(pl.UTF-8):      Enterprise Audit Shell (EAS) - powłoka z audytem
3 Name:           eas
4 Version:        2.0.00
5 Release:        0.1
6 License:        Open Software License v2.0
7 Group:          Applications/Shells
8 Source0:        http://download.strchr.net/%{name}-%{version}.tar.gz
9 # Source0-md5:  1fda6b60ad9ac9ea2a40bbb6efeb18d2
10 Patch0:         %{name}-DESTDIR.patch
11 URL:            http://download.strchr.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  openssl-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir     /etc/%{name}
19
20 %description
21 EAS allows organizations to centrally audit and report UNIX shell
22 access. Unlike Sudosh, the audit logs are sent to a centralized
23 archive and reporting server. Client server authentication and
24 encryption is handled by SSL. EAS was specifically designed for
25 enterprise, commercial use.
26
27 %description -l pl.UTF-8
28 EAS pozwala organizacjom na centralną kontrolę i zgłaszanie dostępu
29 do powłoki uniksowej. W przeciwieństwie do Sudosh logi audytowe są
30 wysyłane do scentralizowanego archiwum i na serwer zgłoszeniowy.
31 Uwierzytelnianie klient-serwer i szyfrowanie jest obsługiwane przez
32 SSL. EAS został zaprojektowany szczególnie do firmowego, komercyjnego
33 użytku.
34
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
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT/var/log/%{name}
51
52 %{__make} install -j1 \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -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.082848 seconds and 3 git commands to generate.