From 022ac32fe8c3f8e7a159fe43188867b204bb05e8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: May 15 2007 16:29:58 +0000 Subject: liberation-fonts --- diff --git a/.cvsignore b/.cvsignore index e69de29..1bc77ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +liberation-fonts-ttf-2.tar.gz diff --git a/59-liberation-fonts.conf b/59-liberation-fonts.conf new file mode 100644 index 0000000..6f82639 --- /dev/null +++ b/59-liberation-fonts.conf @@ -0,0 +1,23 @@ + + + + + + Liberation Sans + + sans-serif + + + + Liberation Serif + + serif + + + + Liberation Mono + + monospace + + + diff --git a/liberation-fonts.spec b/liberation-fonts.spec new file mode 100644 index 0000000..cb37a6a --- /dev/null +++ b/liberation-fonts.spec @@ -0,0 +1,78 @@ +Summary: Fonts to replace commonly used Microsoft Windows Fonts +Name: liberation-fonts +Version: 0.1 +Release: 8%{?dist} +License: GPL + font exception +Group: User Interface/X +URL: https://www.redhat.com/promo/fonts/ +Source0: https://www.redhat.com/f/fonts/liberation-fonts-ttf-2.tar.gz +Source1: 59-liberation-fonts.conf +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildArch: noarch +# for /etc/fonts/conf.d +Requires: fontconfig + +%description +The Liberation Fonts are intended to be replacements for the three +most commonly used fonts on Microsoft systems: Times New Roman, +Arial, and Courier New. + +%prep +%setup -q -c + +%clean +rm -rf %{buildroot} + +%build + +%install +rm -rf %{buildroot} +# fonts +install -m 0755 -d %{buildroot}%{_datadir}/fonts/liberation +install -m 0644 *.ttf %{buildroot}%{_datadir}/fonts/liberation +# configuration +install -m 0755 -d %{buildroot}%{_sysconfdir}/fonts/conf.d +install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fonts/conf.d + +%post +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache %{_datadir}/fonts +fi + +%postun +if [ "$1" = "0" ]; then + if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache %{_datadir}/fonts + fi +fi + +%files +%defattr(-,root,root) +%doc License.txt COPYING +%{_datadir}/fonts/liberation +%config(noreplace) %{_sysconfdir}/fonts/conf.d/59-liberation-fonts.conf + +%changelog +* Tue May 15 2007 Matthias Clasen 0.1-8 +- Change the license tag to "GPL + font exception" + +* Mon May 14 2007 Matthias Clasen 0.1-7 +- Correct the source url + +* Mon May 14 2007 Matthias Clasen 0.1-6 +- Incorporate package review feedback + +* Fri May 11 2007 Matthias Clasen 0.1-5 +- Bring the package in sync with Fedora packaging standards + +* Wed Apr 25 2007 Meethune Bhowmick 0.1-4 +- Require fontconfig package for post and postun + +* Tue Apr 24 2007 Meethune Bhowmick 0.1-3 +- Bump version to fix issue in RHEL4 RHN + +* Thu Mar 29 2007 Richard Monk 0.1-2rhis +- New license file + +* Thu Mar 29 2007 Richard Monk 0.1-1rhis +- Inital packaging diff --git a/sources b/sources index e69de29..75761be 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +360dee2d73159522db3be6af8ec23294 liberation-fonts-ttf-2.tar.gz