Accepting request 1157440 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1157440 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpsl?expand=0&rev=23
This commit is contained in:
commit
f3c7af2968
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 07:35:48 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang macro, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libpsl
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2015 rpm@cicku.me
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package psl-make-dafsa
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2015 rpm@cicku.me
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -25,6 +25,7 @@ License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://rockdaboot.github.io/libpsl
|
||||
Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python3-base
|
||||
BuildArch: noarch
|
||||
|
||||
@ -49,6 +50,7 @@ mkdir -p %{buildroot}%{_bindir}
|
||||
install src/psl-make-dafsa %{buildroot}%{_bindir}
|
||||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
|
||||
%python3_fix_shebang
|
||||
|
||||
%files
|
||||
%license src/LICENSE.chromium
|
||||
|
Loading…
Reference in New Issue
Block a user