]> git.pld-linux.org Git - packages/ulogd.git/commitdiff
- up to 1.22
authorundefine <undefine@pld-linux.org>
Sat, 9 Apr 2005 12:39:23 +0000 (12:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- amd64 support (lame workaround, but.. works)

Changed files:
    ulogd.spec -> 1.25

ulogd.spec

index 8edde90d10047e0592211a9d8c43d9478d144ff7..dbb8561f96121016882a0e69021d6c80d09f55e8 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       ULOGD - the Userspace Logging Daemon for iptables
 Summary(pl):   Demon loguj±cy w trybie u¿ytkownika dla iptables
 Name:          ulogd
-Version:       1.21
+Version:       1.22
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2
-# Source0-md5: 32e94a9336c10a4cb8ab3745bc2abbdb
+# Source0-md5: 2593dfc51c0bc1d8f86519fb13dd5f34
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.logrotate
@@ -55,6 +55,11 @@ Wtyczka MySQL dla ulogd.
 %patch0 -p1
 
 %build
+%if "%{_lib}" != "lib"
+sed -e 's@lib/@%{_lib}/@g' -i configure.in
+sed -e 's@${MYSQLLIBS}@%{_libdir}@g' -i configure.in
+%endif
+
 %{__autoconf}
 %configure \
        --with-mysql
This page took 0.04312 seconds and 4 git commands to generate.