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