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