Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > f1f128ee6634f6718ab96055212d8eaa > files > 2

fonts-ttf-armenian-1.1-11mdk.src.rpm

Summary:	Free Armenian TrueType fonts
Name:		fonts-ttf-armenian
Version:	1.1
Release:	11mdk
License:	Distributable
URL:		http://www.freenet.am/armnls/
Group:		System/Fonts/True type

Source0:	fonts-ttf-armenian-%{version}.tar.bz2
BuildArch:	noarch
BuildRoot:	%_tmppath/%name-%version-%release-root
BuildRequires:	freetype-tools
PreReq:		chkfontpath

%description
This Package provides free Armenian TrueType fonts.

%prep

%setup -q

%build
# TODO: create a README file

%install
rm -fr %buildroot

mkdir -p %buildroot/%_datadir/fonts/ttf/armenian/

/usr/sbin/ttmkfdir -u > fonts.scale
cp fonts.scale fonts.dir
%{_bindir}/fc-cache . || touch fonts.cache-1

cp * %buildroot/%_datadir/fonts/ttf/armenian/

%post
if [ -x /usr/sbin/chkfontpath ]; then
   /usr/sbin/chkfontpath -q -a %_datadir/fonts/ttf/armenian
else
   echo "You don't have a chkfontpath utility; you will need to manually"
   echo "Install the fonts into your TTF enabled font server"
fi
%{_bindir}/fc-cache %{_datadir}/fonts/ 

%postun
# 0 means a real uninstall
if [ "$1" = "0" ]; then
   [ -x /usr/sbin/chkfontpath ] && \
   /usr/sbin/chkfontpath -q -r %_datadir/fonts/ttf/armenian
   %{_bindir}/fc-cache %{_datadir}/fonts/ 
fi

%clean
rm -fr %buildroot

%files
%defattr(0644,root,root,0755)
%dir %_datadir/fonts/
%dir %_datadir/fonts/ttf/
%dir %_datadir/fonts/ttf/armenian/
%_datadir/fonts/ttf/armenian/*

%changelog
* Fri Jul 25 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.1-11mdk
- rebuild
- prereq on chkfontpath

* Tue Feb 18 2003 Pablo Saratxaga <pablo@mandrakesoft.com> 1.1-10mdk
- use of fc-cache

* Wed Aug 07 2002 Pablo Saratxaga <pablo@mandrakesoft.com> 1.1-9mdk
- rebuild with a proper XftCache (it was empty) so the fonts can be used
  for antialiasing with Xft

* Thu May 23 2002 Warly <warly@mandrakesoft.com> 1.1-8mdk
- remove Monotype copyrighted fonts

* Thu Feb 14 2002 Pablo Saratxaga <pablo@mandrakesoft.com> 1.1-7mdk
- add *-iso10646-1 lines

* Mon Nov 20 2001 David BAUDENS <baudens@mandrakesoft.com> 1.1-6mdk
- Own /usr/share/fonts/ & Co
- Clean spec

* Fri Jun 08 2001 Pablo Saratxaga <pablo@mandrakesoft.com> 1.1-5mdk
- added XftCache support

* Sat Jun  2 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 1.1-4mdk
- BuildRequires: freetype-tools

* Fri Mar 23 2001 Pablo Saratxaga <pablo@mandrakesoft.com> 1.1-3mdk
- removed useless stuff in %%post

* Tue Nov  7 2000 dam's <damien@mandrakesoft.com> 1.1-2mdk
- Mandrake release

* Tue Aug 29 2000 Pablo Saratxaga <pablo@mandrakesoft.com> 1.1-1mdk
- corrected the encoding to match the new armscii-8 standard
- added two more fonts

* Wed Jul  5 2000 dam's <damien@mandrakesoft.com> 1.0-3mdk
- mandrake release

* Thu Apr 20 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 1.0-2mdk
- fix group

* Fri Mar 24 2000 Pablo Saratxaga <pablo@mandrakesoft.com> 1.0-1mdk
- First Build