You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.4 KiB
47 lines
1.4 KiB
Summary: GUI Tool for Editing Enlightenment e16 Keybindings |
|
Name: @PACKAGE@ |
|
Version: @VERSION@ |
|
Release: @E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}} |
|
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 |
|
Requires: e16 >= 1.0.1 |
|
Provides: e16-keyedit = %{version} |
|
Obsoletes: e16-keyedit |
|
|
|
%description |
|
e16keyedit provides a graphical interface for managing keybindings in |
|
Enlightenment e16. |
|
|
|
%prep |
|
%setup -n %{name}-%{version} |
|
|
|
%build |
|
CFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
|
CXXFLAGS="%{?cxxflags:%{cxxflags}}%{!?cflags:$RPM_OPT_FLAGS}" |
|
export CFLAGS CXXFLAGS |
|
|
|
%configure %{?acflags} --prefix=%{_prefix} |
|
%{__make} %{?_smp_mflags} %{?mflags} |
|
|
|
%install |
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install} |
|
|
|
%clean |
|
test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT |
|
|
|
%files |
|
%defattr(-, root, root) |
|
%doc README COPYING AUTHORS ChangeLog |
|
%{_bindir}/%{name} |
|
|
|
%changelog |
|
* Tue Jul 20 2004 Mezzanine <mezzanine@kainx.org> |
|
- Specfile auto-generated by Mezzanine |
|
|
|
|