Blame SPECS/liberation-fonts.spec

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