]> git.pld-linux.org Git - packages/lcdf-typetools.git/blame - lcdf-typetools.spec
- updated to 2.95
[packages/lcdf-typetools.git] / lcdf-typetools.spec
CommitLineData
987266c7 1Summary: LCDF Typetools - some programs for manipulating Type 1 fonts
d1d27c1b 2Summary(pl.UTF-8): LCDF Typetools - programy do obróbki fontów Type 1
987266c7 3Name: lcdf-typetools
8e96464b 4Version: 2.95
987266c7 5Release: 1
e1ec0023 6License: GPL v2+
987266c7
JB
7Group: Applications/Publishing
8Source0: http://www.lcdf.org/~eddietwo/type/%{name}-%{version}.tar.gz
8e96464b 9# Source0-md5: f6f4fe6be3bea237e5547158cf333388
987266c7 10URL: http://www.lcdf.org/~eddietwo/type/#typetools
15c00dc3
JB
11BuildRequires: kpathsea-devel
12BuildRequires: libstdc++-devel
987266c7
JB
13Obsoletes: mminstance
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The LCDF Typetools package contains several programs for manipulating
18PostScript Type 1, Type 1 multiple master, and PostScript-flavored
19OpenType fonts. LCDF Typetools includes the mmafm and mmpfb programs,
20which were formerly distributed as part of a different package
21(mminstance).
22
69a65fb7
JR
23%description -l pl.UTF-8
24Pakiet LCDF Typetools zawiera kilka programów do obróbki fontów w
987266c7 25formacie PostScript Type 1, Type 1 multiple master i podobnych do
69a65fb7
JR
26postscriptowych fontów OpenType. LCDF Typetools zawiera programy
27mmafm i mmpfb, które kiedyś były dostępne jako część innego pakietu
987266c7
JB
28(mminstance).
29
30%prep
31%setup -q
32
33%build
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
e5d1087b 48%doc NEWS ONEWS README
fba51fde
JB
49%attr(755,root,root) %{_bindir}/cfftot1
50%attr(755,root,root) %{_bindir}/mmafm
51%attr(755,root,root) %{_bindir}/mmpfb
52%attr(755,root,root) %{_bindir}/otfinfo
53%attr(755,root,root) %{_bindir}/otftotfm
54%attr(755,root,root) %{_bindir}/t1dotlessj
55%attr(755,root,root) %{_bindir}/t1lint
56%attr(755,root,root) %{_bindir}/t1rawafm
57%attr(755,root,root) %{_bindir}/t1reencode
58%attr(755,root,root) %{_bindir}/t1testpage
59%attr(755,root,root) %{_bindir}/ttftotype42
987266c7 60%{_datadir}/%{name}
fba51fde
JB
61%{_mandir}/man1/cfftot1.1*
62%{_mandir}/man1/mmafm.1*
63%{_mandir}/man1/mmpfb.1*
64%{_mandir}/man1/otfinfo.1*
65%{_mandir}/man1/otftotfm.1*
66%{_mandir}/man1/t1dotlessj.1*
67%{_mandir}/man1/t1lint.1*
68%{_mandir}/man1/t1rawafm.1*
69%{_mandir}/man1/t1reencode.1*
70%{_mandir}/man1/t1testpage.1*
71%{_mandir}/man1/ttftotype42.1*
This page took 0.065683 seconds and 4 git commands to generate.