]> git.pld-linux.org Git - packages/afm2pfm.git/blob - afm2pfm.spec
- fixed description mess made by adapter
[packages/afm2pfm.git] / afm2pfm.spec
1 Summary:        Type1 font metrics converters
2 Summary(pl):    Konwertery metryk fontów Type1
3 Name:           afm2pfm
4 Version:        1.0
5 Release:        8
6 License:        GPL
7 Group:          Applications
8 Source0:        ftp://sunsite.unc.edu/pub/linux/utils/text/%{name}.tar.gz
9 # Source0-md5:  b7598f46b7596c5e3e96ee11fd0a9268
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This package containst two converters:
14 - pfm2afm - converts Windows .pfm files to .afm files,
15 - afm2pfm - convert Adobe .afm file to MS-Windows binary .pfm file.
16
17 %description -l pl
18 Programy do konwersji metryk fontów Type1 miêdzy formatami MS Windows
19 (.pfm) a Adobe (.afm):
20 - pfm2afm - konwertuje pliki .pfm do .afm,
21 - afm2pfm - konwertuje pliki .afm do .pfm.
22
23 %prep
24 %setup -q -n afm2pfm
25
26 %build
27 %{__cc} %{rpmcflags} %{rpmldflags} -o afm2pfm afm2pfm.c
28 %{__cc} %{rpmcflags} %{rpmldflags} -o pfm2afm pfm2afm.c
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 install afm2pfm pfm2afm $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc readme README
41 %attr(755,root,root) %{_bindir}/*
This page took 0.664386 seconds and 3 git commands to generate.