forked from pool/apache2-mod_dnssd
Accepting request 349344 from Apache:Modules
1 OBS-URL: https://build.opensuse.org/request/show/349344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_dnssd?expand=0&rev=17
This commit is contained in:
commit
a87561eac2
@ -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
|
||||
|
||||
|
@ -53,7 +53,7 @@ DNS-SD using Avahi.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%if "%{apache_branch}" == "2.4"
|
||||
%if %{apache_branch} >= 204
|
||||
sed -i 's/unixd_setup_child/ap_&/' src/mod_dnssd.c
|
||||
%endif
|
||||
%configure \
|
||||
@ -65,6 +65,11 @@ make %{?_smp_mflags}
|
||||
mkdir -p %{buildroot}/%{apache_libexecdir}
|
||||
cp -p src/.libs/%{_name}.so %{buildroot}/%{apache_libexecdir}
|
||||
|
||||
%check
|
||||
set +x
|
||||
%apache_test_module_load -m dnssd
|
||||
set -x
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user