]> git.pld-linux.org Git - packages/fonts-bitmap-nexus.git/blob - fonts-bitmap-nexus.spec
- tabs in preamble
[packages/fonts-bitmap-nexus.git] / fonts-bitmap-nexus.spec
1 Summary:        A sans-serif fixed font
2 Summary(pl.UTF-8):      Font sans-serif stałej szerokości
3 %define _pkgname        nexus
4 Name:           fonts-bitmap-nexus
5 Version:        0.0.2
6 %define _snap   20050704
7 # this is not changing so don't include snap in rel
8 Release:        0.1
9 License:        BSD
10 Group:          X11/Applications
11 #Source0:       http://dl.sourceforge.net/enlightenment/%{_pkgname}-%{version}.tar.gz
12 Source0:        http://sparky.homelinux.org/snaps/enli/misc/%{_pkgname}-%{_snap}.tar.gz
13 # Source0-md5:  0c430037a88e7d986da8bfda227c061a
14 URL:            http://enlightenment.org/
15 BuildRequires:  xorg-app-bdftopcf
16 Requires(post,postun):  fontpostinst
17 Requires:       %{_fontsdir}/misc
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 A sans-serif, fixed font with iso8859 encoding. Only available as 10
23 point with medium weight.
24
25 %description -l pl.UTF-8
26 Font sans-serif stałej szerokości z kodowaniem iso8859. Dostępny tylko
27 jako 10-punktowy o średniej grubości.
28
29 %prep
30 %setup -q -n %{_pkgname}
31
32 %build
33 bdftopcf nex6x10.bdf > nex6x10.pcf
34 gzip -9nf nex6x10.pcf
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_fontsdir}/misc
39
40 install nex6x10.pcf.gz $RPM_BUILD_ROOT%{_fontsdir}/misc
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %post
46 fontpostinst misc
47
48 %postun
49 fontpostinst misc
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS COPYING README
54 %{_fontsdir}/misc/nex6x10.pcf.gz
This page took 0.078121 seconds and 3 git commands to generate.