]> git.pld-linux.org Git - packages/acid.git/blob - acid.spec
license fix
[packages/acid.git] / acid.spec
1 Summary:        Analysis Console for Incident Databases
2 Summary(pl):    Konsola do analizy baz danych o incydentach (ACID)
3 Name:           acid
4 Version:        0.9.6b13
5 Release:        1
6 Group:          Libraries
7 License:        GPL/PHP
8 Source0:        http://acidlab.sourceforge.net/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-config.patch
10 URL:            http://acidlab.sourceforge.net/
11 Requires:       adodb >= 0.93
12 Requires:       phplot >= 4.4.6
13 Requires:       php-common >= 4.0.4
14 Requires:       php-gd
15 Requires:       apache
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 ACID is a PHP-based analysis engine to search and process a database
21 of security incidents generated by the security-related software such
22 as the NIDS Snort.
23
24 %description -l pl
25 ACID jest bazuj±cym na PHP silnikiem do przeszukiwania i analizy baz
26 danych zawieraj±cych informacje o incydentach bezpieczeñstwa
27 wygenerowanych przez oprogramowanie takie jak NIDS Snort.
28
29 %prep
30 %setup  -q -n %{name}
31 %patch0 -p1
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT/home/httpd/html/%{name}
36
37 install acid* index.html $RPM_BUILD_ROOT/home/httpd/html/%{name}
38
39 gzip -9nf create* CHANGELOG CREDITS README TODO
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %attr(750,root,root) %dir /home/httpd/html/%{name}
48 %attr(640,root,http) /home/httpd/html/%{name}/*
This page took 0.107789 seconds and 3 git commands to generate.