|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global fontconf_biolinum %{prio_biolinum}-%{fontname}-biolinum.conf
|
|
|
|
|
%global fontconf_metrics 29-%{fontname}-metrics-alias.conf
|
|
|
|
|
%global archivename LinLibertine
|
|
|
|
|
%define posttag 2011_06_21
|
|
|
|
|
%define posttag 2012_07_02
|
|
|
|
|
|
|
|
|
|
%define common_desc \
|
|
|
|
|
The Linux Libertine Open Fonts are a TrueType font family for practical \
|
|
|
|
@ -13,14 +13,14 @@ use in documents. They were created to provide a free alternative to \
|
|
|
|
|
proprietary standard fonts.
|
|
|
|
|
|
|
|
|
|
Name: %{fontname}-fonts
|
|
|
|
|
Version: 5.1.3
|
|
|
|
|
Release: 3.%{posttag}%{?dist}
|
|
|
|
|
Version: 5.3.0
|
|
|
|
|
Release: 1.%{posttag}%{?dist}
|
|
|
|
|
Summary: Linux Libertine Open Fonts
|
|
|
|
|
|
|
|
|
|
Group: User Interface/X
|
|
|
|
|
License: GPLv2+ with exceptions or OFL
|
|
|
|
|
URL: http://linuxlibertine.sf.net
|
|
|
|
|
Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineSRC_%{version}_%{posttag}.tgz
|
|
|
|
|
Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineTTF_%{version}_%{posttag}.tgz
|
|
|
|
|
Source1: %{name}-libertine-fontconfig.conf
|
|
|
|
|
Source2: %{name}-biolinum-fontconfig.conf
|
|
|
|
|
Source3: %{name}-libertine-metrics-alias-fontconfig.conf
|
|
|
|
@ -57,16 +57,16 @@ Group: User Interface/X
|
|
|
|
|
This package consists of files used by other %{name} packages.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{archivename}
|
|
|
|
|
sed -i -e 's/\r//' OFL.txt
|
|
|
|
|
%setup -q -c
|
|
|
|
|
sed -i -e 's/\r//' OFL-1.1.txt
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
for i in $(find -name '*.sfd'); do
|
|
|
|
|
(cd scripts;
|
|
|
|
|
./bailly-2.sh "../$i" ttf
|
|
|
|
|
)
|
|
|
|
|
done
|
|
|
|
|
mv scripts/*.ttf .
|
|
|
|
|
#for i in $(find -name '*.sfd'); do
|
|
|
|
|
# (cd scripts;
|
|
|
|
|
# ./bailly-2.sh "../$i" ttf
|
|
|
|
|
# )
|
|
|
|
|
#done
|
|
|
|
|
#mv scripts/*.ttf .
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -fr %{buildroot}
|
|
|
|
@ -83,7 +83,7 @@ install -m 0644 -p %{SOURCE2} \
|
|
|
|
|
install -m 0644 -p %{SOURCE3} \
|
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf_metrics}
|
|
|
|
|
|
|
|
|
|
for fconf in %{fontconf_libertine} %{fontconf_biolinum}; do
|
|
|
|
|
for fconf in %{fontconf_libertine} %{fontconf_metrics} %{fontconf_biolinum}; do
|
|
|
|
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/$fconf
|
|
|
|
|
done
|
|
|
|
@ -93,13 +93,20 @@ rm -fr %{buildroot}
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
|
%defattr(0644, root, root, 0755)
|
|
|
|
|
%doc Bugs.txt ChangeLog.txt GPL.txt LICENCE.txt OFL.txt Readme-TEX.txt Readme.txt
|
|
|
|
|
%doc Bugs.txt ChangeLog.txt GPL.txt LICENCE.txt OFL-1.1.txt Readme-TEX.txt README
|
|
|
|
|
|
|
|
|
|
%_font_pkg -f %{fontconf_libertine} LinLibertine*.ttf
|
|
|
|
|
|
|
|
|
|
%{_fontconfig_templatedir}/%{fontconf_metrics}
|
|
|
|
|
%{_fontconfig_confdir}/%{fontconf_metrics}
|
|
|
|
|
|
|
|
|
|
%_font_pkg -n biolinum -f %{fontconf_biolinum} LinBiolinum*.ttf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 24 2012 Akira TAGOH <tagoh@redhat.com> - 5.3.0-1.2012_07_02
|
|
|
|
|
- New upstream release.
|
|
|
|
|
- Giving up to build fonts from the source due to lacking of the build script.
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.3-3.2011_06_21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|