|
Lines 2-8
Link Here
|
| 2 |
|
2 |
|
| 3 |
Name: xorg-x11-font-utils |
3 |
Name: xorg-x11-font-utils |
| 4 |
Version: 1.0.1 |
4 |
Version: 1.0.1 |
| 5 |
Release: alt4 |
5 |
Release: alt5 |
| 6 |
Serial: 1 |
6 |
Serial: 1 |
| 7 |
Summary: Font utilities required for installing fonts |
7 |
Summary: Font utilities required for installing fonts |
| 8 |
License: MIT/X11 |
8 |
License: MIT/X11 |
|
Lines 41-54
installing font packages.
Link Here
|
| 41 |
|
41 |
|
| 42 |
cd encodings-* |
42 |
cd encodings-* |
| 43 |
%__autoreconf |
43 |
%__autoreconf |
|
|
44 |
mkdir -p build |
| 45 |
cd build |
| 46 |
%define _configure_script ../configure |
| 44 |
%configure \ |
47 |
%configure \ |
| 45 |
--with-encodingsdir=%_datadir/X11/fonts/encodings |
48 |
--with-encodingsdir=%_datadir/X11/fonts/encodings |
| 46 |
%make_build |
49 |
%make_build |
| 47 |
|
50 |
|
| 48 |
%install |
51 |
%install |
| 49 |
cd encodings-* |
52 |
cd encodings-*/build |
| 50 |
%make DESTDIR=%buildroot install |
53 |
%make DESTDIR=%buildroot install |
| 51 |
cd .. |
54 |
cd ../.. |
| 52 |
%make DESTDIR=%buildroot install |
55 |
%make DESTDIR=%buildroot install |
| 53 |
|
56 |
|
| 54 |
%files |
57 |
%files |
|
Lines 61-66
cd ..
Link Here
|
| 61 |
%_man1dir/* |
64 |
%_man1dir/* |
| 62 |
|
65 |
|
| 63 |
%changelog |
66 |
%changelog |
|
|
67 |
* Tue Apr 03 2007 Sergey Vlasov <vsu@altlinux.ru> 1:1.0.1-alt5 |
| 68 |
- Use separate build directory for encodings to fix filenames in encodings.dir |
| 69 |
(otherwise mkfontscale picks up non-gzipped files, #11326). |
| 70 |
|
| 64 |
* Wed Nov 08 2006 Valery Inozemtsev <shrek@altlinux.ru> 1:1.0.1-alt4 |
71 |
* Wed Nov 08 2006 Valery Inozemtsev <shrek@altlinux.ru> 1:1.0.1-alt4 |
| 65 |
- updated encodings to 1.0.2 |
72 |
- updated encodings to 1.0.2 |
| 66 |
|
73 |
|