]> git.pld-linux.org Git - packages/apr-compat.git/blobdiff - apr-compat.spec
- update to apr 0.9.4 snapshot (which is in out apache2 anyway and it's required...
[packages/apr-compat.git] / apr-compat.spec
index 13fcdc63fabe388558586e3f157d7fb4d0631315..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
@@ -30,16 +35,7 @@ Requires:    %{name} = %{epoch}:%{version}
 Requires:      libtool
 
 %description devel
-Libpcap provides a portable framework for low-level network
-monitoring. Libpcap can provide network statistics collection,
-security monitoring and network debugging. Since almost every system
-vendor provides a different interface for packet capture, the apr
-authors created this system-independent API to ease in porting and to
-alleviate the need for several system-dependent packet capture modules
-in each application.
-
-Install apr if you need to do low-level network traffic monitoring on
-your network.
+Header files and develpment documentation for apr.
 
 %package static
 Summary:       Static apr library
@@ -50,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.111069 seconds and 4 git commands to generate.