Author: qboosh                       Date: Thu Mar 10 19:49:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified, pl fixes

---- Files affected:
SPECS:
   prelude.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/prelude.spec
diff -u SPECS/prelude.spec:1.19 SPECS/prelude.spec:1.20
--- SPECS/prelude.spec:1.19     Thu Mar 10 15:29:13 2005
+++ SPECS/prelude.spec  Thu Mar 10 20:48:59 2005
@@ -13,8 +13,8 @@
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.cs.tut.fi/~rammer/aide.html
 BuildRequires: openssl-devel >= 0.9.7d
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      libprelude = %{version}-%{release}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _initdir                /etc/rc.d/init.d
 
@@ -36,7 +36,7 @@
 plugins are only called when necessary.
 
 %description -l pl
-Prelude jest ogólnego przeznaczenia systemem detekcji intruzów,
+Prelude jest ogólnego przeznaczenia systemem wykrywania intruzów,
 napisanym całkowicie od zera w C. Jak na razie obsługuje wszystko
 przez stos TCP/IP po sieci Ethernet.
 
@@ -45,10 +45,10 @@
 każda dla innego rodzaju ataku; Prelude Report - serwer, z którym
 łączy się Prelude, aby zasygnalizować atak.
 
-Interesująca część to wtyczki: możesz pisać swoje własne, dedykowane
-do wykrywania ataków które znasz i możesz się z innymi podzielić. Na
+Interesująca część to wtyczki: można pisać swoje własne, dedykowane
+do wykrywania ataków które znamy i możemy się z innymi podzielić. Na
 przykład wraz ze źródłami jest dostarczona wtyczka do wykrywania
-skanów. Jest ich więcej, możesz napisać jeszcze więcej. Wtyczki są
+skanów. Jest ich więcej, można napisać jeszcze więcej. Wtyczki są
 wywoływane tylko razie potrzeby.
 
 %package -n libprelude
@@ -70,7 +70,6 @@
 Group:         Networking/Daemons
 Requires:      libprelude = %{version}-%{release}
 
-
 %description report
 Prelude Report have a number of plugins that know how to translate a
 Prelude alert into an user readable alert. The main task of the
@@ -92,11 +91,10 @@
 Requires:      libprelude = %{version}-%{release}
 
 %description rules
-Chains for prelude
+Chains for prelude.
 
 %description rules -l pl
-Wiele regulek do prelude bardzo przydatnych.
-
+Wiele bardzo przydatnych regułek do prelude.
 
 %package doc
 Summary:       Prelude API documentation
@@ -110,19 +108,22 @@
 Dokumentacja API Prelude.
 
 %prep
+# ???
 %setup -q -b0
 %patch0 -p1
 
 %build
-%configure2_13 --enable-openssl
+%configure2_13 \
+       --enable-openssl
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_initdir}
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+
 install %{SOURCE1} $RPM_BUILD_ROOT%{_initdir}/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 
@@ -131,7 +132,6 @@
 echo "#ruleset=%{_sysconfdir}/%{name}/prelude.rules;
 " >> $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/prelude.conf
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -145,8 +145,8 @@
 %dir %{_libdir}/prelude/detects
 %{_libdir}/prelude/detects/*
 %attr(754,root,root) %{_initdir}/prelude
-%config(noreplace) %verify(not md5 size mtime) 
%{_sysconfdir}/%{name}/prelude.conf
-%config(noreplace) %verify(not md5 size mtime) 
%{_sysconfdir}/%{name}/prelude-init.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/prelude.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/prelude-init.conf
 
 %files -n libprelude
 %defattr(644,root,root,755)
@@ -155,17 +155,17 @@
 %dir %{_libdir}/prelude
 %{_localstatedir}/prelude
 
-%files -n prelude-report
+%files report
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/prelude_report
 %{_libdir}/prelude/reports
 %config(noreplace) %verify(not md5 size mtime) 
%{_sysconfdir}/%{name}/prelude-report.conf
 
-%files -n prelude-rules
+%files rules
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_sysconfdir}/%{name}/prelude.rules
+%{_sysconfdir}/%{name}/prelude.rules
 
-%files -n prelude-doc
+%files doc
 %defattr(644,root,root,755)
 %{_docdir}/prelude
 
@@ -175,6 +175,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2005/03/10 19:48:59  qboosh
+- unified, pl fixes
+
 Revision 1.19  2005/03/10 14:29:13  darekr
 - missing dir
 - %verify() for config files
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/prelude.spec?r1=1.19&r2=1.20&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to