Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > b154d88b38196d26c85ec4578d0964b4 > files > 2

fonts-type1-greek-2.0-17.mga9.src.rpm

Summary:	Greek Type1 fonts
Name:		fonts-type1-greek
Version:	2.0
Release:	%mkrel 17

Url:		http://iris.math.aegean.gr/kerkis/
# date 2003-01-17
Source0:	http://iris.math.aegean.gr/kerkis/Kerkis_for_X11.tar.bz2

License: 	Distributable (Copyright (C) Department of Mathematics, University of Aegean. For use information check http://iris.math.aegean.gr/kerkis/)

Group:		System/Fonts/Type1
BuildArch:	noarch
BuildRequires:	font-tools

%description
Nice Greek scalable fonts, usable for display on screen or for printing.
Please if you want to use them for publishing, read the
licence at http://iris.math.aegean.gr/kerkis/
or in the doc directory.

%prep

%setup -q -n Kerkis_for_X11 
 
%build

%install
install -d %buildroot/%_datadir/fonts/type1/greek/
install -m 0644 *.pfb %buildroot/%_datadir/fonts/type1/greek
install -m 0644 *.afm %buildroot/%_datadir/fonts/type1/greek

cat fonts.scale | \
	sed 's:^\(.*\)-iso8859-7$:\1-iso8859-7#\1-iso10646-1:' | \
	tr '#' '\n' | uniq | grep '[ 	]' > fonts.scale.tmp
wc -l fonts.scale.tmp | awk '{print $1}'> fonts.scale.new
cat fonts.scale.tmp >> fonts.scale.new
install -m 0644 fonts.scale.new \
	%buildroot/%_datadir/fonts/type1/greek/fonts.scale

(
cd %buildroot/%_datadir/fonts/type1/greek
cp fonts.scale fonts.dir
)

mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
ln -s ../../..%_datadir/fonts/type1/greek \
    %{buildroot}%_sysconfdir/X11/fontpath.d/type1-greek:pri=50


%files
%defattr(0644,root,root,0755)
%doc License.txt
%dir %_datadir/fonts/type1/greek
%_datadir/fonts/type1/greek/*.pfb
%_datadir/fonts/type1/greek/*.afm
%config(noreplace) %_datadir/fonts/type1/greek/fonts.dir
%config(noreplace) %_datadir/fonts/type1/greek/fonts.scale
%_sysconfdir/X11/fontpath.d/type1-greek:pri=50





%changelog
* Sat Mar 19 2022 umeabot <umeabot> 2.0-17.mga9
+ Revision: 1801040
- Mageia 9 Mass Rebuild

* Tue Feb 11 2020 umeabot <umeabot> 2.0-16.mga8
+ Revision: 1490242
- Mageia 8 Mass Rebuild

* Tue Sep 18 2018 umeabot <umeabot> 2.0-15.mga7
+ Revision: 1261662
- Mageia 7 Mass Rebuild

* Sun Jan 31 2016 umeabot <umeabot> 2.0-14.mga6
+ Revision: 929485
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 2.0-13.mga5
+ Revision: 744077
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 2.0-12.mga5
+ Revision: 679292
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 2.0-11.mga4
+ Revision: 504554
- Mageia 4 Mass Rebuild

* Fri Jan 11 2013 umeabot <umeabot> 2.0-10.mga3
+ Revision: 350739
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Mar 03 2011 ennael <ennael> 2.0-9.mga1
+ Revision: 63553
- imported package fonts-type1-greek


* Thu Dec 02 2010 Oden Eriksson <oeriksson@mandriva.com> 2.0-9mdv2011.0
+ Revision: 605208
- rebuild

* Wed Jan 20 2010 Paulo Ricardo Zanoni <pzanoni@mandriva.com> 2.0-8mdv2010.1
+ Revision: 494124
- fc-cache is now called by an rpm filetrigger

* Sat Mar 07 2009 Antoine Ginies <aginies@mandriva.com> 2.0-7mdv2009.1
+ Revision: 351150
- rebuild

* Tue Jun 17 2008 Thierry Vignaud <tv@mandriva.org> 2.0-6mdv2009.0
+ Revision: 220958
- rebuild

* Sat Jan 12 2008 Thierry Vignaud <tv@mandriva.org> 2.0-5mdv2008.1
+ Revision: 150076
- rebuild
- kill re-definition of %%buildroot on Pixel's request

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

* Thu Jul 05 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 2.0-4mdv2008.0
+ Revision: 48748
- fontpath.d conversion (#31756)
- minor cleanups

* Sat Apr 28 2007 Adam Williamson <awilliamson@mandriva.org> 2.0-3mdv2008.0
+ Revision: 18892
- rebuild for new era
- clean spec
- drop hideous live generation of README using lynx (whoever came up with this probably eats kittens)
- bzip2 source


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

* Fri May 14 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 2.0-1mdk
- changed the version number so it is in synch with the kerkis font
  version number, it makes things less misleading.

* Wed Mar 05 2003 Pablo Saratxaga <pablo@mandrakesoft.com> 1.0-4mdk
- added *-iso10646-1 lines so the fonts can be used by old programs
  when in el_GR.UTF-8 locale

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