Accepting request 1166785 from GNOME:Factory
- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] (forwarded request 1166770 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/1166785 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=83
This commit is contained in:
commit
c070c0e951
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 06:55:52 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang macro, [bsc#1212476]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 12:47:50 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Dec 14 12:47:50 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp
|
# spec file for package gupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -125,6 +125,7 @@ sed -i 's|env python3|python3|' tools/gupnp-binding-tool
|
|||||||
mkdir -p %{buildroot}%{_docdir}/%{name}-%{sover}
|
mkdir -p %{buildroot}%{_docdir}/%{name}-%{sover}
|
||||||
# Move docs from upstream docdir to openSUSE docdir standard
|
# Move docs from upstream docdir to openSUSE docdir standard
|
||||||
mv %{buildroot}%{_datadir}/doc/%{name}-%{sover} %{buildroot}%{_docdir}
|
mv %{buildroot}%{_datadir}/doc/%{name}-%{sover} %{buildroot}%{_docdir}
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libgupnp-%{soname}
|
%ldconfig_scriptlets -n libgupnp-%{soname}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user