]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- update to apr 0.9.4 snapshot (which is in out apache2 anyway and it's required...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 13 Sep 2003 13:02:25 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-compat.spec -> 1.3

apr-compat.spec

index a21d3f80a23995fa522109aaa9bf4ac6dd9e3375..77cfe22bf8bedf78caf23685fbd53cb111e5e7df 100644 (file)
@@ -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}
This page took 0.053036 seconds and 4 git commands to generate.