]> git.pld-linux.org Git - packages/apr.git/blobdiff - apr.spec
- rel 4
[packages/apr.git] / apr.spec
index d979d856d36d69a7dc885734ca280152cdac9a45..73e3f9e26086df10a03eaa74600d991e69eb6137 100644 (file)
--- a/apr.spec
+++ b/apr.spec
@@ -1,13 +1,13 @@
 Summary:       Apache Portable Runtime
 Summary(pl):   Apache Portable Runtime - przeno¶na biblioteka uruchomieniowa
 Name:          apr
-Version:       1.0.1
-Release:       3
+Version:       1.1.1
+Release:       4
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://www.apache.org/dist/apr/%{name}-%{version}.tar.gz
-# Source0-md5: 0a3cb911ea1823cfa3e5863892774705
+# Source0-md5: e153fda2df2338250548448c7a6e3d59
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-metuxmpm.patch
 # EPOLL PATCH: TO BE DROPPED AFTER AC
@@ -16,6 +16,7 @@ URL:          http://apr.apache.org/
 BuildRequires: autoconf >= 2.13
 BuildRequires: automake
 BuildRequires: libtool >= 1.3.3
+BuildRequires: libuuid-devel
 BuildRequires: perl-base
 BuildRequires: python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,6 +50,7 @@ Summary:      Header files and development documentation for apr
 Summary(pl):   Pliki nag³ówkowe i dokumentacja programisty do apr
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      libuuid-devel
 
 %description devel
 Header files and development documentation for apr.
@@ -77,7 +79,11 @@ Statyczna biblioteka apr.
 %build
 install /usr/share/automake/config.* build
 ./buildconf
+# 2.4/2.6 kernels on sparc32 do not support sendfile64
 %configure \
+%ifarch sparc
+       ac_cv_func_sendfile64=no \
+%endif
        --with-devrandom=/dev/urandom \
 %ifarch %{ix86}
 %ifnarch i386
This page took 0.10605 seconds and 4 git commands to generate.