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
337f64be09
commit
024c2a8232
@ -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>
|
Thu Sep 28 11:16:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ttf-converter
|
# 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
|
# 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
|
||||||
@ -50,7 +50,8 @@ instead.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
cp ttf-converter %{buildroot}%{_bindir}
|
install ttf-converter %{buildroot}%{_bindir}
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user