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.
49 lines
1.4 KiB
49 lines
1.4 KiB
19 years ago
|
Summary: GUI Tool for Editing Enlightenment 0.16.x Keybindings
|
||
|
Name: e16keyedit
|
||
|
Version: 0.1.0
|
||
|
Release: 1%{?_vendorsuffix:.%{_vendorsuffix}}
|
||
|
Copyright: BSD-like
|
||
|
Group: User Interface/Desktops
|
||
|
Source: %{name}-%{version}.tar.gz
|
||
|
Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
|
||
|
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Enlightenment (http://www.enlightenment/org/)}
|
||
|
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:any}
|
||
|
BuildRequires: /usr/bin/gtk-config
|
||
|
#BuildSuggests: gtk-devel
|
||
|
Prefix: %{_prefix}
|
||
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
||
|
|
||
|
%description
|
||
|
e16keyedit provides a graphical interface for managing keybindings in
|
||
|
Enlightenment 0.16.x.
|
||
|
|
||
|
NOTE: This tool uses Enlightenment IPC and does not edit any config
|
||
|
files. So be sure to restart E after you finish!
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%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
|
||
|
|