e16-keyedit/e16-keyedit.spec.in

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2009-05-03 04:41:07 -07:00
Summary: GUI Tool for Editing Enlightenment e16 Keybindings
Name: @PACKAGE@
Version: @VERSION@
2009-05-03 04:41:07 -07:00
Release: @E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}}
2006-03-28 09:28:44 -08:00
License: BSD-like
Group: User Interface/Desktops
URL: http://www.enlightenment.org/
Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
2010-02-14 00:52:29 -08:00
Requires: e16 >= 1.0.1
Obsoletes: e16keyedit
%description
e16-keyedit provides a graphical interface for managing keybindings in
2009-05-03 04:41:07 -07:00
Enlightenment e16.
%prep
%setup -q
%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 README COPYING AUTHORS ChangeLog
%{_bindir}/*
2017-04-16 02:08:58 -07:00
%{_datadir}/applications/@PACKAGE@.desktop
%changelog