%define _name liberation-fonts Summary: Fonts to replace commonly used Microsoft Windows Fonts Summary(pl.UTF-8): Fonty zastępujące popularne fonty z Microsoft Windows Name: fonts-TTF-RedHat-liberation Version: 1.0 Release: 1 License: GPL v2 + exceptions Group: Fonts Source0: %{_name}-%{version}-1.zip # Source0-md5: 6322c47a17c0ab83dbc6d8d23620db8c Source1: %{name}.fontconfig URL: https://www.redhat.com/promo/fonts/ Requires(post,postun): fontpostinst Requires: %{_fontsdir}/TTF Obsoletes: liberation-fonts-ttf BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _ttffontsdir %{_fontsdir}/TTF %description The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono). %description -l pl.UTF-8 Fonty Liberation mają być zamiennikami trzech najczęściej używanych fontów z systemów Microsoftu. Pakiet zawiera trzy zestawy: Sans (zamiennik dla Arial, Albany, Helvetica, Nimbus Sans L i Bitstream Vera Sans), Serif (zamiennik dla Times New Roman, Thorndale, Nimbus Roman i Bitstream Vera Serif) i Mono (zamiennik dla Courier New, Cumberland, Courier, Nimbus Mono L i Bitstream Vera Sans Mono). %prep %setup -q -c %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_ttffontsdir} cp -a *.ttf $RPM_BUILD_ROOT%{_ttffontsdir} install -d $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail install %SOURCE1 $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail/60-liberation.conf %clean rm -rf $RPM_BUILD_ROOT %post fontpostinst TTF %postun fontpostinst TTF %files %defattr(644,root,root,755) %{_ttffontsdir}/* %{_sysconfdir}/fonts/conf.avail/60-liberation.conf