Accepting request 761804 from home:marxin:branches:GNOME:Factory
- Use %make_build. OBS-URL: https://build.opensuse.org/request/show/761804 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=161
This commit is contained in:
parent
05a5904cb9
commit
b879c0a639
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
10
avahi.spec
10
avahi.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user