Update to 3.002
This commit is contained in:
parent
01a3ab6de7
commit
40816fffd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
ttf-sil-padauk-2.4.tar.gz
|
ttf-sil-padauk-2.4.tar.gz
|
||||||
/ttf-sil-padauk-2.8.tar.gz
|
/ttf-sil-padauk-2.8.tar.gz
|
||||||
/padauk-2.8.zip
|
/padauk-2.8.zip
|
||||||
|
/padauk-3.002.zip
|
||||||
|
@ -1,22 +1,20 @@
|
|||||||
%global fontname sil-padauk
|
%global fontname sil-padauk
|
||||||
%global fontconf 65-%{fontname}
|
%global fontconf 65-%{fontname}
|
||||||
%global archivename padauk-2.8
|
%global archivename padauk-3.002
|
||||||
|
|
||||||
%global common_desc \
|
%global common_desc \
|
||||||
Padauk is a Myanmar font covering all currently used characters \
|
Padauk is a pan Burma font designed to support all Myanmar script based \
|
||||||
in the Myanmar block. The font aims to cover all minority language needs. \
|
languages. It covers all of the Unicode Myanmar script blocks and works \
|
||||||
At the moment, these do not extend to stylistic variation needs. \
|
on all OpenType and Graphite based systems.
|
||||||
The font is a smart font using a Graphite description.
|
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 2.8
|
Version: 3.002
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A font for Burmese and the Myanmar script
|
Summary: A font for Burmese and the Myanmar script
|
||||||
|
|
||||||
License: OFL
|
License: OFL
|
||||||
URL: http://scripts.sil.org/Padauk
|
URL: http://scripts.sil.org/Padauk
|
||||||
# The source link is a redirect and is not directly accessible
|
Source0: http://software.sil.org/downloads/d/padauk/%{archivename}.zip
|
||||||
Source0: %{archivename}.zip
|
|
||||||
Source1: %{name}-fontconfig.conf
|
Source1: %{name}-fontconfig.conf
|
||||||
Source2: %{name}-book-fontconfig.conf
|
Source2: %{name}-book-fontconfig.conf
|
||||||
Source3: %{fontname}.metainfo.xml
|
Source3: %{fontname}.metainfo.xml
|
||||||
@ -30,8 +28,8 @@ Requires: fontpackages-filesystem
|
|||||||
%description
|
%description
|
||||||
%common_desc
|
%common_desc
|
||||||
|
|
||||||
%_font_pkg -f %{fontconf}.conf Padauk.ttf Padauk-bold.ttf
|
%_font_pkg -f %{fontconf}.conf Padauk-Regular.ttf Padauk-Bold.ttf
|
||||||
%doc *.txt
|
%doc *.txt documentation
|
||||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
%package -n %{fontname}-book-fonts
|
%package -n %{fontname}-book-fonts
|
||||||
@ -42,27 +40,16 @@ Padauk Book family font.
|
|||||||
|
|
||||||
%common_desc
|
%common_desc
|
||||||
|
|
||||||
%_font_pkg -n book -f %{fontconf}-book.conf Padauk-book*.ttf
|
%_font_pkg -n book -f %{fontconf}-book.conf PadaukBook*.ttf
|
||||||
%{_datadir}/appdata/%{fontname}-book.metainfo.xml
|
%{_datadir}/appdata/%{fontname}-book.metainfo.xml
|
||||||
%doc *.txt
|
%doc *.txt documentation
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n padauk-2.80
|
%autosetup -n %{archivename}
|
||||||
sed -i 's/\r//' OFL.txt
|
sed -i 's/\r//' *.txt documentation/DOCUMENTATION.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Following is needed to fix the postscript font name
|
# nothing to do here
|
||||||
ttx *.ttf
|
|
||||||
sed -i 's|ပိတောက်|Padauk|g' Padauk*.ttx
|
|
||||||
|
|
||||||
sed -i 's|စာလုံးမဲ|Bold|g' Padauk*.ttx
|
|
||||||
|
|
||||||
sed -i 's|စာအုပ်|Book|g' Padauk-book*.ttx
|
|
||||||
rm *.ttf
|
|
||||||
ttx Padauk*.ttx
|
|
||||||
|
|
||||||
rm *.ttx
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
@ -89,6 +76,9 @@ install -Dm 0644 -p %{SOURCE4} \
|
|||||||
%{buildroot}%{_datadir}/appdata/%{fontname}-book.metainfo.xml
|
%{buildroot}%{_datadir}/appdata/%{fontname}-book.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2017 Parag Nemade <pnemade AT fedoraproject DOT org> - 3.002-1
|
||||||
|
- Update to 3.002
|
||||||
|
|
||||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-10
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user