]> git.pld-linux.org Git - packages/XFree86-fonts.git/blob - XFree86-fonts.spec
1f6198c2078e0057dd4eb9b5d618e73bfdd5ed5a
[packages/XFree86-fonts.git] / XFree86-fonts.spec
1 Summary:        XFree86 Fonts
2 Summary(pl):    Fonty dla systemu XFree86 
3 Name:           XFree86-fonts
4 Version:        3.3.3.1
5 Release:        5
6 Copyright:      MIT
7 Group:          X11/XFree86
8 Group(pl):      X11/XFree86
9 Source:         ftp.xfree86.org:/pub/XFree86/3.3.3/source/X333src-2.tgz
10 Patch0:         %{name}-3.3.3.1.patch.bz2
11 Buildroot:      /tmp/%{name}-%{version}-root
12
13 %description 
14 This package contains the basic fonts, programs and documentation for an X
15 workstation. It does not provide the X server which drives your video
16 hardware -- those are available in other package.
17
18 %description -l pl
19
20 %package -n     XFree86-75dpi-fonts
21 Summary:        X11R6 75dpi fonts - only need on server side
22 Summary(de):    X11RT 76 dpi-Fonts - nur auf Serverseite erforderlich
23 Summary(fr):    Fontes 75 dpi X11R6 - nécessaire uniquement côté serveur
24 Summary(pl):    Fonty o rozdzielczo¶ci 75dpi-niebêdne dla serwera.
25 Summary(tr):    X11R6 75dpi yazýtipleri - yalnýzca sunucu tarafýnda gerekir
26 Group:          X11/XFree86
27 Group(pl):      X11/XFree86
28
29 %ifarch sparc
30 Obsoletes: X11R6.1-75dpi-fonts
31 %endif
32
33 %description -n XFree86-75dpi-fonts
34 The 75dpi fonts used on most Linux systems. Users with high resolution
35 displays may prefer the 100dpi fonts available in a separate package.
36
37 %package -n     XFree86-100dpi-fonts
38 Summary:        X11R6 100dpi fonts - only need on server side
39 Summary(de):    X11R6 100dpi-Fonts - nur auf Server-Seite erforderlich
40 Summary(fr):    Fontes 100ppp pour X11R6 - nécessaires seulement coté serveur.
41 Summary(pl):    Fonty o rozdzielczosci 100dpi-niezbêdne dla serwera.
42 Summary(tr):    X11R6 100dpi yazýtipleri - yalnýzca sunucu tarafýnda gereklidir
43 Group:          X11/XFree86
44 Group(pl):      X11/XFree86
45
46 %ifarch sparc
47 Obsoletes: X11R6.1-100dpi-fonts
48 %endif
49
50 %description -n XFree86-100dpi-fonts
51 The 100dpi fonts used on most Linux systems. Users with high resolution
52 displays may prefer the 100dpi fonts available in a separate package.
53
54 %package -n     XFree86-cyrillic-fonts
55 Summary:        Cyrillic fonts - only need on server side
56 Summary(pl):    Cyrlica
57 Group:          X11/XFree86
58 Group(pl):      X11/XFree86
59
60 %description -n XFree86-cyrillic-fonts
61 The 75dpi fonts used on most Linux systems. Users with high resolution
62 displays may prefer the 100dpi fonts available in a separate package.
63
64 %description -l de -n XFree86-100dpi-fonts
65 Die 100dpi-Schriftarten, die auf den meisten Linux-Systemen zum Einsatz
66 kommen. Anwender mit hochauflösenden Monitoren ziehen unter Umständen
67 die 100dpi-Schriften vor, die in einem separaten Paket erhältlich sind.
68
69 %description -l de -n XFree86-75dpi-fonts
70 Die 75dpi-Fonts, die auf meisten Linux-Systemen verwendet werden. Für Benutzer
71 mit einer hochauflösender Darstellung sind die 100dpi-Fonts eines getrennt
72 erhältlichen Pakets besser geeignet.
73
74 %description -l de -n XFree86-cyrillic-fonts
75
76 %description -l fr -n XFree86-100dpi-fonts
77 Les fontes 100dpi sont utilisées par la plupart des systèmes Linux.
78 Les utilisateurs ayant des hautes résolutions peuvent préférer les 
79 fontes 100dpi disponibles dans un package séparé.
80
81 %description -l fr -n XFree86-75dpi-fonts
82 Fontes 75 dpi utilisées sur la plupart des systèmes Linux. Ceux qui ont
83 des écrans à haute résolution préfèreront les fontes 100 dpi disponibles
84 dans un autre paquetage.
85
86 %description -l fr -n XFree86-cyrillic-fonts
87
88 %description -l tr -n XFree86-100dpi-fonts
89 Yüksek çözünürlük kullanan kullanýcýlar 100dpi yazýtiplerini 75dpi olanlara
90 yeðleyebilirler.
91
92 %description -l tr -n XFree86-75dpi-fonts
93 Çoðu Linux sisteminde 75dpi yazýtipi kullanýlýr. Yüksek çözünürlük kullanan
94 kullanýcýlar 100dpi yazýtiplerini yeðleyebilirler.
95
96 %description -l tr -n XFree86-cyrillic-fonts
97
98 %description -l pl -n XFree86-75dpi-fonts
99 75dpi - Podstawowe czcionki dla wielu maszyn Linuxowych.
100 W wypadku wiêkszej rozdzielczo¶ci zalecane czcionki 100dpi s± dostêpne 
101 w osobnym sk³adzie.
102  
103 %description -l pl -n XFree86-100dpi-fonts
104 100dpi - Podstawowe czcionki dla maszyn Linuxowych pracuj±cych z wysok±
105 rozdzielczo¶ci± obrazu.
106
107 %description -l pl -n XFree86-cyrillic-fonts
108 Cyrlica.
109
110 %prep
111 %setup -q -c 
112 %patch0 -p1
113
114 %build
115 # Clean up to save a *lot* of disk space
116 find . -name "*.orig" -print | xargs rm -f
117 find . -size 0 -print | xargs rm -f
118
119 cd xc/fonts
120 xmkmf
121 make Makefiles
122 make depend
123 make CDEBUGFLAGS="$RPM_OPT_FLAGS"
124
125 %install
126 (cd xc/fonts;\
127  make DESTDIR=$RPM_BUILD_ROOT install;\
128  make DESTDIR=$RPM_BUILD_ROOT install.man;\
129 )
130
131 %clean
132 rm -rf $RPM_BUILD_ROOT
133
134 %files -n XFree86-fonts
135 %defattr(644,root,root,755)
136 /usr/X11R6/lib/X11/fonts/PEX
137 /usr/X11R6/lib/X11/fonts/Speedo
138 /usr/X11R6/lib/X11/fonts/Type1
139 /usr/X11R6/lib/X11/fonts/misc
140
141 %files -n XFree86-75dpi-fonts
142 %defattr(644,root,root,755)
143 /usr/X11R6/lib/X11/fonts/75dpi
144
145 %files -n XFree86-100dpi-fonts
146 %defattr(644,root,root,755)
147 /usr/X11R6/lib/X11/fonts/100dpi
148
149 %files -n XFree86-cyrillic-fonts
150 %defattr(644,root,root,755)
151 /usr/X11R6/lib/X11/fonts/cyrillic
152
153 %changelog
154 * Fri Feb 12 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
155   [3.3.3.1-4d]
156 - added Group(pl),
157 - another modifications.
158
159 * Fri Dec 18 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
160   [3.3.3-1d]
161 - major changes && build for PLD
162
163        -- sorry this spec is not finished yet but... --  
164
165 * Thu Dec 03 1998 Wojciech "Sas" Ciêciwa <cieciwa@alpha.zarz.agh.edu.pl>
166 - separate fonts from main package,
167 - building RPM.
This page took 0.064308 seconds and 3 git commands to generate.