]> git.pld-linux.org Git - packages/fondu.git/blob - fondu.spec
- converted to UTF-8
[packages/fondu.git] / fondu.spec
1 Summary:        Converts between Mac and Unix fonts
2 Summary(pl.UTF-8):   Różne narzędzia do operowania na fontach Type 1 i 2
3 Name:           fondu
4 Version:        060102
5 Release:        1
6 License:        BSD
7 Group:          Applications/File
8 Source0:        http://fondu.sourceforge.net/%{name}_src-%{version}.tgz
9 # Source0-md5:  e20861beacddc1ab392bef7813641bf8
10 URL:            http://fondu.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 fondu allows you to convert a Mac font into a Unix one. ufond converts
16 a Unix font into a Mac one.
17
18 %description -l pl.UTF-8
19 fondu pozwala konwertować fonty macowe na uniksowe. ufond konwertuje
20 fonty uniksowe na macowe.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__autoconf}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_mandir}/man1
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*
This page took 0.096367 seconds and 4 git commands to generate.