]> git.pld-linux.org Git - packages/fondu.git/blame - fondu.spec
- tabs in preamble
[packages/fondu.git] / fondu.spec
CommitLineData
68461d63 1Summary: Converts between Mac and Unix fonts
f02bf3ed 2Summary(pl.UTF-8): Różne narzędzia do operowania na fontach Type 1 i 2
80a08b99
AM
3Name: fondu
4Version: 060102
5Release: 1
6License: BSD
7Group: Applications/File
8Source0: http://fondu.sourceforge.net/%{name}_src-%{version}.tgz
9# Source0-md5: e20861beacddc1ab392bef7813641bf8
10URL: http://fondu.sourceforge.net/
11BuildRequires: autoconf
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
68461d63
JB
15fondu allows you to convert a Mac font into a Unix one. ufond converts
16a Unix font into a Mac one.
17
6c07c1fb
JR
18%description -l pl.UTF-8
19fondu pozwala konwertować fonty macowe na uniksowe. ufond konwertuje
68461d63 20fonty uniksowe na macowe.
80a08b99
AM
21
22%prep
23%setup -q
24
25%build
26%{__autoconf}
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
80a08b99
AM
32install -d $RPM_BUILD_ROOT%{_mandir}/man1
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
38
39%clean
40rm -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.062973 seconds and 4 git commands to generate.