Accepting request 100879 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/100879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_dnssd?expand=0&rev=9
This commit is contained in:
parent
05b6c3a590
commit
f1a95e7e55
@ -1,7 +1,6 @@
|
|||||||
Only in mod_dnssd-0.6.patched/: config.log
|
diff -ruN mod_dnssd-0.6.orig/configure.ac mod_dnssd-0.6/configure.ac
|
||||||
diff -ur mod_dnssd-0.6/configure.ac mod_dnssd-0.6.patched//configure.ac
|
--- mod_dnssd-0.6.orig/configure.ac 2009-01-28 03:34:21.000000000 +0100
|
||||||
--- mod_dnssd-0.6/configure.ac 2009-01-28 03:34:21.000000000 +0100
|
+++ mod_dnssd-0.6/configure.ac 2011-03-05 14:14:34.000000000 +0100
|
||||||
+++ mod_dnssd-0.6.patched//configure.ac 2009-05-12 17:45:48.000000000 +0200
|
|
||||||
@@ -85,8 +85,8 @@
|
@@ -85,8 +85,8 @@
|
||||||
|
|
||||||
AC_ARG_WITH(apxs,
|
AC_ARG_WITH(apxs,
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 11:25:36 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add autoconf as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 11:15:26 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 19 17:09:11 CEST 2009 - vuntz@novell.com
|
Tue May 19 17:09:11 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache2-mod_dnssd (Version 0.6)
|
# spec file for package apache2-mod_dnssd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# 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
|
||||||
@ -16,23 +16,26 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: apache2-mod_dnssd
|
Name: apache2-mod_dnssd
|
||||||
%define _name mod_dnssd
|
%define _name mod_dnssd
|
||||||
Summary: Apache2 module for Zeroconf support via DNS-SD
|
Summary: Apache2 module for Zeroconf support via DNS-SD
|
||||||
|
License: Apache-2.0
|
||||||
|
Group: Productivity/Networking/Web/Servers
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 3
|
Release: 0
|
||||||
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
|
||||||
License: The Apache Software License
|
|
||||||
Group: Productivity/Networking/Web/Servers
|
|
||||||
Url: http://0pointer.de/lennart/projects/mod_dnssd/
|
Url: http://0pointer.de/lennart/projects/mod_dnssd/
|
||||||
BuildRequires: apache2-devel
|
BuildRequires: apache2-devel
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: libapr1-devel
|
BuildRequires: libapr1-devel
|
||||||
BuildRequires: libavahi-devel
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
|
BuildRequires: libavahi-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: avahi-devel
|
||||||
|
%endif
|
||||||
Supplements: packageand(apache2-prefork:gnome-user-share)
|
Supplements: packageand(apache2-prefork:gnome-user-share)
|
||||||
Supplements: packageand(apache2-worker:gnome-user-share)
|
Supplements: packageand(apache2-worker:gnome-user-share)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -43,12 +46,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via
|
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via
|
||||||
DNS-SD using Avahi.
|
DNS-SD using Avahi.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Lennart Poettering
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -56,16 +53,13 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-lynx
|
--disable-lynx
|
||||||
%__make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# make install can't work, as apxs -i apparently does not like redirection
|
# make install can't work, as apxs -i apparently does not like redirection
|
||||||
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}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
@ -73,12 +67,3 @@ rm -rf %{buildroot}
|
|||||||
%{apache_libexecdir}/%{_name}.so
|
%{apache_libexecdir}/%{_name}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 19 2009 vuntz@novell.com
|
|
||||||
- Add Supplements for gnome-user-share and
|
|
||||||
{apache2-prefork,apache2-worker} since gnome-user-share requires
|
|
||||||
this apache module to have webdav file sharing.
|
|
||||||
* Tue May 19 2009 dominique-obs@leuenberger.net
|
|
||||||
- Cleanup of the specfile.
|
|
||||||
- --disable-lynx to remove the lynx BuildRequires.
|
|
||||||
* Tue May 12 2009 dominique-obs@leuenberger.net
|
|
||||||
- Initial package during Community Week 1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user