]> git.pld-linux.org Git - packages/freefonts.git/blob - freefonts.spec
- added gzipping docs,
[packages/freefonts.git] / freefonts.spec
1 Summary:        Collection of Free ATM Fonts
2 Summary(pl):    Kolekcja Darmowych Fontów ATM
3 Name:           freefonts
4 Version:        0.10
5 Release:        12
6 Copyright:      free
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 Source:         ftp://sunsite.unc.edu/pub/Linux/X11/fonts/%{name}-%{version}.tar.gz
10 Requires:       type1inst >= 0.6.1
11 Prereq:         type1inst
12 BuildArch:      noarch
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description
16 This is a collection of 79 freely available fonts. All of them were found in
17 the CICA archives for Windows. Some of them are missing special characters,
18 some only contain capitals, some contain special alphabets. Be careful and
19 check!
20
21 %description -l pl
22 To jest kolekcja 79 darmowych fontów. Wszystkie z nich zosta³y znalezione w
23 archiwach CICA dla Windows. Niektórym z nich brakuje znaków specjalnych,
24 inne zawieraj± wy³±cznie wielkie litery, a inne znów zawieraj± tylko znaki
25 specjalne.
26
27 %prep
28 %setup -q -n freefont
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT/usr/share/fonts/Type1
33 install *.pfb $RPM_BUILD_ROOT/usr/share/fonts/Type1
34
35 gzip -9nf README *.license
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %post
41 cd /usr/share/fonts/Type1
42 type1inst -nogs -quiet
43
44 %postun
45 cd /usr/share/fonts/Type1
46 type1inst -nogs -quiet
47
48 %files
49 %defattr(644,root,root,755)
50 %doc {README,*.license}.gz
51 /usr/share/fonts/Type1/*.pfb
This page took 0.175604 seconds and 3 git commands to generate.