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
|
||||
Source20: https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.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: fontpackages-devel
|
||||
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
|
||||
%{__unzip} $s 'ttf/*';
|
||||
done
|
||||
%{__cp} %{S:20} %{S:21} %{S:22} .
|
||||
%{__cp} %{S:20} %{S:21} .
|
||||
|
||||
%build
|
||||
declare -A family=( \
|
||||
@ -152,6 +151,6 @@ popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.md ISSUE_TEMPLATE.md
|
||||
%doc README.md
|
||||
%license LICENSE.md
|
||||
%{_ttfontsdir}
|
||||
|
Loading…
Reference in New Issue
Block a user