SPECS: libapreq2.spec - simplify, compatible with apache 2.0 build...

Marek Guevara Braun mguevara at acn.waw.pl
Mon Feb 27 23:15:36 CET 2006


glen wrote:
> Author: glen                         Date: Mon Feb 27 21:16:51 2006 GMT
> Module: SPECS                         Tag: HEAD
> ---- Log message:
> - simplify, compatible with apache 2.0 build, unify with other apache-mod* packages
[...]
> ================================================================
> Index: SPECS/libapreq2.spec
> diff -u SPECS/libapreq2.spec:1.26 SPECS/libapreq2.spec:1.27
> --- SPECS/libapreq2.spec:1.26	Mon Feb 27 21:00:03 2006
> +++ SPECS/libapreq2.spec	Mon Feb 27 22:16:45 2006
> @@ -127,11 +127,7 @@ [...]
> -CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d/"
> -install -d $RPM_BUILD_ROOT%{_sysconfdir}
> -install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/
> -install %{SOURCE1} ${CFG}76_mod_apreq2.conf
> +install -D %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/76_mod_apreq2.conf

What I see from apache.spec is that conf files goes to the %{_sysconfdir}/conf.d
not the %{_sysconfdir}/httpd.conf (soft link to conf.d dir). Unify this ?

Cheers,
Marek


More information about the pld-devel-en mailing list