]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - apr-util/apr-util.nm
systemd: Build manpages again
[ipfire-3.x.git] / apr-util / apr-util.nm
index 3dc8a6be4df3cf743082b4b7e9401fa5c24c0deb..2ec720d16f98d6fbbee48af1bc5607963e23ce94 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = apr-util
-version    = 1.4.1
-release    = 1
+version    = 1.6.1
+release    = 2.1
 
 groups     = System/Libraries
-url        = ttp://apr.apache.org/
+url        = https://apr.apache.org/
 license    = ASL 2.0
-summary    = Apache Portable Runtime library.
+summary    = Apache Portable Runtime library
 
 description
        The mission of the Apache Portable Runtime (APR) is to provide a
@@ -18,16 +18,15 @@ description
        portability layer to as many operating systems as possible.
 end
 
-source_dl  = http://www.apache.org/dist/apr/
+source_dl  = https://archive.apache.org/dist/apr/
 
 build
        requires
+               apr-devel
                autoconf
-               db4-devel
+               libdb-devel
                expat-devel
-               libapr-devel
                libuuid-devel
-               nss-devel
                openssl-devel
        end
 
@@ -35,8 +34,7 @@ build
                --with-apr=/usr \
                --with-berkeley-db \
                --with-crypto \
-               --with-openssl \
-               --with-nss
+               --with-openssl
 
        install_cmds
                # Remove unneeded file.
@@ -47,25 +45,11 @@ 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}
-
-               files = /usr/lib/apr-util*/apr_crypto_openssl*
-       end
-
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end