
%define name screem
%define version 0.3.0
%define release 1
%define prefix /usr
Summary : Screem is a website development environment.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Distribution : Build for Red Hat 6.2
Vendor: Boubouline Software
Packager: Okki <okki@wanadoo.fr>
URL: http://www.screem.org
Group: Applications/Publishing
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
Screem is a website development environment.  Its purpose is to increase
productivity when constructing a web site by providing quick access to
commonly used features of web sites (such as tables).  It is written for
use with the GNOME (http://www.gnome.org) desktop environment

Unlike most other website/html editors screem *does not* provide a WYSIWYG
display of the page, but instead just gives you the raw html source code in
its editor window.  This enables you to type the html you want and also
quickly add commonly used tags by using the features provided.  The reasoning
behind this is that WYSIWYG editors, in general, do not produce good valid
html and also can slow you down if they do not support a tag that you wish
to insert, therefore by just having the source shown to be edited you can
type what you want when you want, but also have the ease of use of clicking
a button to have the tag(s) you want inserted.


%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 ABOUT-NLS AUTHORS BUGS COPYING ChangeLog DEPENDS FAQ INSTALL NEWS README TODO

/usr/share/*
/usr/bin/*
/usr/lib/*


%changelog

* Fri Aug 18 2000 Georges Seguin okki@wanadoo.fr 
- Screem 0.3.0
- RPM specification file has been improved

* Mon Jul 03 2000 Georges Seguin crow@planete.net 
- Screem 0.2.7

* Fri Jun 09 2000 Georges Seguin crow@planete.net 
- Screem 0.2.6

* Tue Jun 06 2000 Georges Seguin crow@planete.net 
- First RPM
