]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- link with expat (now it works); release 4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Mar 2002 12:28:45 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dav.spec -> 1.16

apache1-mod_dav.spec

index c6d5e3eddcdac1ccf07a5f8e6a95c98f66c58be1..dcad58f7807d8132f89904971003b8094a3f143b 100644 (file)
@@ -17,12 +17,13 @@ Summary(uk):        
 %define                mod_name        dav
 Name:          apache-mod_%{mod_name}
 Version:       1.0.3
-Release:       3
+Release:       4
 License:       OSI Approved
 Group:         Networking/Daemons
 Source0:       http://www.webdav.org/mod_dav/mod_%{mod_name}-%{version}-%{apache_version}.tar.gz
 URL:           http://www.webdav.org/mod_dav/
 Prereq:                %{_sbindir}/apxs
+BuildRequires: expat-devel
 BuildRequires: %{apxs}
 BuildRequires: autoconf
 BuildRequires: automake
@@ -138,7 +139,8 @@ Fusion צ
 aclocal
 autoconf
 %configure \
-       --with-apxs=%{apxs}
+       --with-apxs=%{apxs} \
+       --with-expat=%{_prefix}
 %{__make} APXS=%{apxs}
 
 %install
This page took 0.067786 seconds and 4 git commands to generate.