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