Package fonts-ttf-hanazono: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | Group: System/Fonts/True type # BEGIN SourceDeps(oneline): BuildRequires(pre): rpm-macros-fedora-compat BuildRequires: unzip # END SourceDeps(oneline) %define oldname hanazono-fonts # see https://bugzilla.altlinux.org/show_bug.cgi?id=10382 %define _localstatedir %{_var} # %%version is ahead of its definition. Predefining for rpm 4.0 compatibility. %define version 20170904 %global fontname hanazono %global archivename %{fontname}-%{version} %global priority 66 %global fontconf %{priority}-%{fontname}.conf Name: fonts-ttf-hanazono Version: 20170904 Release: alt1_5 Summary: Japanese Mincho-typeface TrueType font License: Copyright only or OFL URL: http://fonts.jp/hanazono/ Source0: http://ija.osdn.net/projects/hanazono-font/downloads/68253/%{archivename}.zip Source1: %{oldname}-fontconfig.conf Source2: %{fontname}.metainfo.xml BuildArch: noarch BuildRequires: fontpackages-devel libappstream-glib Source44: import.info %description Hanazono Mincho typeface is a Japanese TrueType font that developed with a support of Grant-in-Aid for Publication of Scientific Research Results from Japan Society for the Promotion of Science and the International Research Institute for Zen Buddhism (IRIZ), Hanazono University. also with volunteers who work together on glyphwiki.org. This font contains 107518 characters in ISO/IEC 10646 and Unicode Standard, also supports character sets: - 6355 characters in JIS X 0208:1997 - 5801 characters in JIS X 0212:1990 - 3695 characters in JIS X 0213:2004 - 6763 characters in GB 2312-80 - 13053 characters in Big-5 - 4888 characters in KS X 1001:1992 - 360 characters in IBM extensions - 9810 characters in IICORE - Kanji characters in GB18030-2000 - Kanji characters in Adobe-Japan1-6 %prep %setup -n %{oldname}-%{version} -q -T -c -a 0 %build %install install -dm 0755 $RPM_BUILD_ROOT%{_fontdir} install -pm 0644 *.ttf $RPM_BUILD_ROOT%{_fontdir} install -dm 0755 $RPM_BUILD_ROOT%{_fontconfig_templatedir} \ $RPM_BUILD_ROOT%{_fontconfig_confdir} install -pm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf} ln -s %{_fontconfig_templatedir}/%{fontconf} $RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf} # Add AppStream metadata install -Dm 0644 -p %{SOURCE2} \ %{buildroot}%{_metainfodir}/%{fontname}.metainfo.xml # generic fedora font import transformations # move fonts to corresponding subdirs if any for fontpatt in OTF TTF TTC otf ttf ttc pcf pcf.gz bdf afm pfa pfb; do case "$fontpatt" in pcf*|bdf*) type=bitmap;; tt*|TT*) type=ttf;; otf|OTF) type=otf;; afm*|pf*) type=type1;; esac find $RPM_BUILD_ROOT/usr/share/fonts -type f -name '*.'$fontpatt | while read i; do j=`echo "$i" | sed -e s,/usr/share/fonts/,/usr/share/fonts/$type/,`; install -Dm644 "$i" "$j"; rm -f "$i"; olddir=`dirname "$i"`; mv -f "$olddir"/{encodings.dir,fonts.{dir,scale,alias}} `dirname "$j"`/ 2>/dev/null ||: rmdir -p "$olddir" 2>/dev/null ||: done done # kill invalid catalogue links if [ -d $RPM_BUILD_ROOT/etc/X11/fontpath.d ]; then find -L $RPM_BUILD_ROOT/etc/X11/fontpath.d -type l -print -delete ||: # relink catalogue find $RPM_BUILD_ROOT/usr/share/fonts -name fonts.dir | while read i; do pri=10; j=`echo $i | sed -e s,$RPM_BUILD_ROOT/usr/share/fonts/,,`; type=${j%%%%/*}; pre_stem=${j##$type/}; stem=`dirname $pre_stem|sed -e s,/,-,g`; case "$type" in bitmap) pri=10;; ttf|ttf) pri=50;; type1) pri=40;; esac ln -s /usr/share/fonts/$j $RPM_BUILD_ROOT/etc/X11/fontpath.d/"$stem:pri=$pri" done ||: fi %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %files %{_fontconfig_templatedir}/%{fontconf} %config(noreplace) %{_fontconfig_confdir}/%{fontconf} %dir %{_fontbasedir}/*/%{_fontstem}/ %{_fontbasedir}/*/%{_fontstem}/*.ttf %doc LICENSE.txt README.txt THANKS.txt %{_metainfodir}/%{fontname}.metainfo.xml %changelog * Mon Jun 17 2019 Igor Vlasenko <viy@altlinux.ru> 20170904-alt1_5 - update to new release by fcimport * Sat Feb 03 2018 Igor Vlasenko <viy@altlinux.ru> 20170904-alt1_1 - update to new release by fcimport * Mon Oct 23 2017 Igor Vlasenko <viy@altlinux.ru> 20141012-alt1_6 - update to new release by fcimport * Mon Dec 22 2014 Igor Vlasenko <viy@altlinux.ru> 20141012-alt1_2 - update to new release by fcimport * Mon Oct 27 2014 Igor Vlasenko <viy@altlinux.ru> 20141012-alt1_1 - update to new release by fcimport * Thu Jun 26 2014 Igor Vlasenko <viy@altlinux.ru> 20131208-alt1_2 - update to new release by fcimport * Tue Feb 26 2013 Igor Vlasenko <viy@altlinux.ru> 20130222-alt1_1 - update to new release by fcimport * Fri Feb 22 2013 Igor Vlasenko <viy@altlinux.ru> 20120421-alt1_2 - update to new release by fcimport * Mon Aug 27 2012 Igor Vlasenko <viy@altlinux.ru> 20120421-alt1_1 - update to new release by fcimport * Fri Jul 27 2012 Igor Vlasenko <viy@altlinux.ru> 20120202-alt2_2 - update to new release by fcimport * Wed Mar 21 2012 Igor Vlasenko <viy@altlinux.ru> 20120202-alt2_1 - rebuild to get rid of #27020 * Tue Feb 21 2012 Igor Vlasenko <viy@altlinux.ru> 20120202-alt1_1 - update to new release by fcimport * Sat Jan 21 2012 Igor Vlasenko <viy@altlinux.ru> 20110915-alt1_2 - update to new release by fcimport * Thu Sep 29 2011 Igor Vlasenko <viy@altlinux.ru> 20110915-alt1_1 - update to new release by fcimport * Wed Aug 24 2011 Igor Vlasenko <viy@altlinux.ru> 20110516-alt2_1 - rebuild with new rpm-build-fonts * Tue Aug 09 2011 Igor Vlasenko <viy@altlinux.ru> 20110516-alt1_1 - initial release by fcimport |