]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - c_icap/c_icap.nm
binutils: Update to 2.32
[ipfire-3.x.git] / c_icap / c_icap.nm
index 53d74bcf4e41b29937b1577949298a9d165eeb8a..a6f14305bd59c779f1e7939dc0b84bcb4c60de9e 100644 (file)
@@ -4,10 +4,9 @@
 ###############################################################################
 
 name       = c_icap
-version    = 0.1.7
-release    = 2
+version    = 0.4.2
+release    = 3
 
-maintainer = Christian Schmidt <christian.schmidt@ipfire.org>
 groups     = Networking/Daemons
 url        = http://c-icap.sourceforge.net
 license    = GPLv2
@@ -19,13 +18,13 @@ description
        adaptation and filtering services.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/
+source_dl  = http://downloads.sourceforge.net/project/c-icap/c-icap/0.4.x/
 
 build
        requires
                autoconf
                automake
-               db4-devel
+               libdb-devel
                libtool-devel
                zlib-devel
        end
@@ -33,7 +32,7 @@ build
        configure_options += \
                --enable-large-files \
                --enable-ipv6 \
-               --sysconfdir=/etc \
+               --sysconfdir=/etc/c-icap \
                --localstatedir=/var
 
        prepare_cmds
@@ -49,7 +48,18 @@ end
 
 packages
        package %{name}
-               requires = %{name}_modules
+               recommends = %{name}_modules
+
+               configfiles
+                       /etc/c-icap/c-icap.conf
+                       /etc/c-icap/c-icap.conf.default
+                       /etc/c-icap/c-icap.magic
+                       /etc/c-icap/c-icap.magic.default
+               end
+       end
+
+       package %{name}-devel
+               template DEVEL
        end
 
        package %{name}-debuginfo