]> git.pld-linux.org Git - packages/fonts-bitmap-nexus.git/blob - fonts-bitmap-nexus.spec
- post/postun deps
[packages/fonts-bitmap-nexus.git] / fonts-bitmap-nexus.spec
1 Summary:        A sans-serif fixed font
2 Summary(pl):    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:  XFree86-devel
16 Requires(post,postun):  fontpostinst
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 A sans-serif, fixed font with iso8859 encoding. Only available as 10
22 point with medium weight.
23
24 %description -l pl
25 Font sans-serif sta³ej szeroko¶ci z kodowaniem iso8859. Dostêpny tylko
26 jako 10-punktowy o ¶redniej grubo¶ci.
27
28 %prep
29 %setup -q -n %{_pkgname}
30
31 %build
32 /usr/bin/X11/bdftopcf nex6x10.bdf > nex6x10.pcf
33 gzip -9nf nex6x10.pcf
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_fontsdir}
38 install nex6x10.pcf.gz $RPM_BUILD_ROOT%{_fontsdir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %post
44 fontpostinst misc
45
46 %postun
47 fontpostinst misc
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS COPYING README
52 %{_fontsdir}/nex6x10.pcf.gz
This page took 0.109157 seconds and 3 git commands to generate.