]> git.pld-linux.org Git - packages/freefonts.git/blob - freefonts.spec
- removed spaces from %attr macros parameters.
[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 BuildArchitectures: 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/X11R6/lib/X11/fonts/Type1
33 install *.pfb $RPM_BUILD_ROOT/usr/X11R6/lib/X11/fonts/Type1
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %post
39 cd /usr/X11R6/lib/X11/fonts/Type1
40 type1inst -nogs -quiet
41
42 %postun
43 cd /usr/X11R6/lib/X11/fonts/Type1
44 type1inst -nogs -quiet
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README *.license
49 /usr/X11R6/lib/X11/fonts/Type1/*.pfb
50
51 %changelog
52 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
53   [0.10-12]
54 - changed "Group" to "X11/Utilities"
55 - added "Group(pl)
56
57 * Sat Sep 26 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
58   [0.10-11]
59 - added pl translation.
60
61 * Thu Jul 23 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
62   [0.10-10]
63 - added "Requires: type1inst >= 0.6.1",
64 - fixed %defattr.
65
66 * Wed May  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
67 - %%{version} macro instead %%{PACKAGE_VERSION},
68 - added -q %setup parameter,
69 - added using %%{name} macro in Buildroot and Source field.
70
71 * Fri Apr 17 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
72 - Buildroot changed to /tmp/freefonts-%%{PACKAGE_VERSION}-root,
73 - added %%{PACKAGE_VERSION} to Source url,
74 - replaced "mkdir -p" with "install -d" in %install,
75 - simplification in %files,
76 - added beter font (un)registration in font.scale by using for this
77   type1inst perl script (changed %post, %postun),
78 - added %defattr macro in %files (allows building package from
79   non-root account); %defattr requires rpm >= 2.4.99.
80
81 * Tue Dec 9 1997 Peter Soos <sp@osb.hu>
82 Moved to noarch architecture
This page took 0.073812 seconds and 3 git commands to generate.