]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - apr-util/apr-util.nm
binutils: Update to 2.32
[ipfire-3.x.git] / apr-util / apr-util.nm
index 3dc8a6be4df3cf743082b4b7e9401fa5c24c0deb..b2ab0233f7eb99fc24a1a13c03e4eabc45fff6c9 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = apr-util
-version    = 1.4.1
+version    = 1.5.4
 release    = 1
 
 groups     = System/Libraries
-url        = ttp://apr.apache.org/
+url        = http://apr.apache.org/
 license    = ASL 2.0
 summary    = Apache Portable Runtime library.
 
@@ -20,14 +20,14 @@ end
 
 source_dl  = http://www.apache.org/dist/apr/
 
+
 build
        requires
                autoconf
-               db4-devel
+               libdb-devel
                expat-devel
                libapr-devel
                libuuid-devel
-               nss-devel
                openssl-devel
        end
 
@@ -35,8 +35,7 @@ build
                --with-apr=/usr \
                --with-berkeley-db \
                --with-crypto \
-               --with-openssl \
-               --with-nss
+               --with-openssl
 
        install_cmds
                # Remove unneeded file.
@@ -47,25 +46,22 @@ end
 packages
        package %{name}
 
-       package %{name}-nss
-               summary = APR utility library NSS crytpo support.
-               description = %{summary}
-
-               requires = apr-util=%{thisver}
-
-               files = /usr/lib/apr-util*/apr_crypto_nss*
-       end
-
        package %{name}-openssl
                summary = APR utility library OpenSSL crytpo support.
                description = %{summary}
 
-               requires = apr-util=%{thisver}
+               requires
+                       apr-util = %{thisver}
+               end
 
-               files = /usr/lib/apr-util*/apr_crypto_openssl*
+               files = %{libdir}/apr-util*/apr_crypto_openssl*
        end
 
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end