]> git.pld-linux.org Git - packages/xorg-font-font-util.git/blame - xorg-font-font-util.spec
- updated to 1.3.2
[packages/xorg-font-font-util.git] / xorg-font-font-util.spec
CommitLineData
dbf1bce1
JB
1Summary: BDF font utilities (bdftruncate, ucs2any)
2Summary(pl.UTF-8): Narzędzia do fontów BDF (bdftruncate, ucs2any)
4b561ccf 3Name: xorg-font-font-util
aca71998 4Version: 1.3.2
231c9f22 5Release: 1
864103ff 6License: BSD
9a10f01e 7Group: X11/Development/Tools
aca71998
JB
8Source0: https://xorg.freedesktop.org/releases/individual/font/font-util-%{version}.tar.bz2
9# Source0-md5: 3d6adb76fdd072db8c8fae41b40855e8
10URL: https://xorg.freedesktop.org/
428d0dc8 11BuildRequires: autoconf >= 2.60
4b561ccf 12BuildRequires: automake
428d0dc8 13BuildRequires: xorg-util-util-macros >= 1.8
1d650fd3
AM
14Obsoletes: X11-fonts-utils < 1:7.0.0
15Obsoletes: XFree86-fonts-utils < 1:7.0.0
9a10f01e 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
4b561ccf 17
4b561ccf 18%description
ce7dbfef 19X.org font package creation/installation utilities:
dbf1bce1
JB
20- bdftruncate generates truncated BDF font from ISO 10646-1-encoded
21 BDF font
231c9f22
JB
22- ucs2any generates BDF fonts containing subsets of ISO 10646-1
23 codepoints
4b561ccf 24
abff1459 25%description -l pl.UTF-8
ce7dbfef 26Narzędzia do tworzenia i instalacji pakietów fontów X.org:
dbf1bce1
JB
27- bdftruncate generuje obcięte fonty BDF z fontów BDF w kodowaniu ISO
28 10646-1
29- ucs2any generuje fonty BDF zawierające podzbiory kodów ISO 10646-1
4b561ccf
AM
30
31%prep
32%setup -q -n font-util-%{version}
33
4b561ccf
AM
34%build
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
bd8a5437 39%configure \
bf91c8a0
AM
40 --with-mapdir=%{_fontsdir}/util \
41 --with-fontrootdir=%{_fontsdir}
4b561ccf 42
9a10f01e 43%{__make}
4b561ccf
AM
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT \
50 pkgconfigdir=%{_pkgconfigdir}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
4b561ccf
AM
55%files
56%defattr(644,root,root,755)
aca71998 57%doc COPYING ChangeLog README.md
5163a8e9
JB
58%attr(755,root,root) %{_bindir}/bdftruncate
59%attr(755,root,root) %{_bindir}/ucs2any
4b561ccf 60%{_fontsdir}/util
09f4ef90
JR
61%{_mandir}/man1/bdftruncate.1*
62%{_mandir}/man1/ucs2any.1*
5163a8e9 63%{_aclocaldir}/fontutil.m4
4b561ccf 64%{_pkgconfigdir}/fontutil.pc
This page took 0.128743 seconds and 4 git commands to generate.