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