X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apr-compat.spec;h=77cfe22bf8bedf78caf23685fbd53cb111e5e7df;hb=46da42beeb901d79da99241e697c5dfd74b06fef;hp=a21d3f80a23995fa522109aaa9bf4ac6dd9e3375;hpb=5913c54c66e6a06d3b6fc3719a1aead0588c89d6;p=packages%2Fapr-compat.git diff --git a/apr-compat.spec b/apr-compat.spec index a21d3f8..77cfe22 100644 --- a/apr-compat.spec +++ b/apr-compat.spec @@ -1,13 +1,18 @@ +%define snap 20030913101709 Summary: Apache Portable Runtime Name: apr -Version: 0.9.3 -Release: 1 +Version: 0.9.4 +Release: 0.%{snap}.1 Epoch: 1 License: GPL Group: Libraries -Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.gz -# Source0-md5: 03b243de20ffcf4f30565bc4771489a6 +# http://www.apache.org/dist/apr/%{name}-%{version}.tar.gz +Source0: http://cvs.apache.org/snapshots/apr/%{name}_%{snap}.tar.gz +# Source0-md5: d14874964cd7f686594534d9e949eaee URL: http://apr.apache.org/ +BuildRequires: libtool +BuildRequires: autoconf +BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _includedir /usr/include/apr @@ -41,9 +46,10 @@ Requires: %{name}-devel = %{epoch}:%{version} Static apr library. %prep -%setup -q +%setup -q -n %{name} %build +./buildconf %configure \ --enable-threads %{__make}