Remove non-existent file.
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/iosevka-fonts?expand=0&rev=3
This commit is contained in:
parent
795d5f3f71
commit
87c0e57fc1
@ -1,28 +0,0 @@
|
|||||||
* Your font version: (Release or git, version)
|
|
||||||
* Your font variant:
|
|
||||||
* Your operating system (name and version):
|
|
||||||
* Your application using Iosevka: (some Java applications may have problem in showing Iosevka properly. It is a bug in Java's GUI components.)
|
|
||||||
|
|
||||||
If you have problem when building Iosevka, please provide these information:
|
|
||||||
|
|
||||||
* Your Node.js version:
|
|
||||||
* Your _otfcc_ version:
|
|
||||||
* Your `parameters.toml`, paste if modified:
|
|
||||||
```
|
|
||||||
paste here
|
|
||||||
```
|
|
||||||
* Your `build-plans.toml`, paste if modified:
|
|
||||||
```
|
|
||||||
paste here
|
|
||||||
```
|
|
||||||
* Your `private-build-plans.toml`, if present:
|
|
||||||
```
|
|
||||||
paste here
|
|
||||||
```
|
|
||||||
* The detailed error log:
|
|
||||||
```
|
|
||||||
paste here
|
|
||||||
```
|
|
||||||
---
|
|
||||||
|
|
||||||
Describe your problem here. Provide pictures and files if necessary.
|
|
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,6 @@ Source11: https://github.com/be5invis/Iosevka/releases/download/v%{gh_f}/11-iose
|
|||||||
Source12: https://github.com/be5invis/Iosevka/releases/download/v%{gh_f}/12-iosevka-term-curly-slab-%{gh_f}.zip
|
Source12: https://github.com/be5invis/Iosevka/releases/download/v%{gh_f}/12-iosevka-term-curly-slab-%{gh_f}.zip
|
||||||
Source20: https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
|
Source20: https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
|
||||||
Source21: https://raw.githubusercontent.com/be5invis/Iosevka/master/README.md
|
Source21: https://raw.githubusercontent.com/be5invis/Iosevka/master/README.md
|
||||||
Source22: https://raw.githubusercontent.com/be5invis/Iosevka/master/ISSUE_TEMPLATE.md
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -57,7 +56,7 @@ for s in %{S:1} %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:8} %{S:9} %{S:10}
|
|||||||
do
|
do
|
||||||
%{__unzip} $s 'ttf/*';
|
%{__unzip} $s 'ttf/*';
|
||||||
done
|
done
|
||||||
%{__cp} %{S:20} %{S:21} %{S:22} .
|
%{__cp} %{S:20} %{S:21} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
declare -A family=( \
|
declare -A family=( \
|
||||||
@ -152,6 +151,6 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.md ISSUE_TEMPLATE.md
|
%doc README.md
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%{_ttfontsdir}
|
%{_ttfontsdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user