e16-docs/e16-docs.spec.in

52 lines
1.3 KiB
Plaintext

Summary: Documentation for the Enlightenment window manager.
Name: @PACKAGE@
Version: @VERSION@
Release: @E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}}
License: BSD
Group: User Interface/Desktops
Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://www.enlightenment.org/
Requires: e16-edox
Obsoletes: edox-data
Obsoletes: enlightenment-docs < 0.16.8
%description
These are the DOX data files.
DOX is a very very very simple document viewer for help docs for Enlightenment.
This is part of the Enlightenment distribution.
%prep
%setup -n %{name}-%{version}
%build
%{configure} %{?acflags}
%{__make} %{?_smp_mflags} %{?mflags}
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING README
%{_datadir}/e16/*
%changelog
* Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.03
- Renamed from edox-data to enlightenment-docs.
* Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.02
- Tidy ups.
- Fix download url.
- Use License rather than Copyright.
- Remove Packager to avoid people creating mis-attributed packages.