Accepting request 126986 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/126986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=93
This commit is contained in:
commit
fb32d4725f
26
avahi-fix-mkdir.diff
Normal file
26
avahi-fix-mkdir.diff
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Index: avahi-0.6.31/avahi-autoipd/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- avahi-0.6.31.orig/avahi-autoipd/Makefile.am 2010-08-26 02:51:38.000000000 +0200
|
||||||
|
+++ avahi-0.6.31/avahi-autoipd/Makefile.am 2012-07-01 22:34:57.922855526 +0200
|
||||||
|
@@ -76,7 +76,7 @@ dhcliententerdir = $(sysconfdir)/dhcp/dh
|
||||||
|
dhclientexitdir = $(sysconfdir)/dhcp/dhclient-exit-hooks.d
|
||||||
|
|
||||||
|
install-exec-hook: dhclient-exit-hook dhclient-enter-hook
|
||||||
|
- $(mkdir_p) $(DESTDIR)$(dhcliententerdir) $(DESTDIR)$(dhclientexitdir)
|
||||||
|
+ $(MKDIR_P) $(DESTDIR)$(dhcliententerdir) $(DESTDIR)$(dhclientexitdir)
|
||||||
|
$(INSTALL) dhclient-enter-hook $(DESTDIR)$(dhcliententerdir)/avahi-autoipd
|
||||||
|
$(INSTALL) dhclient-exit-hook $(DESTDIR)$(dhclientexitdir)/avahi-autoipd
|
||||||
|
|
||||||
|
Index: avahi-0.6.31/avahi-daemon/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- avahi-0.6.31.orig/avahi-daemon/Makefile.am 2010-08-26 02:51:38.000000000 +0200
|
||||||
|
+++ avahi-0.6.31/avahi-daemon/Makefile.am 2012-07-01 22:34:44.570481086 +0200
|
||||||
|
@@ -169,7 +169,7 @@ xmllint:
|
||||||
|
done
|
||||||
|
|
||||||
|
install-data-local:
|
||||||
|
- test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
|
||||||
|
+ test -z "$(localstatedir)/run" || $(MKDIR_P) "$(DESTDIR)$(localstatedir)/run"
|
||||||
|
|
||||||
|
update-systemd:
|
||||||
|
curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c
|
@ -72,6 +72,8 @@ Patch10: avahi-unicastdomains.patch
|
|||||||
Patch11: avahi-gtk_box_new.patch
|
Patch11: avahi-gtk_box_new.patch
|
||||||
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
||||||
Patch12: avahi-gir-fixup.patch
|
Patch12: avahi-gir-fixup.patch
|
||||||
|
# PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff coolo@suse.de -- Avoid obsolete automake macros
|
||||||
|
Patch13: avahi-fix-mkdir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dbus-1-python
|
BuildRequires: dbus-1-python
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -720,6 +722,7 @@ translation-update-upstream
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
%if !%build_core
|
%if !%build_core
|
||||||
# Replace all .la references from local .la files to installed versions
|
# Replace all .la references from local .la files to installed versions
|
||||||
# with exception of libavahi-glib.la.
|
# with exception of libavahi-glib.la.
|
||||||
|
@ -72,6 +72,8 @@ Patch10: avahi-unicastdomains.patch
|
|||||||
Patch11: avahi-gtk_box_new.patch
|
Patch11: avahi-gtk_box_new.patch
|
||||||
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
||||||
Patch12: avahi-gir-fixup.patch
|
Patch12: avahi-gir-fixup.patch
|
||||||
|
# PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff coolo@suse.de -- Avoid obsolete automake macros
|
||||||
|
Patch13: avahi-fix-mkdir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dbus-1-python
|
BuildRequires: dbus-1-python
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -719,6 +721,7 @@ translation-update-upstream
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
%if !%build_core
|
%if !%build_core
|
||||||
# Replace all .la references from local .la files to installed versions
|
# Replace all .la references from local .la files to installed versions
|
||||||
# with exception of libavahi-glib.la.
|
# with exception of libavahi-glib.la.
|
||||||
|
@ -72,6 +72,8 @@ Patch10: avahi-unicastdomains.patch
|
|||||||
Patch11: avahi-gtk_box_new.patch
|
Patch11: avahi-gtk_box_new.patch
|
||||||
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
||||||
Patch12: avahi-gir-fixup.patch
|
Patch12: avahi-gir-fixup.patch
|
||||||
|
# PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff coolo@suse.de -- Avoid obsolete automake macros
|
||||||
|
Patch13: avahi-fix-mkdir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dbus-1-python
|
BuildRequires: dbus-1-python
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -722,6 +724,7 @@ translation-update-upstream
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
%if !%build_core
|
%if !%build_core
|
||||||
# Replace all .la references from local .la files to installed versions
|
# Replace all .la references from local .la files to installed versions
|
||||||
# with exception of libavahi-glib.la.
|
# with exception of libavahi-glib.la.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 1 20:38:09 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- Add avahi-fix-mkdir.diff: fix build with automake 1.12.1, which
|
||||||
|
removed AM_PROG_MKDIR_P, which is deprecated for a long time.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 27 13:34:33 UTC 2012 - vuntz@opensuse.org
|
Mon Feb 27 13:34:33 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -74,6 +74,8 @@ Patch10: avahi-unicastdomains.patch
|
|||||||
Patch11: avahi-gtk_box_new.patch
|
Patch11: avahi-gtk_box_new.patch
|
||||||
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
# PATCH-FIX-UPSTREAM avahi-gir-fixup.patch dimstar@opensnse.org -- Use complete shared library name in gir file for dependency
|
||||||
Patch12: avahi-gir-fixup.patch
|
Patch12: avahi-gir-fixup.patch
|
||||||
|
# PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff coolo@suse.de -- Avoid obsolete automake macros
|
||||||
|
Patch13: avahi-fix-mkdir.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dbus-1-python
|
BuildRequires: dbus-1-python
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -722,6 +724,7 @@ translation-update-upstream
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
%if !%build_core
|
%if !%build_core
|
||||||
# Replace all .la references from local .la files to installed versions
|
# Replace all .la references from local .la files to installed versions
|
||||||
# with exception of libavahi-glib.la.
|
# with exception of libavahi-glib.la.
|
||||||
|
Loading…
Reference in New Issue
Block a user