Spec file updates by Stuart Children <stuart@terminus.co.uk>.

SVN revision: 10180
This commit is contained in:
Kim Woelders 2004-05-12 20:17:00 +00:00
parent 442d456f48
commit 140fe948c9
1 changed files with 15 additions and 14 deletions

29
e.spec
View File

@ -1,18 +1,12 @@
%define name enlightenment
%define version 0.16.7
%define release 0.60
Summary: The Enlightenment window manager.
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: BSD
Name: enlightenment
Version: 0.16.7
Release: 0.60
License: BSD
Group: User Interface/Desktops
Source: ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment-%{version}.tar.gz
Source0: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
Prefix: %{_prefix}
Docdir: %{_docdir}
BuildRoot: /tmp/e-%{version}-root
Packager: Michael Jennings <mej@eterm.org>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL: http://www.enlightenment.org/
Requires: imlib2
@ -31,8 +25,6 @@ define their own policy, down to every last detail.
This package will install the Enlightenment window manager.
%changelog
%prep
%setup
@ -62,3 +54,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/locale/*/LC_MESSAGES/enlightenment.mo
%{_bindir}/*
%{_mandir}/man1/*
%changelog
* Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16.7-0.59
- Tidy ups.
- Fix download url.
- Use License rather than Copyright.
- Remove Packager to avoid people creating mis-attributed packages.