]> git.pld-linux.org Git - packages/xorg-app-fonttosfnt.git/blob - xorg-app-fonttosfnt.spec
- updated to 1.2.2
[packages/xorg-app-fonttosfnt.git] / xorg-app-fonttosfnt.spec
1 Summary:        fonttosfnt application - wrap a bitmap font in a sfnt (TrueType or OpenType) wrapper
2 Summary(pl.UTF-8):      Aplikacja fonttosfnt - osadzanie fontu bitmapowego w obudowie sfnt (TrueType lub OpenType)
3 Name:           xorg-app-fonttosfnt
4 Version:        1.2.2
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/fonttosfnt-%{version}.tar.bz2
9 # Source0-md5:  d0173cfab9af4b6c933e557f091bdfe2
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  freetype-devel >= 2
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libfontenc-devel
16 BuildRequires:  xorg-proto-xproto-devel
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 fonttosfnt application wraps a bitmap (bdf or pcf) font or a set of
22 bitmap fonts in a sfnt (TrueType or OpenType) wrapper.
23
24 %description -l pl.UTF-8
25 Aplikacja fonttosfnt osadza font bitmapowy (bdf lub pcf) lub zbiór
26 fontów bitmapowych w obudowie sfnt (TrueType lub OpenType).
27
28 %prep
29 %setup -q -n fonttosfnt-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog README.md
52 %attr(755,root,root) %{_bindir}/fonttosfnt
53 %{_mandir}/man1/fonttosfnt.1*
This page took 0.104859 seconds and 3 git commands to generate.