]> git.pld-linux.org Git - packages/afm2pfm.git/blob - afm2pfm.spec
- use new %%doc
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 pfm2afm - convert Windows .pfm files to .afm files afm2pfm - convert
13 Adobe .afm file to MS-Windows binary .pfm file
14
15 %description -l pl
16 Programy do konwersji metryk fontów Type1 miêdzy formatami MS Windows
17 (.pfm) a Adobe (.afm). pfm2afm - konwertuje pliki .pfm do .afm afm2pfm
18 - konwertuje pliki .afm do .pfm
19
20 %prep
21 %setup -q -n afm2pfm
22
23 %build
24 %{__cc} %{rpmcflags} %{rpmldflags} -o afm2pfm afm2pfm.c
25 %{__cc} %{rpmcflags} %{rpmldflags} -o pfm2afm pfm2afm.c
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30 install afm2pfm pfm2afm $RPM_BUILD_ROOT%{_bindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc readme README
38 %attr(755,root,root) %{_bindir}/*
This page took 0.058781 seconds and 3 git commands to generate.