]> git.pld-linux.org Git - packages/fonts-thai-scalable.git/blobdiff - fonts-thai-scalable.spec
- noarch, release 2
[packages/fonts-thai-scalable.git] / fonts-thai-scalable.spec
index df993304744a5703d28d5e73d1773effe07790c7..f0f362d040cc0b71c7333d2de20fd900b53c096d 100644 (file)
@@ -5,23 +5,28 @@
 Summary:       Collection of Thai scalable fonts
 Summary(pl.UTF-8):     Kolekcja skalowalnych fontów tajskich
 Name:          fonts-thai-scalable
-Version:       0.6.5
-Release:       1
+Version:       0.7.3
+Release:       2
 License:       MIT (Waree font), GPL v2+ (the rest)
 Group:         Fonts
 Source0:       https://linux.thai.net/pub/thailinux/software/thaifonts-scalable/fonts-tlwg-%{version}.tar.xz
-# Source0-md5: 4b3f2f80535681e8f66f78001d84f75d
+# Source0-md5: d1de007dd0263acb0e64207b77df7f1c
 URL:           https://linux.thai.net/projects/thaifonts-scalable
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
-BuildRequires: fontforge >= 20170730
+BuildRequires: fontforge >= 20190801
+BuildRequires: python3 >= 1:3.7
+BuildRequires: python3-fontforge >= 20190801
+BuildRequires: rpmbuild(macros) >= 1.751
 BuildRequires: xorg-app-mkfontscale
 %if %{with latex}
+# afm2tfm, vptovf, updmap-sys, mktexlsr
 BuildRequires: texlive
 BuildRequires: thailatex >= 0.4.6
 %endif
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -135,8 +140,9 @@ Ten pakiet zawiera fonty LaTeXowe do używania z pakietem thailatex.
 %{__automake}
 %configure \
        %{?with_latex:--enable-latex} \
-       --enable-pfb \
        --enable-otf \
+       --enable-pfb \
+       --enable-ttf \
        --with-otfdir=%{_fontsdir}/OTF \
        --with-ttfdir=%{_fontsdir}/TTF \
        --with-type1dir=%{_fontsdir}/Type1
@@ -149,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_fontsdir}/Type1/afm
-mv $RPM_BUILD_ROOT%{_fontsdir}/Type1/*.afm $RPM_BUILD_ROOT%{_fontsdir}/Type1/afm
+%{__mv} $RPM_BUILD_ROOT%{_fontsdir}/Type1/*.afm $RPM_BUILD_ROOT%{_fontsdir}/Type1/afm
 mkfontscale -o $RPM_BUILD_ROOT%{_fontsdir}/Type1/fonts.scale.thai-scalable $RPM_BUILD_ROOT%{_fontsdir}/Type1
 
 %clean
@@ -174,16 +180,14 @@ fontpostinst Type1
 fontpostinst Type1
 
 %post  -n thailatex-fonts
-umask 022
-%{_bindir}/texhash
+%texhash
 
 %postun        -n thailatex-fonts
-umask 022
-%{_bindir}/texhash
+%texhash
 
 %files -n fonts-OTF-thai
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README
 %{_fontsdir}/OTF/Garuda*.otf
 %{_fontsdir}/OTF/Kinnari*.otf
 %{_fontsdir}/OTF/Laksaman*.otf
@@ -197,7 +201,7 @@ umask 022
 
 %files -n fonts-TTF-thai
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog ChangeLog.thai-ttf NEWS README TODO
+%doc AUTHORS COPYING ChangeLog ChangeLog.thai-ttf NEWS README
 %{_fontsdir}/TTF/Garuda*.ttf
 %{_fontsdir}/TTF/Kinnari*.ttf
 %{_fontsdir}/TTF/Laksaman*.ttf
@@ -214,7 +218,7 @@ umask 022
 
 %files -n fonts-Type1-thai
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README
 %{_fontsdir}/Type1/Garuda*.pfb
 %{_fontsdir}/Type1/Kinnari*.pfb
 %{_fontsdir}/Type1/Laksaman*.pfb
@@ -239,10 +243,11 @@ umask 022
 
 %files -n thailatex-fonts
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README
 %{_datadir}/texmf/fonts/afm/public/fonts-tlwg
 %{_datadir}/texmf/fonts/enc/dvips/fonts-tlwg
 %{_datadir}/texmf/fonts/map/dvips/fonts-tlwg
+%{_datadir}/texmf/fonts/opentype/public/fonts-tlwg
 %{_datadir}/texmf/fonts/tfm/public/fonts-tlwg
 %{_datadir}/texmf/fonts/type1/public/fonts-tlwg
 %{_datadir}/texmf/fonts/vf/public/fonts-tlwg
This page took 0.489189 seconds and 4 git commands to generate.