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