]> git.pld-linux.org Git - packages/fonty.git/blob - fonty.spec
826c80579ca681f200426a10b7ea18bcc9a60766
[packages/fonty.git] / fonty.spec
1 Summary:     Fonts on Linux console
2 Summary(pl): Fonty na konsoli Linuxa
3 Name:        fonty
4 Version:     1.0
5 Release:     1
6 Copyright:   GPL
7 Group:       Utilities/Text
8 Source:      http://qrczak.home.ml.org/programy/linux/%{name}/%{name}-%{version}.tar.gz
9 URL:         http://qrczak.home.ml.org/programy/linux/fonty/
10 Requires:    console-tools
11 BuildRoot:   /tmp/%{name}-%{version}-root
12
13 %description
14 The Fonty package contains various fonts for Linux text console and
15 dynafont - a tool which allows displaying texts containing thousands of
16 different characters.
17
18 %description -l pl
19 Niniejszy pakiet zawiera ró¿ne fonty dla konsoli tekstowej Linuxa oraz
20 dynafont - narzêdzie pozwalaj±ce wy¶wietlaæ teksty zawieraj±ce tysi±ce
21 ró¿nych znaków.
22
23 %prep
24 %setup -q
25
26 %build
27 CXXFLAGS=$RPM_OPT_FLAGS make \
28         consoleprefix=/usr \
29         konwertprefix=/usr \
30         perl=/usr/bin/perl \
31         docdir=/usr/doc/fonty-%{version}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 make install \
36         consoleprefix=$RPM_BUILD_ROOT/usr \
37         konwertprefix=$RPM_BUILD_ROOT/usr \
38         perl=/usr/bin/perl \
39         docdir=$RPM_BUILD_ROOT/usr/doc/fonty-%{version}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc %lang(en) doc/en
47 %doc %lang(pl) doc/pl
48 /usr/share/consolefonts/*
49 /usr/share/consoletrans/*
50 %attr(755, root, root) /usr/lib/konwert/aux/dynafont
51 %attr(755, root, root) /usr/share/konwert/filters/dynafont
52
53 %changelog
54 * Sat Nov 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
55   [1.0-1]
56 - simplification in %files,
57 - removed "Prereq: perl".
58
59 * Fri Sep 20 1998 Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl>
60 - First release in RPM
This page took 0.057218 seconds and 2 git commands to generate.