]> git.pld-linux.org Git - packages/acid.git/commitdiff
initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 1 Sep 2001 17:52:40 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acid.spec -> 1.1

acid.spec [new file with mode: 0644]

diff --git a/acid.spec b/acid.spec
new file mode 100644 (file)
index 0000000..804bb78
--- /dev/null
+++ b/acid.spec
@@ -0,0 +1,55 @@
+Summary:       Analysis Console for Incident Databases
+Summary(pl):   Konsola do analizy baz danych o incydentach (ACID)
+Name:          acid
+Version:       0.9.6b13
+Release:       1
+Group:         Libraries
+Group(de):     Libraries
+Group(es):     Bibliotecas
+Group(fr):     Librairies
+Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
+License:       GPL and PHP
+Source0:       http://acidlab.sourceforge.net/%{name}-%{version}.tar.gz
+Patch0:                %{name}-config.patch
+URL:           http://acidlab.sourceforge.net/
+Requires:      adodb >= 0.93
+Requires:      phplot >= 4.4.6
+Requires:      php-common >= 4.0.4
+Requires:      php-gd
+Requires:      apache
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ACID is a PHP-based analysis engine to search and process a database
+of security incidents generated by the security-related software such
+as the NIDS Snort.
+
+%description -l pl
+ACID jest bazuj±cym na PHP silnikiem do przeszukiwania i analizy baz
+danych zawieraj±cych informacje o incydentach bezpieczeñstwa
+wygenerowanych przez oprogramowanie takie jak NIDS Snort.
+
+%prep
+%setup  -q -n %{name}
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/home/httpd/html/%{name}
+
+install acid* index.html $RPM_BUILD_ROOT/home/httpd/html/%{name}
+
+gzip -9nf create* CHANGELOG CREDITS README TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(750,root,root) %dir /home/httpd/html/%{name}
+%attr(640,root,http) /home/httpd/html/%{name}/*
This page took 0.030031 seconds and 4 git commands to generate.