diff --git a/configure.in b/configure.in index f3b2325..d5276d7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ipc.c) -AM_INIT_AUTOMAKE(e16keyedit, 0.2.99.1) +AM_INIT_AUTOMAKE(e16keyedit, 0.3) AM_CONFIG_HEADER(config.h) diff --git a/e16keyedit.spec b/e16keyedit.spec index 916be40..605207f 100644 --- a/e16keyedit.spec +++ b/e16keyedit.spec @@ -1,14 +1,14 @@ Summary: GUI Tool for Editing Enlightenment 0.16.x Keybindings Name: e16keyedit -Version: 0.2.99.1 +Version: 0.3 Release: 1%{?_vendorsuffix:.%{_vendorsuffix}} -Copyright: BSD-like +License: BSD-like Group: User Interface/Desktops Source: %{name}-%{version}.tar.gz Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings } Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Enlightenment (http://www.enlightenment/org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:any} -BuildRequires: /usr/bin/gtk-config +#BuildRequires: /usr/bin/gtk-config #BuildSuggests: gtk-devel Prefix: %{_prefix} 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 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