forked from pool/ttf-converter
Accepting request 1143356 from home:alarrosa:branches:M17N
- Use %python3_fix_shebang OBS-URL: https://build.opensuse.org/request/show/1143356 OBS-URL: https://build.opensuse.org/package/show/M17N/ttf-converter?expand=0&rev=12
This commit is contained in:
parent
f965be2727
commit
5b1c9596be
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 1 12:46:52 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Use %python3_fix_shebang
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 11:16:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ttf-converter
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -50,7 +50,8 @@ instead.
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
cp ttf-converter %{buildroot}%{_bindir}
|
||||
install ttf-converter %{buildroot}%{_bindir}
|
||||
%python3_fix_shebang
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user