
%define name siag
%define version 3.4.0pre2
%define release 1
%define prefix /usr
Summary : Office suite.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: Free
Distribution : Build for Red Hat 6.2
Vendor: Boubouline Software
Packager: Okki <crow@planete.net>
URL: http://siag.nu
Group: Applications/Productivity
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
Siag Office consists of the word processor Pathetic Writer,
the spreadsheet Siag and the animation program Egon Animator.
Also included are the file manager Xfiler, the text editor Xedplus
and the Postscript viewer Gvu.

%prep
rm -rf $RPM_BUILD_ROOT

%setup
./configure --prefix=/usr --with-python

%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 AUTHORS COPYING ChangeLog FILES INSTALL NEWS NLS README TODO

/usr/bin/*
/usr/share/*
/usr/doc/*
/usr/man/*
/usr/lib/*


%changelog

* Wed Aug 16 2000 Georges Seguin okki@wanadoo.fr 
- Siag 3.4.0pre2

* Mon Aug 07 2000 Georges Seguin crow@planete.net 
- Siag 3.4.0pre1
- RPM specification file has been improved

* Wed Jun 28 2000 Georges Seguin crow@planete.net 
- Siag 3.3.11
- Disable guile support

* Mon Jun 19 2000 Georges Seguin crow@planete.net 
- Siag 3.3.10

* Fri Jun 16 2000 Georges Seguin crow@planete.net 
- Siag 3.3.9

* Thu May 30 2000 Georges Seguin crow@planete.net 
- Use the Red Hat 6.2 ncurses version.
- Enable guile and python commands and expressions.

* Sun May 28 2000 Georges Seguin crow@planete.net 
- Use Glibc 2.1.3

* Fri May 26 2000 Georges Seguin crow@planete.net 
- First RPM
