Accepting request 761956 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/761956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=129
This commit is contained in:
Dominique Leuenberger 2020-01-13 21:16:55 +00:00 committed by Git OBS Bridge
commit faee719806
6 changed files with 32 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 8 10:17:38 UTC 2020 - Martin Liška <mliska@suse.cz>
- Use %make_build.
-------------------------------------------------------------------
Mon Aug 12 17:29:45 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package avahi-glib2
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -506,16 +506,16 @@ export PYTHON=%{_bindir}/python3
%if %{build_glib2} && !%{build_core}
for DIR in avahi-glib avahi-gobject avahi-ui avahi-discover-standalone avahi-python man ; do
cd $DIR
make %{?_smp_mflags}
%make_build
cd ..
done
%endif
%if %{build_mono} && !%{build_core}
cd avahi-sharp
make %{?_smp_mflags}
%make_build
cd ../avahi-ui-sharp
%endif
make %{?_smp_mflags}
%make_build
%install
%if %{build_glib2} && !%{build_core}
@ -536,7 +536,8 @@ cd ../avahi-ui-sharp
rm -rf %{buildroot}%{_sysconfdir}/init.d/
%if !%{build_core}
cd ..
make %{?_smp_mflags} install-pkgconfigDATA DESTDIR=%{buildroot}
%make_build install-pkgconfigDATA DESTDIR=%{buildroot}
%endif
%if %{build_core}
# do not remove this unless you plan to fix _all_ the references to

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 8 10:17:46 UTC 2020 - Martin Liška <mliska@suse.cz>
- Use %make_build.
-------------------------------------------------------------------
Mon Aug 12 17:29:45 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package avahi-mono
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -506,16 +506,17 @@ export PYTHON=%{_bindir}/python3
%if %{build_glib2} && !%{build_core}
for DIR in avahi-glib avahi-gobject avahi-ui avahi-discover-standalone avahi-python man ; do
cd $DIR
make %{?_smp_mflags}
%make_build
cd ..
done
%endif
%if %{build_mono} && !%{build_core}
cd avahi-sharp
make %{?_smp_mflags}
%make_build
cd ../avahi-ui-sharp
%endif
make %{?_smp_mflags}
%make_build
%install
%if %{build_glib2} && !%{build_core}
@ -536,7 +537,7 @@ cd ../avahi-ui-sharp
rm -rf %{buildroot}%{_sysconfdir}/init.d/
%if !%{build_core}
cd ..
make %{?_smp_mflags} install-pkgconfigDATA DESTDIR=%{buildroot}
%make_build install-pkgconfigDATA DESTDIR=%{buildroot}
%endif
%if %{build_core}
# do not remove this unless you plan to fix _all_ the references to

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 8 10:17:28 UTC 2020 - Martin Liška <mliska@suse.cz>
- Use %make_build.
-------------------------------------------------------------------
Thu Aug 22 20:40:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package avahi
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -501,16 +501,16 @@ export PYTHON=%{_bindir}/python3
%if %{build_glib2} && !%{build_core}
for DIR in avahi-glib avahi-gobject avahi-ui avahi-discover-standalone avahi-python man ; do
cd $DIR
make %{?_smp_mflags}
%make_build
cd ..
done
%endif
%if %{build_mono} && !%{build_core}
cd avahi-sharp
make %{?_smp_mflags}
%make_build
cd ../avahi-ui-sharp
%endif
make %{?_smp_mflags}
%make_build
%install
%if %{build_glib2} && !%{build_core}
@ -531,7 +531,7 @@ cd ../avahi-ui-sharp
rm -rf %{buildroot}%{_sysconfdir}/init.d/
%if !%{build_core}
cd ..
make %{?_smp_mflags} install-pkgconfigDATA DESTDIR=%{buildroot}
%make_build install-pkgconfigDATA DESTDIR=%{buildroot}
%endif
%if %{build_core}
# do not remove this unless you plan to fix _all_ the references to