Resolves bz:1062128 : Making default font for Urdu language
This commit is contained in:
parent
79aab17b7c
commit
bfa1807311
@ -9,36 +9,24 @@
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>PakType Nashk Basic</string>
|
||||
<string>PakType Naskh Basic</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<match>
|
||||
<test name="lang">
|
||||
<string>ur-pk</string>
|
||||
<test name="lang" compare="contains">
|
||||
<string>ur</string>
|
||||
</test>
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>PakType Nashk Basic</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<match>
|
||||
<test name="lang">
|
||||
<string>ur-in</string>
|
||||
</test>
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>PakType Nashk Basic</string>
|
||||
<string>PakType Naskh Basic</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<alias>
|
||||
<family>PakType Nashk Basic</family>
|
||||
<family>PakType Naskh Basic</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
@ -1,15 +1,16 @@
|
||||
%global priority 65-0
|
||||
%global fontname paktype-naskh-basic
|
||||
%global fontconf 67-paktype-naskh-basic
|
||||
%global fontconf %{priority}-%{fontname}
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 4.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Fonts for Arabic, Farsi, Urdu and Sindhi from PakType
|
||||
Group: User Interface/X
|
||||
License: GPLv2 with exceptions
|
||||
URL: https://sourceforge.net/projects/paktype/
|
||||
Source0: http://downloads.sourceforge.net/paktype/Individual-Release/PakType-Naskh-Basic-%{version}.tar.gz
|
||||
Source1: %{fontconf}.conf
|
||||
Source1: %{name}.conf
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel
|
||||
Requires: fontpackages-filesystem
|
||||
@ -52,6 +53,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf}.conf \
|
||||
%doc PakType_Naskh_Basic_License.txt PakTypeNaskhBasicFeatures.pdf
|
||||
|
||||
%changelog
|
||||
* Thu Feb 06 2014 Pravin Satpute <psatpute@redhat.com> - 4.1-3
|
||||
- Resolves bz:1062128 : Making default font for Urdu language
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -90,7 +94,7 @@ ln -s %{_fontconfig_templatedir}/%{fontconf}.conf \
|
||||
* Fri Mar 12 2010 Naveen Kumar <nkumar@redhat.com> - 3.0-5
|
||||
- changed the name of package from paktype-nashk-basic to paktype-naskh-basic
|
||||
|
||||
* Fri Mar 9 2010 Naveen Kumar <nkumar@redhat.com> - 3.0-4
|
||||
* Tue Mar 9 2010 Naveen Kumar <nkumar@redhat.com> - 3.0-4
|
||||
- removed redundant BuildRequires from specfile
|
||||
- removed unnecessary rm/rmdir's from specfile
|
||||
- Sane updates in docs.
|
||||
|
Loading…
Reference in New Issue
Block a user