forked from pool/apache2-mod_dnssd
Accepting request 774741 from Apache:Modules
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/774741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_dnssd?expand=0&rev=19
This commit is contained in:
commit
a119424c5a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 9 20:39:40 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- removing %apache_test_* macros, do not test module just by
|
||||||
|
loading the module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 19 13:19:58 UTC 2017 - pgajdos@suse.com
|
Tue Dec 19 13:19:58 UTC 2017 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache2-mod_dnssd
|
# spec file for package apache2-mod_dnssd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: Apache2 module for Zeroconf support via DNS-SD
|
Summary: Apache2 module for Zeroconf support via DNS-SD
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
Url: http://0pointer.de/lennart/projects/mod_dnssd/
|
URL: http://0pointer.de/lennart/projects/mod_dnssd/
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-OPENSUSE apache2-mod_dnssd-apxs2-prefork.patch
|
# PATCH-FIX-OPENSUSE apache2-mod_dnssd-apxs2-prefork.patch
|
||||||
Patch0: apache2-mod_dnssd-apxs2-prefork.patch
|
Patch0: apache2-mod_dnssd-apxs2-prefork.patch
|
||||||
@ -65,11 +65,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user