1Summary:	Documentation for the Enlightenment window manager.
2Name: 		@PACKAGE@
3Version:	@VERSION@
4Release:	@E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}}
5License:	BSD
6Group:		User Interface/Desktops
7Source:		http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
8Prefix:		%{_prefix}
9BuildArch:	noarch
10BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
11URL:		http://www.enlightenment.org/
12
13Requires: e16-edox
14Obsoletes: edox-data
15Obsoletes: enlightenment-docs < 0.16.8
16
17%description
18These are the DOX data files.
19DOX is a very very very simple document viewer for help docs for Enlightenment.
20This is part of the Enlightenment distribution.
21
22%prep
23%setup -n %{name}-%{version}
24
25%build
26%{configure} %{?acflags}
27%{__make} %{?_smp_mflags} %{?mflags}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(-, root, root)
38%doc AUTHORS COPYING README
39%{_datadir}/e16/*
40
41%changelog
42
43* Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.03
44- Renamed from edox-data to enlightenment-docs.
45
46* Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.02
47- Tidy ups.
48- Fix download url.
49- Use License rather than Copyright.
50- Remove Packager to avoid people creating mis-attributed packages.
51
52