]> git.pld-linux.org Git - packages/ulogd.git/blobdiff - ulogd.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/ulogd.git] / ulogd.spec
index 41a145acdd9339952a6f417f6efb7eef941030f0..67398ff7688fec2a8127855ab947b2f97a4c15ee 100644 (file)
@@ -1,11 +1,10 @@
 Summary:       ULOGD - the Userspace Logging Daemon for iptables
+Summary(pl):   Demon loguj±cy w trybie u¿ytkownika dla iptables
 Name:          ulogd
-Version:       0.91
-Release:       1
+Version:       0.95
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
 Source0:       ftp://ftp.sunbeam.franken.de/pub/netfilter/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
@@ -17,6 +16,7 @@ BuildRequires:        sgmls
 BuildRequires: mysql-devel
 #Requires:     kernel >= 2.4.0test9
 Requires:      iptables
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
@@ -24,22 +24,31 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 This packages is intended for passing packets from the kernel to
 userspace to do some logging there. It should work like that:
-
-- Register a target called ULOG with netfilter
+- register a target called ULOG with netfilter
 - if the target is hit:
- - send the packet out using netlink multicast facility
- - return NF_ACCEPT immediately
+  - send the packet out using netlink multicast facility
+  - return NF_ACCEPT immediately.
+
+%description -l pl
+Ten pakiet ma s³u¿yæ do wysy³ania pakietów z j±dra do przestrzeni
+u¿ytkownika w celu logowania. Powinien dzia³aæ tak:
+- zarejestrowaæ w netfilterze cel o nazwie ULOG
+- je¿eli cel zosta³ osi±gniêty:
+  - wys³aæ pakiet poprzez netlink
+  - zwróciæ natychmiast NF_ACCEPT.
 
 %package mysql
-Summary:       Mysql plugin for ulogd
+Summary:       MySQL plugin for ulogd
+Summary(pl):   Wtyczka MySQL dla ulogd
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
 Requires:      mysql
 Obsoletes:     iptables-ulogd-mysql
 
 %description mysql
-mysql plugin for ulogd
+MySQL plugin for ulogd.
+
+%description mysql -l pl
+Wtyczka MySQL dla ulogd.
 
 %prep
 %setup -q
@@ -60,7 +69,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/{sysconfig,logrotate.d,rc.d/init.d}}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ulogd
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ulogd
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/ulogd
-install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/
+install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}
 
 gzip -9nf Changes doc/*.{ps,txt,table}
 
This page took 0.03457 seconds and 4 git commands to generate.