Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > cdce6a14f5e14332b28a9852065eab26 > files > 1

fonts-ttf-freefont-20060126-3mdv2009.0.src.rpm

Summary:	A set of free Truetype fonts (GPL)
Name:		fonts-ttf-freefont
Version:	20060126
Release:	%mkrel 3

Source0:	freefont-ttf-%{version}.tar.gz
Source1:	remove-kana-glyphs
Source2:	freefont-20040828.readme_kana.mdk
# (mpol) pfaedit is now fontforge
Patch0:		freefont-20040828.fontforge.patch
License:	GPL
Group:		System/Fonts/True type
URL:		http://www.nongnu.org/freefont/
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildArch:	noarch
Requires(post):	fontconfig
Requires(postun): fontconfig

%description 
A set of Truetype fonts released under the GPL.
This project aims to provide a set of free outline
(PostScript Type0, TrueType, OpenType...) fonts
covering the ISO 10646/Unicode UCS (Universal Character Set).
This package provides the Truetype fonts from that project.

%prep
%setup -q -n freefont-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/TTF

install -m644 *.ttf $RPM_BUILD_ROOT%{_datadir}/fonts/TTF

%post
[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache

%postun
if [ "$1" = "0" ]; then
	[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc AUTHORS CREDITS ChangeLog README
%{_datadir}/fonts/TTF/*.ttf


%changelog
* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 20060126-3mdv2009.0
+ Revision: 220863
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 20060126-2mdv2008.1
+ Revision: 125126
- kill re-definition of %%buildroot on Pixel's request

  + Ademar de Souza Reis Jr <ademar@mandriva.com.br>
    - typo, cosmetic

* Thu Jul 05 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 20060126-2mdv2008.0
+ Revision: 48708
- fonts/TTF is already on fontpath, no need to
  call chkfontpath

* Mon Jul 02 2007 Funda Wang <fundawang@mandriva.org> 20060126-1mdv2008.0
+ Revision: 46917
- New version


* Fri Aug 04 2006 Helio Chissini de Castro <helio@mandriva.com>
+ 2006-08-04 23:11:13 (52888)
- Normalize fonts with new paths

* Fri Aug 04 2006 Helio Chissini de Castro <helio@mandriva.com>
+ 2006-08-04 21:12:01 (52817)
- import fonts-ttf-freefont-20040828-4mdk

* Tue Feb 07 2006 Frederic Crozat <fcrozat@mandriva.com> 20040828-4mdk
- Fix prereq
- don't package fontconfig cache

* Fri Sep 02 2005 Marcel Pol <mpol@mandriva.org> 20040828-3mdk
- fix requires

* Sat Aug 28 2004 Marcel Pol <mpol@mandrake.org> 20040828-2mdk
- add README_KANA.mdk with explanation why

* Sat Aug 28 2004 Marcel Pol <mpol@mandrake.org> 20040828-1mdk
- cvs update, build fonts from source
- remove KANA glyphs
- patch0, pfaedit is now fontforge