]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- removed --with-expat configure option due to required expat(-devel)
authorsiefca <siefca@pld-linux.org>
Mon, 19 Feb 2001 23:40:49 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  now we don't need to patch configure script; location of expat's
  headers will be autodetected

Changed files:
    apache1-mod_dav.spec -> 1.3

apache1-mod_dav.spec

index 47651883677727a88855427fa99aa58a1135c8b4..5ec1cb927d46155da24a8aeaa0a20293fbbb213f 100644 (file)
@@ -11,8 +11,11 @@ Group(pl):   Sieciowe/Serwery
 License:       OSI Approved
 Source0:       http://www.webdav.org/mod_%{mod_name}/mod_%{mod_name}-%{version}-%{apache_version}.tar.gz
 URL:           http://www.webdav.org/mod_%{mod_name}
+Prereq:                /usr/sbin/apxs
+BuildRequires: expat-devel
 BuildRequires: apache(EAPI)-devel      >= %{apache_version}
 Requires:      apache(EAPI)            >= %{apache_version}
+Requires:      expat
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{_sbindir}/apxs -q LIBEXECDIR)
@@ -38,7 +41,7 @@ plikami i katalogami serwera Web, oraz ich w
 
 %build
 CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} %{?debug:-g -O0}"; export CFLAGS
-%configure --with-apxs=%{_sbindir}/apxs --with-expat=%{_prefix}
+%configure --with-apxs=%{_sbindir}/apxs
 %{__make} APXS=%{_sbindir}/apxs
 
 %install
This page took 0.080463 seconds and 4 git commands to generate.