]> git.pld-linux.org Git - packages/dgee.git/commitdiff
- builds on ac with apache2...
authorundefine <undefine@pld-linux.org>
Sat, 6 Dec 2003 00:56:27 +0000 (00:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dgee.spec -> 1.3

dgee.spec

index 1f17114b407029d60a64c553640c1396686f5f80..2e22afa5905fb9bb14d5122ffe3e7b230881e742 100644 (file)
--- a/dgee.spec
+++ b/dgee.spec
@@ -10,6 +10,7 @@ Patch1:               %{name}-apache.patch
 License:       GPL
 Vendor:                DotGNU
 Group:         Networking/Daemons
+BuildRequires: apache-devel
 BuildRequires: expat-devel
 BuildRequires: goldwater-devel => 0.3.4
 BuildRequires: phlib-devel => 1.20
@@ -31,14 +32,18 @@ of accepting, validating and satisfying web service requests.
 %{__automake}
 %configure \
        --with-goldwater=%{_prefix} \
-       --with-pnet=%{_prefix}
+       --with-pnet=%{_prefix} \
+       --without-apache \
+       --with-apache2=%{_prefix}
 
-%{__make}
+%{__make} \
+       APACHE=
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       APACHE=
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -47,11 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc BINARYINSTALL INSTALL QUICKSTART README COPYING
 %attr(755,root,root) %{_bindir}/*
 %config %{_sysconfdir}/%{name}*
-%config %{_sysconfdir}/httpd/mod_%{name}.conf
 %{_libdir}/%{name}
 %{_libdir}/libdgee.*
 %{_libdir}/libdgxml.*
-%{_libdir}/apache/mod_%{name}.so
+#%config %{_sysconfdir}/httpd/mod_%{name}.conf
+#%{_libdir}/apache/mod_%{name}.so
 %{_datadir}/%{name}
 
 # Local variables:
This page took 0.060202 seconds and 4 git commands to generate.