X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=apr-util%2Fapr-util.nm;h=b2ab0233f7eb99fc24a1a13c03e4eabc45fff6c9;hb=f4c965cf4657172f734cd5cbe22d12cf73353257;hp=3dc8a6be4df3cf743082b4b7e9401fa5c24c0deb;hpb=4a62c33db3c7ec7672704491fcac0c2c8f3fcc49;p=ipfire-3.x.git diff --git a/apr-util/apr-util.nm b/apr-util/apr-util.nm index 3dc8a6be4..b2ab0233f 100644 --- a/apr-util/apr-util.nm +++ b/apr-util/apr-util.nm @@ -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