
%define name axyftp
%define version 0.5.1
%define release 2
%define prefix /usr
Summary : AxY FTP (formerly known as WXftp)
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: LGPL
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Applications/Internet
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
Client FTP

%prep
rm -rf $RPM_BUILD_ROOT

%setup
./configure

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/*

%files
%defattr (-,root,root)
%doc Artistic CHANGES LGPL LICENSE README TODO
/usr/bin/axyftp
/usr/share/axyftp/help/doc.gif
/usr/share/axyftp/help/help.html
/usr/share/axyftp/help/link.gif
/usr/share/axyftp/help/panels.html
/usr/share/axyftp/help/up.gif
/usr/share/axyftp/help/artistic.txt
/usr/share/axyftp/help/folder.gif
/usr/share/axyftp/help/intro.html
/usr/share/axyftp/help/main.html
/usr/share/axyftp/help/problems.html
/usr/share/axyftp/help/axyftp.html
/usr/share/axyftp/help/glossary.html
/usr/share/axyftp/help/lgpl.txt
/usr/share/axyftp/help/options.html
/usr/share/axyftp/help/session.html
/usr/man/man1/axyftp.1

%changelog

* Thu May 28 2000 Georges Seguin crow@planete.net 
- Build with Glibc 2.1.3

* Thu May 27 2000 Georges Seguin crow@planete.net 
- First RPM
