Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 3aaaf2ed039599e2f83a875828f160ce > files > 1

fondu-2.0-0.041222.1mdk.src.rpm

%define name		fondu
%define fonduversion	041222
%define mdkrelease	1mdk

Name:        fondu
Version:     2.0
Release:     0.%{fonduversion}.%{mdkrelease}
Summary:     Converts between mac and unix fonts
License:     BSD
Group:       Publishing
Source0:     http://fondu.sourceforge.net/fondu_src-%{fonduversion}.tar.bz2
#Patch0:	     fondu-%{fonduversion}-opt.patch.bz2
Url:         http://fondu.sourceforge.net/
BuildRoot:   %{_tmppath}/%{name}-%{version}-root

%description 
Fondu allows you to convert a mac font into a unix one. ufond converts
a unix font into a mac one.

%prep
%setup -n fondu
#%patch0 -p1 -b .opt

%build
%configure2_5x
%make OPT_FLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} \
	$RPM_BUILD_ROOT%{_mandir}/man1
%makeinstall
install -m 644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE README
%{_bindir}/fondu
%{_bindir}/ufond
%{_bindir}/showfond
%{_bindir}/dfont2res
%{_bindir}/frombin
%{_bindir}/tobin
%{_bindir}/lumper
%{_bindir}/setfondname
%{_mandir}/man1/*

%changelog
* Thu Mar 17 2005 Lenny Cartier <lenny@mandrakesoft.com> 2.0-0.041222.1mdk
- from Emmanuel Andry <eandry@free.fr> : 
	- New version
	- Dropped patch 0

* Sat Dec 13 2003 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.0-0.031104.1mdk
- Initial Mandrake Linux release.

* Sun Feb 24 2002 George Williams <gww@silcom.com>
- Added dfont2res, many bug fixes.

* Tue Dec  4 2001 George Williams <gww@silcom.com>
- First version.