f656ff
%global priority  59
f656ff
%global fontname liberation
f656ff
%global fontconf %{priority}-%{fontname}
f656ff
%global archivename %{name}-%{version}
f656ff
%global common_desc The Liberation Fonts are intended to be replacements for the 3 most commonly\
f656ff
used fonts on Microsoft systems: Times New Roman, Arial, and Courier New.
f656ff
f656ff
%define catalogue %{_sysconfdir}/X11/fontpath.d
f656ff
f656ff
Name:             %{fontname}-fonts
f656ff
Summary:          Fonts to replace commonly used Microsoft Windows fonts
f656ff
Version:          2.1.3
f656ff
Release:          4%{?dist}
f656ff
Epoch:            1
f656ff
License:          OFL
f656ff
URL:              https://github.com/liberationfonts/liberation-fonts
f656ff
Source0:          %{url}/files/6060974/%{archivename}.tar.gz
f656ff
Source2:          %{name}-mono.conf
f656ff
Source3:          %{name}-sans.conf
f656ff
Source4:          %{name}-serif.conf
f656ff
Source6:          %{fontname}.metainfo.xml
f656ff
Source7:          %{fontname}-mono.metainfo.xml
f656ff
Source8:          %{fontname}-sans.metainfo.xml
f656ff
Source9:          %{fontname}-serif.metainfo.xml
f656ff
BuildArch:        noarch
f656ff
f656ff
BuildRequires:    fontpackages-devel >= 1.13
f656ff
BuildRequires:    mkfontscale mkfontdir
f656ff
BuildRequires:    fontforge
f656ff
BuildRequires:    libappstream-glib
f656ff
BuildRequires:    python3
f656ff
BuildRequires:    python3-fonttools
f656ff
BuildRequires: make
f656ff
f656ff
Requires:         %{fontname}-mono-fonts = %{epoch}:%{version}-%{release}
f656ff
Requires:         %{fontname}-sans-fonts = %{epoch}:%{version}-%{release}
f656ff
Requires:         %{fontname}-serif-fonts = %{epoch}:%{version}-%{release}
f656ff
f656ff
%description
f656ff
%common_desc
f656ff
f656ff
Meta-package of Liberation fonts which installs Sans, Serif, and Monospace
f656ff
families.
f656ff
f656ff
%package -n %{fontname}-fonts-common
f656ff
Epoch:  1
f656ff
Summary:          Shared common files of Liberation font families
f656ff
Requires:         fontpackages-filesystem >= 1.13
f656ff
f656ff
%description -n %{fontname}-fonts-common
f656ff
%common_desc
f656ff
f656ff
Shared common files of Liberation font families.
f656ff
f656ff
%files -n %{fontname}-fonts-common
f656ff
%doc AUTHORS ChangeLog README.md TODO
f656ff
%license  LICENSE
f656ff
%{_datadir}/appdata/liberation.metainfo.xml
f656ff
f656ff
f656ff
%package -n %{fontname}-mono-fonts
f656ff
Summary:      Monospace fonts to replace commonly used Microsoft Courier New
f656ff
Requires:     %{fontname}-fonts-common = %{epoch}:%{version}-%{release}
f656ff
%description -n %{fontname}-mono-fonts
f656ff
%common_desc
f656ff
f656ff
This package provides Monospace TrueType fonts that replace commonly used
f656ff
Microsoft Courier New.
f656ff
f656ff
%files -n %{fontname}-mono-fonts
f656ff
%{_fontdir}-mono
f656ff
%ghost %attr(644, root, root) %{_fontdir}-mono/.uuid 
f656ff
%{_fontconfig_templatedir}/*-liberation-mono.conf 
f656ff
%config(noreplace) %{_fontconfig_confdir}/*-liberation-mono.conf 
f656ff
%{_datadir}/appdata/liberation-mono.metainfo.xml
f656ff
%{catalogue}/%{fontname}-mono-fonts
f656ff
f656ff
f656ff
%package -n %{fontname}-sans-fonts
f656ff
Summary:      Sans-serif fonts to replace commonly used Microsoft Arial
f656ff
Requires:     %{fontname}-fonts-common = %{epoch}:%{version}-%{release}
f656ff
%description -n %{fontname}-sans-fonts
f656ff
%common_desc
f656ff
f656ff
This package provides Sans-serif TrueType fonts that replace commonly used
f656ff
Microsoft Arial.
f656ff
f656ff
%files -n %{fontname}-sans-fonts
f656ff
%{_fontdir}-sans
f656ff
%ghost %attr(644, root, root) %{_fontdir}-sans/.uuid 
f656ff
%{_fontconfig_templatedir}/*-liberation-sans.conf 
f656ff
%config(noreplace) %{_fontconfig_confdir}/*-liberation-sans.conf 
f656ff
%{_datadir}/appdata/liberation-sans.metainfo.xml
f656ff
%{catalogue}/%{fontname}-sans-fonts
f656ff
f656ff
f656ff
%package -n %{fontname}-serif-fonts
f656ff
Summary:      Serif fonts to replace commonly used Microsoft Times New Roman
f656ff
Requires:     %{fontname}-fonts-common = %{epoch}:%{version}-%{release}
f656ff
%description -n %{fontname}-serif-fonts
f656ff
%common_desc
f656ff
f656ff
This package provides Serif TrueType fonts that replace commonly used
f656ff
Microsoft Times New Roman.
f656ff
f656ff
%files -n %{fontname}-serif-fonts
f656ff
%{_fontdir}-serif
f656ff
%ghost %attr(644, root, root) %{_fontdir}-serif/.uuid 
f656ff
%{_fontconfig_templatedir}/*-liberation-serif.conf 
f656ff
%config(noreplace) %{_fontconfig_confdir}/*-liberation-serif.conf 
f656ff
%{_datadir}/appdata/liberation-serif.metainfo.xml
f656ff
%{catalogue}/%{fontname}-serif-fonts
f656ff
f656ff
f656ff
%prep
f656ff
%autosetup -n %{archivename}
f656ff
f656ff
# Fedora fix for https://bugzilla.redhat.com/show_bug.cgi?id=1526510
f656ff
sed -i 's/OS2_UseTypoMetrics: 1/OS2_UseTypoMetrics: 0/g' src/*.sfd
f656ff
f656ff
sed -i 's|/usr/bin/env python|%{_bindir}/python2|' scripts/setisFixedPitch-fonttools.py
f656ff
f656ff
%build
f656ff
make %{?_smp_mflags} 
f656ff
mv liberation-fonts-ttf-%{version}/* .
f656ff
f656ff
f656ff
%install
f656ff
# fonts .ttf
f656ff
install -m 0755 -d %{buildroot}%{_fontdir}-mono
f656ff
install -m 0755 -d %{buildroot}%{_fontdir}-sans
f656ff
install -m 0755 -d %{buildroot}%{_fontdir}-serif
f656ff
f656ff
install -m 0644 -p LiberationMono*.ttf %{buildroot}%{_fontdir}-mono
f656ff
install -m 0644 -p LiberationSans*.ttf %{buildroot}%{_fontdir}-sans
f656ff
install -m 0644 -p LiberationSerif*.ttf %{buildroot}%{_fontdir}-serif
f656ff
f656ff
f656ff
# catalogue
f656ff
install -m 0755 -d %{buildroot}%{catalogue}
f656ff
ln -s %{_fontdir}-mono %{buildroot}%{catalogue}/%{fontname}-mono-fonts
f656ff
ln -s %{_fontdir}-sans %{buildroot}%{catalogue}/%{fontname}-sans-fonts
f656ff
ln -s %{_fontdir}-serif %{buildroot}%{catalogue}/%{fontname}-serif-fonts
f656ff
f656ff
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
f656ff
                   %{buildroot}%{_fontconfig_confdir}
f656ff
f656ff
# Repeat for every font family
f656ff
install -m 0644 -p %{SOURCE2} \
f656ff
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-mono.conf
f656ff
install -m 0644 -p %{SOURCE3} \
f656ff
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf
f656ff
install -m 0644 -p %{SOURCE4} \
f656ff
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf
f656ff
f656ff
# Add AppStream metadata
f656ff
install -Dm 0644 -p %{SOURCE6} \
f656ff
        %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
f656ff
install -Dm 0644 -p %{SOURCE7} \
f656ff
        %{buildroot}%{_datadir}/appdata/%{fontname}-mono.metainfo.xml
f656ff
install -Dm 0644 -p %{SOURCE8} \
f656ff
        %{buildroot}%{_datadir}/appdata/%{fontname}-sans.metainfo.xml
f656ff
install -Dm 0644 -p %{SOURCE9} \
f656ff
        %{buildroot}%{_datadir}/appdata/%{fontname}-serif.metainfo.xml
f656ff
f656ff
for fconf in %{fontconf}-mono.conf \
f656ff
             %{fontconf}-sans.conf \
f656ff
             %{fontconf}-serif.conf; do
f656ff
  ln -s %{_fontconfig_templatedir}/$fconf \
f656ff
        %{buildroot}%{_fontconfig_confdir}/$fconf
f656ff
done
f656ff
f656ff
# fonts.{dir,scale}
f656ff
mkfontscale %{buildroot}%{_fontdir}-mono
f656ff
mkfontscale %{buildroot}%{_fontdir}-sans
f656ff
mkfontscale %{buildroot}%{_fontdir}-serif
f656ff
mkfontdir %{buildroot}%{_fontdir}-mono
f656ff
mkfontdir %{buildroot}%{_fontdir}-sans
f656ff
mkfontdir %{buildroot}%{_fontdir}-serif
f656ff
f656ff
%check
f656ff
appstream-util validate-relax --nonet \
f656ff
        %{buildroot}%{_datadir}/appdata/%{fontname}*.metainfo.xml
f656ff
f656ff
%files
f656ff
f656ff
%changelog
f656ff
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.1.3-4
f656ff
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f656ff
  Related: rhbz#1991688
f656ff
f656ff
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.1.3-3
f656ff
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f656ff
f656ff
* Thu Mar 04 2021 Peter Hutterer <peter.hutterer@redhat.com> 1:2.1.3-2
f656ff
- Require mkfontscale and mkfontdir directly, not xorg-x11-font-utils
f656ff
  (#1933539)
f656ff
f656ff
* Mon Mar 01 2021 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 1:2.1.3-1
f656ff
- New release of liberation-fonts 2.1.3
f656ff
- Resolves:rh#1464310 : Tilded G not works with Liberation Sans and Serif
f656ff
f656ff
* Tue Feb 02 2021 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 1:2.1.2-1
f656ff
- New release of liberation-fonts 2.1.2
f656ff
f656ff
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.0-3
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f656ff
f656ff
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.0-2
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f656ff
f656ff
* Mon Feb 10 2020 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 1:2.1.0-1
f656ff
- New release of liberation-fonts 2.1.0 
f656ff
f656ff
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.00.5-8
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f656ff
f656ff
* Mon Jan 13 2020 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 1:2.00.5-7
f656ff
- update .uuid file permission in ghost macro
f656ff
f656ff
* Fri Sep 13 2019 Jens Petersen <petersen@redhat.com> - 1:2.00.5-6
f656ff
- base package now pulls in subpackages (#1748803)
f656ff
- improve descriptions
f656ff
f656ff
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.00.5-5
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f656ff
f656ff
* Mon Jul 1 2019 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 1:2.00.5-4
f656ff
- Updated CI test
f656ff
f656ff
* Mon Jun 24 2019 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 1:2.00.5-3
f656ff
- Remove Obsoletes and Provides for liberation-narrow-fonts (#1707712)
f656ff
- Splitted the font family(mono, sans and serif) into diferrent root font directories   
f656ff
f656ff
* Mon Apr 15 2019 Vishal Vijayraghavan <vishalvijayraghavan AT gmail DOT com> - 1:2.00.5-2
f656ff
- Added CI Test
f656ff
f656ff
* Wed Mar 6 2019 Vishal Vijayraghavan <vishalvijayraghavan AT gmail DOT com> - 1:2.00.5-1
f656ff
- New release of liberation-fonts 2.00.5 
f656ff
f656ff
* Tue Dec 11 2018 Vishal Vijayraghavan <vishalvijayraghavan AT gmail DOT com> - 1:2.00.4-1
f656ff
- Resolves:rh#1490184 - ArialMT fonts should be replaced by Liberation Sans (instead of default "Dejavu Sans" "Book")
f656ff
- Update to 2.00.4
f656ff
f656ff
* Thu Aug 16 2018 Vishal Vijayraghavan <vishalvijayraghavan AT gmail DOT com> - 1:2.00.3-2
f656ff
- Updated License from Liberation to OFL 
f656ff
f656ff
* Wed Jul 25 2018 Vishal Vijayraghavan <vishalvijayraghavan AT gmail DOT com> - 1:2.00.3-1
f656ff
- Updated the BuildRequires to python3 and using latest build
f656ff
- Changed the upstream URL
f656ff
f656ff
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.00.1-3
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f656ff
f656ff
* Sat Mar 17 2018 Björn Esser <besser82@fedoraproject.org> - 1:2.00.1-2
f656ff
- Add proper Obsoletes/Provides for liberation-narrow-fonts
f656ff
f656ff
* Wed Mar 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 1:2.00.1-1
f656ff
- Update to 2.00.1
f656ff
f656ff
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.07.4-11
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f656ff
f656ff
* Mon Dec 18 2017 Parag Nemade <pnemade AT fedoraproject DOT org> - 1:1.07.4-10
f656ff
- Resolves:rh#1526510 - USE_TYPO_METRICS set in Fedora 2X but not set in RHEL7 or in ttf binary release
f656ff
- some spec cleanups
f656ff
f656ff
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.07.4-9
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f656ff
f656ff
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.07.4-8
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f656ff
f656ff
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.07.4-7
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f656ff
f656ff
* Wed Aug 12 2015 Pravin Satpute <psatpute@redhat.com> - 1:1.07.4-6
f656ff
- Resolves #1252564: Enabled Meta packages for installing mono, narrow, sans and serif.
f656ff
f656ff
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.07.4-5
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f656ff
f656ff
* Wed Oct 15 2014 Richard Hughes <richard@hughsie.com> - 1:1.07.4-4
f656ff
- Add a MetaInfo file for the software center; this is a font we want to show.
f656ff
f656ff
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.07.4-3
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f656ff
f656ff
* Mon Apr 21 2014 Pravin Satpute <psatpute@redhat.com> - 1:1.07.4-2
f656ff
- resolved md5sum mismatch issue
f656ff
f656ff
* Fri Apr 18 2014 Pravin Satpute <psatpute@redhat.com> - 1:1.07.4-1
f656ff
- Upstream release of 1.07.4
f656ff
- Restored Liberation Sans Bold 'u' instructions
f656ff
- Resolved #1009650, renames serbian shapes as per AGL
f656ff
- Added new glyph for "imacron" and "g"
f656ff
- Added Correct shape for uni266B in all Liberation variants #1014357
f656ff
- Resolved Problematic shapes for macedonian alphabet #1013949
f656ff
f656ff
* Wed Aug 28 2013 Pravin Satpute <psatpute@redhat.com> - 1:1.07.3-2
f656ff
- Resolved #715309: Improved Bold 'u' hinting
f656ff
f656ff
* Fri Aug 23 2013 Pravin Satpute <psatpute@redhat.com> - 1:1.07.3-1
f656ff
- Upstream release 1.07.3
f656ff
f656ff
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.07.2-14
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f656ff
f656ff
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.07.2-13
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f656ff
f656ff
* Tue Jan 15 2013 Pravin Satpute <psatpute@redhat.com> - 1:1.07.2-12
f656ff
- Corrected font conf priority from 30-0 to 59
f656ff
- building from f18 to rawhide
f656ff
f656ff
* Fri Dec 07 2012 Pravin Satpute <psatpute@redhat.com> - 1:1.07.2-11
f656ff
- Decided to defer Liberation 2.0 feature in Fedora 18.
f656ff
- Reverting to Liberation 1.07.2. 
f656ff
- Using 11 release to match with Liberation Sans Narrow
f656ff
f656ff
* Wed Nov 21 2012 Pravin Satpute <psatpute@redhat.com> - 2.00.1-4
f656ff
- Improved spec file
f656ff
f656ff
* Tue Nov 20 2012 Pravin Satpute <psatpute@redhat.com> - 2.00.1-3
f656ff
- Resolved bug 878305
f656ff
f656ff
* Tue Nov 20 2012 Pravin Satpute <psatpute@redhat.com> - 2.00.1-2
f656ff
- Resolved issues of md5sum
f656ff
f656ff
* Thu Oct 04 2012 Pravin Satpute <psatpute@redhat.com> - 2.00.1-1
f656ff
- Upstream release of 2.00.1 version
f656ff
f656ff
* Wed Sep 12 2012 Pravin Satpute <psatpute@redhat.com> - 2.00.0-2
f656ff
- Removed fontconf files of 59 priority, now only has 30-0 alias file
f656ff
f656ff
* Thu Jul 26 2012 Pravin Satpute <psatpute@redhat.com> - 2.00.0-1
f656ff
- First upstream release with OFL license
f656ff
- Added conf files with 59 priority
f656ff
f656ff
* Tue Jun 26 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-6
f656ff
- Resolves bug 835182
f656ff
f656ff
* Tue Jun 26 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-5
f656ff
- Resolves bug 835182
f656ff
f656ff
* Thu May 10 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-4
f656ff
- Resolves bug 799384
f656ff
f656ff
* Sat Feb 18 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-3
f656ff
- Resolved bug 714191
f656ff
f656ff
* Mon Feb 13 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-2
f656ff
- Resolved #715309
f656ff
f656ff
* Thu Feb 09 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-1
f656ff
- Upstream release 1.07.2
f656ff
f656ff
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07.1-4
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f656ff
f656ff
* Wed Dec 21 2011 Pravin Satpute <psatpute@redhat.com> - 1.07.1-3
f656ff
- Resolved bug 753572, removed hint of cent sign
f656ff
f656ff
* Fri Oct 14 2011 Pravin Satpute <psatpute@redhat.com> - 1.07.1-2
f656ff
- Resolved bug 657849, added support in Sans and Serif
f656ff
f656ff
* Wed Sep 21 2011 Pravin Satpute <psatpute@redhat.com> - 1.07.1-1
f656ff
- Upstream Release 1.07.1
f656ff
- Resolved bug 738264, 729989
f656ff
f656ff
* Mon May 30 2011 Pravin Satpute <psatpute@redhat.com> - 1.07.0-1
f656ff
- Upstream Release 1.07.0
f656ff
- Resolved bug 659214, 708330, 707973 
f656ff
f656ff
* Thu Feb 24 2011 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-5
f656ff
- bug 659214: added bulgarian characters
f656ff
f656ff
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06.0.20100721-4
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f656ff
f656ff
* Wed Oct 13 2010 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-3
f656ff
- bug 642493: use consistent ttf names
f656ff
f656ff
* Tue Oct 12 2010 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-2
f656ff
- Building from sources
f656ff
- Applying Monospace font patch bug 620273
f656ff
f656ff
* Thu Jul 22 2010 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-1
f656ff
- Upstream New Release
f656ff
- Added New Family Narrow
f656ff
f656ff
* Wed Jun 16 2010 Caius 'kaio' Chance <cchance@redhat.com> - 1.05.3.20100510-2
f656ff
- Updated Source URL to FedoraHosted and repackaged.
f656ff
f656ff
* Mon May 10 2010 Caius 'kaio' Chance <me at kaio.net> - 1.05.3.20100510-1
f656ff
- Updated from upstream.
f656ff
- Fixed correct Romanian glyphs in Liberation Fonts. (rhbz#440992)
f656ff
f656ff
* Fri May 07 2010 Caius 'kaio' Chance <me at kaio.net> - 1.05.3.20100506-2
f656ff
- Updated package URL and source URL.
f656ff
f656ff
* Thu May 06 2010 Caius 'kaio' Chance <me at kaio.net> - 1.05.3.20100506-1
f656ff
- Updated from upstream.
f656ff
- Cleaned up points and auto-instructed hinting of 'u', 'v', 'w', 'y'.
f656ff
(rhbz#463036)
f656ff
f656ff
* Wed May 05 2010 Caius 'kaio' Chance <k at kaio.net> - 1.05.3.20100505-2
f656ff
- Made 0x00A2 cent sign be coressed in Sans Narrow.
f656ff
f656ff
* Wed May 05 2010 Caius 'kaio' Chance <k at kaio.net> - 1.05.3.20100505-1
f656ff
- Updated from upstream.
f656ff
- Resolves: rhbz#474522 - Incorrect cent sign glyph (U+00A2) in Sans and Mono style in Liberation fonts.
f656ff
f656ff
* Wed Apr 28 2010 Caius 'kaio' Chance <k at kaio.net> - 1.05.3.20100428-1
f656ff
- rhbz#510174: Corrected version number of all SFD files.
f656ff
- Corrected license exceptions to GPLv2.
f656ff
- Updated README file.
f656ff
f656ff
* Tue Apr 27 2010 Caius 'kaio' Chance <k at kaio.net> - 1.05.3.20100427-1
f656ff
- Updated source from upstream.
f656ff
- Introduced Sans Narrow by upstream.
f656ff
f656ff
* Wed Jan 13 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-5.fc13
f656ff
- Removed 'Provides liberation-fonts and liberation-fonts-compat by
f656ff
  liberation-fonts-common.'
f656ff
f656ff
* Tue Jan 12 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-4.fc13
f656ff
- Rebuilt w/ macro fixes.
f656ff
f656ff
* Tue Jan 12 2010 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-3.fc13
f656ff
- Removed full stop in Summary.
f656ff
- Set default file permission in files.
f656ff
- Provides liberation-fonts and liberation-fonts-compat by 
f656ff
  liberation-fonts-common.
f656ff
- Macro as much as possible in .spec.
f656ff
f656ff
* Mon Oct 19 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-2.fc13
f656ff
- Rebuilt.
f656ff
f656ff
* Mon Oct 19 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.2.20091019-1.fc13
f656ff
- Resolves: rhbz#525498 - wrongly encoded glyphs after U+10000.
f656ff
f656ff
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05.1.20090721-2
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f656ff
f656ff
* Tue Jul 21 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.1.20090721-1.fc12
f656ff
- Fixed fontforge scripting of sfd -> ttf generation.
f656ff
- Checked existance of traditionat kern table in Sans and Serif.
f656ff
f656ff
* Tue Jul 14 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.1.20090713-2.fc12
f656ff
- Required fontforge ver 20090408 which supports generation with traditional
f656ff
  kern table. (rhbz#503430)
f656ff
f656ff
* Mon Jul 13 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.1.20090713-1.fc12
f656ff
- Updated to upstream 1.05.1.20090713.
f656ff
- Generate TTFs with traditional kern table via fontforge scripts. (rh#503430)
f656ff
f656ff
* Mon Jul 06 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.1.20090706-1.fc12
f656ff
- Updated to upstream 1.05.1.20090706.
f656ff
- Reconverted from original TTF with traditional kern table. (rh#503430)
f656ff
f656ff
* Tue Jun 30 2009 Caius 'kaio' Chance <k at kaio.me> - 1.05.1.20090630-1.fc12
f656ff
- Updated to upstream 1.05.1.20090630.
f656ff
- Reconverted from original TTF with better procedures of data conservation.
f656ff
f656ff
* Tue May 19 2009 Jens Petersen <petersen@redhat.com> - 1.04.93-11
f656ff
- remove redundant obsoletes, provides and conflicts from new subpackages
f656ff
f656ff
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04.93-10
f656ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f656ff
f656ff
* Thu Feb 05 2009 Caius Chance <cchance@redhat.com> - 1.04.93-9.fc11
f656ff
- Fixed inter-subpackage dependencies with reference of dejavu.
f656ff
f656ff
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 1.04.93-8.fc11
f656ff
- Fixed inter-subpackage dependencies.
f656ff
f656ff
* Wed Feb 04 2009 Caius Chance <cchance@redhat.com> - 1.04.93-7.fc11
f656ff
- Create -compat subpackage as meta-package for installing all font families.
f656ff
f656ff
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 1.04.93-6.fc11
f656ff
- Fix busted inter-subpackage dependencies
f656ff
f656ff
* Tue Jan 20 2009 Caius Chance <cchance@redhat.com> - 1.04.93-5.fc11
f656ff
- Resolved: rhbz#477410
f656ff
- Refined .spec file based on Mailhot's review on rhbz.
f656ff
f656ff
* Mon Jan 19 2009 Caius Chance <cchance@redhat.com> - 1.04.93-4.fc11
f656ff
- Resolves: thbz#477410
f656ff
- Package renaming for post-1.13 fontpackages macros.
f656ff
f656ff
* Fri Jan 09 2009 Caius Chance <cchance@redhat.com> - 1.04.93-3.fc11
f656ff
- Resolves: rhbz#477410 (Convert to new font packaging guidelines.)
f656ff
f656ff
* Tue Dec 09 2008 Caius Chance <cchance@redhat.com> - 1.04.93-2.fc11
f656ff
- Resolves: rhbz#474522 (Cent sign is not coressed in Sans & Mono.)
f656ff
f656ff
* Wed Dec 03 2008 Caius Chance <cchance@redhat.com> - 1.04.93-1.fc11
f656ff
- Resolves: rhbz#473481
f656ff
  (Blurriness of Greek letter m (U+03BC) in Liberation Sans Regular.)
f656ff
f656ff
* Thu Jul 17 2008 Caius Chance <cchance@redhat.com> - 1.04.90-1.fc10
f656ff
- Resolves: rhbz#258592
f656ff
  (Incorrect glyph points and missing hinting instructions for U+0079, U+03BC,
f656ff
   U+0431, U+2010..2012.)
f656ff
f656ff
* Thu Jul 17 2008 Caius Chance <cchance@redhat.com> - 1.04-1.fc10
f656ff
- Resolves: rhbz#455717 (Update sources to version 1.04.)
f656ff
- Improved .spec file.
f656ff
f656ff
* Thu Jun 12 2008 Caius Chance <cchance@redhat.com> - 1.04-0.1.beta2.fc10
f656ff
- Updated source version to 1.04.beta2.
f656ff
- Removed License.txt and COPYING as already included in sources.
f656ff
f656ff
* Thu Apr 10 2008 Caius Chance <cchance@redhat.com> - 1.03-1.fc9
f656ff
- Resolves: rhbz#251890 (Exchanged and incomplete glyphs.)
f656ff
- Repack source tarball and re-align source version number.
f656ff
f656ff
* Mon Mar 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-2
f656ff
- correct license tag, license explanation added
f656ff
f656ff
* Tue Mar 25 2008 Caius Chance <cchance@redhat.com> - 1.02-1.fc9
f656ff
- Resolves: rhbz#240525 (Alignment mismatch of dot accents.)
f656ff
f656ff
* Wed Jan 16 2008 Caius Chance <cchance@redhat.com> - 1.01-1.fc9
f656ff
- Moved source tarball from cvs to separated storage.
f656ff
f656ff
* Mon Jan 14 2008 Caius Chance <cchance@redhat.com> - 1.0-1.fc9
f656ff
- Resolves: rhbz#428596 (Liberation fonts need to be updated to latest font.)
f656ff
f656ff
* Wed Nov 28 2007 Caius Chance <cchance@redhat.com> - 0.2-4.fc9
f656ff
- Resolves: rhbz#367791 (remove 59-liberation-fonts.conf)
f656ff
f656ff
* Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.2-3.fc8
f656ff
- add fontdir macro
f656ff
- create fonts.dir and fonts.scale (reported by Mark Alford, #245961)
f656ff
- add catalogue symlink
f656ff
f656ff
* Wed Sep 12 2007 Jens Petersen <petersen@redhat.com> - 0.2-2.fc8
f656ff
- update license field to GPLv2
f656ff
f656ff
* Thu Jun 14 2007 Caius Chance <cchance@redhat.com> 0.2-1.fc8
f656ff
- Updated new source tarball from upstream: '-3' (version 0.2).
f656ff
f656ff
* Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> 0.1-9
f656ff
- Bump revision
f656ff
f656ff
* Tue May 15 2007 Matthias Clasen <mclasen@redhat.com> 0.1-8
f656ff
- Change the license tag to "GPL + font exception"
f656ff
f656ff
* Mon May 14 2007 Matthias Clasen <mclasen@redhat.com> 0.1-7
f656ff
- Correct the source url
f656ff
f656ff
* Mon May 14 2007 Matthias Clasen <mclasen@redhat.com> 0.1-6
f656ff
- Incorporate package review feedback
f656ff
f656ff
* Fri May 11 2007 Matthias Clasen <mclasen@redhat.com> 0.1-5
f656ff
- Bring the package in sync with Fedora packaging standards
f656ff
f656ff
* Wed Apr 25 2007 Meethune Bhowmick <bhowmick@redhat.com> 0.1-4
f656ff
- Require fontconfig package for post and postun
f656ff
f656ff
* Tue Apr 24 2007 Meethune Bhowmick <bhowmick@redhat.com> 0.1-3
f656ff
- Bump version to fix issue in RHEL4 RHN
f656ff
f656ff
* Thu Mar 29 2007 Richard Monk <rmonk@redhat.com> 0.1-2rhis
f656ff
- New license file
f656ff
f656ff
* Thu Mar 29 2007 Richard Monk <rmonk@redhat.com> 0.1-1rhis
f656ff
- Inital packaging