Version 0.3.

SVN revision: 21535
This commit is contained in:
Kim Woelders 2006-03-28 17:28:44 +00:00
parent 4706a89c72
commit e0d8d5bc01
2 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(ipc.c) AC_INIT(ipc.c)
AM_INIT_AUTOMAKE(e16keyedit, 0.2.99.1) AM_INIT_AUTOMAKE(e16keyedit, 0.3)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

View File

@ -1,14 +1,14 @@
Summary: GUI Tool for Editing Enlightenment 0.16.x Keybindings Summary: GUI Tool for Editing Enlightenment 0.16.x Keybindings
Name: e16keyedit Name: e16keyedit
Version: 0.2.99.1 Version: 0.3
Release: 1%{?_vendorsuffix:.%{_vendorsuffix}} Release: 1%{?_vendorsuffix:.%{_vendorsuffix}}
Copyright: BSD-like License: BSD-like
Group: User Interface/Desktops Group: User Interface/Desktops
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>} Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Enlightenment (http://www.enlightenment/org/)} Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Enlightenment (http://www.enlightenment/org/)}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:any} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:any}
BuildRequires: /usr/bin/gtk-config #BuildRequires: /usr/bin/gtk-config
#BuildSuggests: gtk-devel #BuildSuggests: gtk-devel
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
@ -17,9 +17,6 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
e16keyedit provides a graphical interface for managing keybindings in e16keyedit provides a graphical interface for managing keybindings in
Enlightenment 0.16.x. 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 %prep
%setup -q %setup -q