X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=c_icap%2Fc_icap.nm;h=a6f14305bd59c779f1e7939dc0b84bcb4c60de9e;hb=f55e2a21c45014acc599899915578df6395137dd;hp=3fde7684f462600d2b52139fa54372922ee204e4;hpb=7bcf28fd5f630d0808e2f7c8db339b94b50e897e;p=ipfire-3.x.git diff --git a/c_icap/c_icap.nm b/c_icap/c_icap.nm index 3fde7684f..a6f14305b 100644 --- a/c_icap/c_icap.nm +++ b/c_icap/c_icap.nm @@ -4,10 +4,9 @@ ############################################################################### name = c_icap -version = 0.1.7 -release = 1 +version = 0.4.2 +release = 3 -maintainer = Christian Schmidt 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,5 +48,21 @@ end packages package %{name} + 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 + template DEBUGINFO end end