1
0
Dominique Leuenberger 2015-12-21 11:04:29 +00:00 committed by Git OBS Bridge
commit a87561eac2
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 11 12:05:03 UTC 2015 - pgajdos@suse.com
- %{apache_branch} converted to number
-------------------------------------------------------------------
Tue Sep 1 09:16:05 UTC 2015 - pgajdos@suse.com
- test module with %apache_test_module_load
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 16 07:22:02 UTC 2015 - pgajdos@suse.com Thu Jul 16 07:22:02 UTC 2015 - pgajdos@suse.com

View File

@ -53,7 +53,7 @@ DNS-SD using Avahi.
%patch0 -p1 %patch0 -p1
%build %build
%if "%{apache_branch}" == "2.4" %if %{apache_branch} >= 204
sed -i 's/unixd_setup_child/ap_&/' src/mod_dnssd.c sed -i 's/unixd_setup_child/ap_&/' src/mod_dnssd.c
%endif %endif
%configure \ %configure \
@ -65,6 +65,11 @@ make %{?_smp_mflags}
mkdir -p %{buildroot}/%{apache_libexecdir} mkdir -p %{buildroot}/%{apache_libexecdir}
cp -p src/.libs/%{_name}.so %{buildroot}/%{apache_libexecdir} cp -p src/.libs/%{_name}.so %{buildroot}/%{apache_libexecdir}
%check
set +x
%apache_test_module_load -m dnssd
set -x
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README LICENSE %doc README LICENSE