89 lines
2.7 KiB
RPMSpec
89 lines
2.7 KiB
RPMSpec
%define fontdir %{_datadir}/fonts/ipa-gothic
|
|
%define pkgver %(echo %version | tr -d .)
|
|
Name: ipa-gothic-fonts
|
|
Version: 003.03
|
|
Release: 1mamba
|
|
Summary: Japanese Gothic-typeface OpenType font by IPA
|
|
Group: System/Fonts
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://web.archive.org/web/20200702171120/https://ipafont.ipa.go.jp/old/
|
|
#URL: http://ossipedia.ipa.go.jp/ipafont/
|
|
Source0: http://deb.debian.org/debian/pool/main/f/fonts-ipafont/fonts-ipafont_%{pkgver}.orig.tar.gz
|
|
#Source0: http://info.openlab.ipa.go.jp/ipafont/fontdata/ipag%{pkg_version}.zip
|
|
Source1: ipa-gothic-fonts-fontconfig.conf
|
|
Source2: ipa-pgothic-fonts-fontconfig.conf
|
|
License: IPA
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: fonttools
|
|
BuildRequires: mkfontdir
|
|
BuildRequires: ttmkfdir
|
|
Provides: ipa-pgothic-fonts
|
|
Obsoletes: ipa-pgothic-fonts <= 003.02
|
|
|
|
%description
|
|
IPA Font is a Japanese OpenType fonts that is JIS X 0213:2004 compliant, provided by Information-technology Promotion Agency, Japan.
|
|
This package contains Gothic (sans-serif) and Proportional Gothic (sans-serif) style fonts.
|
|
|
|
%prep
|
|
%setup -q -n IPAfont%{pkgver}
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
install -d %{buildroot}%{fontdir} %{buildroot}%{_sysconfdir}/fonts/{conf.d,conf.avail}
|
|
install -m0644 *.ttf %{buildroot}%{fontdir}
|
|
install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fonts/conf.avail/65-3-ipa-gothic.conf
|
|
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/fonts/conf.avail/65-2-ipa-pgothic.conf
|
|
|
|
pushd %{buildroot}%{_sysconfdir}/fonts/conf.avail
|
|
for f in *.conf; do
|
|
ln -s ../conf.avail/$f ../conf.d/$f
|
|
done
|
|
popd
|
|
|
|
ttmkfdir -d %{buildroot}%{fontdir} -o %{buildroot}%{fontdir}/fonts.scale
|
|
mkfontdir %{buildroot}%{fontdir}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
if [ -x %{_bindir}/fc-cache ]; then
|
|
%{_bindir}/fc-cache %{_datadir}/fonts
|
|
fi
|
|
:
|
|
|
|
%postun
|
|
if [ "$1" = "0" ]; then
|
|
if [ -x %{_bindir}/fc-cache ]; then
|
|
%{_bindir}/fc-cache %{_datadir}/fonts
|
|
fi
|
|
fi
|
|
:
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/fonts/conf.avail/*-ipa-*.conf
|
|
%{_sysconfdir}/fonts/conf.d/*-ipa-*.conf
|
|
%dir %{fontdir}
|
|
%{fontdir}/*.ttf
|
|
%verify(not md5 size mtime) %{fontdir}/fonts.dir
|
|
%verify(not md5 size mtime) %{fontdir}/fonts.scale
|
|
%doc Readme_*.txt IPA_Font_License_Agreement_v1.0.txt
|
|
|
|
%changelog
|
|
* Thu May 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 003.03-1mamba
|
|
- update to 003.03
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 004.01-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 21 2011 gil <puntogil@libero.it> 003.02-1mamba
|
|
- package created by autospec
|