]> git.pld-linux.org Git - packages/fonts-OTF-silesiana.git/blob - fonts-OTF-silesiana.spec
- release 2 (by relup.sh)
[packages/fonts-OTF-silesiana.git] / fonts-OTF-silesiana.spec
1 %define         _name   silesiana
2 Summary:        Silesian typeface
3 Summary(pl.UTF-8):      Śląski krój pisma
4 Name:           fonts-OTF-silesiana
5 Version:        2006
6 Release:        2
7 License:        CC BY-NC-ND 2.0
8 Group:          Fonts
9 Source0:        http://www.silesia-region.pl/silesiana/%{_name}_otf.zip
10 # Source0-md5:  9bddfa4e70dacf078111e87f2fc767f6
11 URL:            http://www.silesia-region.pl/silesiana/
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 Requires:       %{_fontsdir}/OTF
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _otffontsdir    %{_fontsdir}/OTF
19
20 %description
21 Silesiana is a typeface created for Silesian local authorities, who
22 held all rights to this font. Silesiana will be used in all official
23 letters and documents.
24
25 Font was first introduced on 17 October, 2006. It was created after
26 research of typefaces of the past centuries collections of letters
27 from Silesian Library and Ksiaznica Cieszynska.
28
29 Henryk Sakwerda (Silesian master of calligraphy) and Artur Frankowski
30 (typographer) decided that the typeface should be made in italics and
31 based on traditional calligraphy. Silesian typeface refers to the
32 activity of Heronim Wietora, a 16th century publisher and typographer
33 as well as to the Silesian Currenta, a handwritten typeface derived
34 from Gothic.
35
36 %description -l en.UTF-8
37 Silesiana is a typeface created for Silesian local authorities, who
38 held all rights to this font. Silesiana will be used in all official
39 letters and documents.
40
41 Font was first introduced on 17 October, 2006. It was created after
42 research of typefaces of the past centuries collections of letters
43 from Silesian Library and Książnica Cieszyńska.
44
45 Henryk Sakwerda (Silesian master of calligraphy) and Artur Frankowski
46 (typographer) decided that the typeface should be made in italics and
47 based on traditional calligraphy. Silesian typeface refers to the
48 activity of Heronim Wietora, a 16th century publisher and typographer
49 as well as to the Silesian Currenta, a handwritten typeface derived
50 from Gothic.
51
52 %description -l pl.UTF-8
53 Silesiana (nazywana również Pismem Śląskim) - krój pisma powstały na
54 zamówienie władz województwa śląskiego, które są właścicielem
55 wszystkich praw autorskich tego fontu. Silesiana będzie używana w
56 oficjalnych pismach i dokumentach urzędowych.
57
58 Czcionka została oficjalnie zaprezentowana 17 października 2006 roku.
59 Powstała w wyniku badań nad krojami pisma z minionych stuleci,
60 prowadzonych na podstawie zbiorów z Biblioteki Śląskiej i Książnicy
61 Cieszyńskiej.
62
63 Śląski mistrz kaligrafii Henryk Sakwerda oraz typograf Artur
64 Frankowski, którzy pracowali nad projektem zadecydowali, że pismo
65 powinno być pochyłe i wywodzić się z tradycyjnej kaligrafii. Krój
66 Silesiany nawiązuje do działalności literniczej Hieronima Wietora,
67 XVI-wiecznego śląskiego wydawcy i typografa oraz do śląskiej kurrenty,
68 odręcznego pisma wywodzącego się z gotyku.
69
70 %prep
71 %setup -q -c
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 install -d $RPM_BUILD_ROOT%{_otffontsdir}
76
77 install *.otf $RPM_BUILD_ROOT%{_otffontsdir}
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %post
83 fontpostinst OTF
84
85 %postun
86 fontpostinst OTF
87
88 %files
89 %defattr(644,root,root,755)
90 %{_otffontsdir}/silesiana.otf
This page took 0.043645 seconds and 3 git commands to generate.