mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-23 12:00:40 +00:00
6acd48643b
* chore: sync with Terra 38 * bump: libappimage * fix(ci): add lint and `dnf in` tests * fix(ci): bump commit-comment to @v2 Signed-off-by: madomado <wboy111@outlook.com> --------- Signed-off-by: madomado <wboy111@outlook.com>
36 lines
729 B
RPMSpec
36 lines
729 B
RPMSpec
Name: seto-fonts
|
|
Version: 6.20
|
|
Release: 2%?dist
|
|
URL: https://setofont.osdn.jp/
|
|
Source0: https://osdn.net/frs/redir.php?m=nchc&f=setofont%2F61995%2Fsetofont_v_6_20.zip
|
|
License: OFL-1.1
|
|
Summary: A handwritten font that contains kanji up to JIS 4th level and difficult kanji
|
|
BuildRequires: unzip
|
|
BuildArch: noarch
|
|
|
|
|
|
%description
|
|
%summary.
|
|
|
|
|
|
%prep
|
|
%setup -q -n setofont
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %buildroot/%_datadir/fonts/%name
|
|
install -Dm644 *.ttf %buildroot/%_datadir/fonts/%name/
|
|
|
|
|
|
%files
|
|
%doc readme.txt
|
|
%_datadir/fonts/%name/
|
|
|
|
%changelog
|
|
* Sun Jun 18 2023 windowsboy111 <windowsboy111@fyralabs.com> - 6.20-2
|
|
- Fix install dir.
|
|
|
|
* Tue Nov 22 2022 windowsboy111 <windowsboy111@fyralabs.com> - 6.20-1
|
|
- Initial package
|