|
|
@ -3,6 +3,7 @@
|
|
|
|
%global prio_biolinum 61
|
|
|
|
%global prio_biolinum 61
|
|
|
|
%global fontconf_libertine %{prio_libertine}-%{fontname}-libertine.conf
|
|
|
|
%global fontconf_libertine %{prio_libertine}-%{fontname}-libertine.conf
|
|
|
|
%global fontconf_biolinum %{prio_biolinum}-%{fontname}-biolinum.conf
|
|
|
|
%global fontconf_biolinum %{prio_biolinum}-%{fontname}-biolinum.conf
|
|
|
|
|
|
|
|
%global fontconf_metrics 29-%{fontname}-metrics-alias.conf
|
|
|
|
%global archivename LinLibertine
|
|
|
|
%global archivename LinLibertine
|
|
|
|
%define posttag 2011_06_21
|
|
|
|
%define posttag 2011_06_21
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +14,7 @@ proprietary standard fonts.
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{fontname}-fonts
|
|
|
|
Name: %{fontname}-fonts
|
|
|
|
Version: 5.1.3
|
|
|
|
Version: 5.1.3
|
|
|
|
Release: 1.%{posttag}%{?dist}
|
|
|
|
Release: 2.%{posttag}%{?dist}
|
|
|
|
Summary: Linux Libertine Open Fonts
|
|
|
|
Summary: Linux Libertine Open Fonts
|
|
|
|
|
|
|
|
|
|
|
|
Group: User Interface/X
|
|
|
|
Group: User Interface/X
|
|
|
@ -22,6 +23,7 @@ URL: http://linuxlibertine.sf.net
|
|
|
|
Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineSRC_%{version}_%{posttag}.tgz
|
|
|
|
Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineSRC_%{version}_%{posttag}.tgz
|
|
|
|
Source1: %{name}-libertine-fontconfig.conf
|
|
|
|
Source1: %{name}-libertine-fontconfig.conf
|
|
|
|
Source2: %{name}-biolinum-fontconfig.conf
|
|
|
|
Source2: %{name}-biolinum-fontconfig.conf
|
|
|
|
|
|
|
|
Source3: %{name}-libertine-metrics-alias-fontconfig.conf
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -76,8 +78,10 @@ install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
|
|
|
|
|
|
|
|
|
|
|
install -m 0644 -p %{SOURCE1} \
|
|
|
|
install -m 0644 -p %{SOURCE1} \
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf_libertine}
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf_libertine}
|
|
|
|
install -m 0644 -p %{SOURCE1} \
|
|
|
|
install -m 0644 -p %{SOURCE2} \
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf_biolinum}
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf_biolinum}
|
|
|
|
|
|
|
|
install -m 0644 -p %{SOURCE3} \
|
|
|
|
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf_metrics}
|
|
|
|
|
|
|
|
|
|
|
|
for fconf in %{fontconf_libertine} %{fontconf_biolinum}; do
|
|
|
|
for fconf in %{fontconf_libertine} %{fontconf_biolinum}; do
|
|
|
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
|
|
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
|
|
@ -96,6 +100,9 @@ rm -fr %{buildroot}
|
|
|
|
%_font_pkg -n biolinum -f %{fontconf_biolinum} LinBiolinum*.ttf
|
|
|
|
%_font_pkg -n biolinum -f %{fontconf_biolinum} LinBiolinum*.ttf
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 13 2012 Akira TAGOH <tagoh@redhat.com> - 5.1.3-2.2011_06_21
|
|
|
|
|
|
|
|
- Fix the order for substitute of Times New Roman. (#830849)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 19 2012 Akira TAGOH <tagoh@redhat.com> - 5.1.3-1.2011_06_21
|
|
|
|
* Thu Apr 19 2012 Akira TAGOH <tagoh@redhat.com> - 5.1.3-1.2011_06_21
|
|
|
|
- New upstream release. (#813730)
|
|
|
|
- New upstream release. (#813730)
|
|
|
|
|
|
|
|
|
|
|
|