Autofoo tweaks.

SVN revision: 40499
This commit is contained in:
Kim Woelders 2009-05-03 11:41:07 +00:00
parent 0970cfedb4
commit 3514c01660
2 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,12 @@
dnl Process this file with autoconf to produce a configure script. m4_define([pkg_version], [0.5])
AC_INIT(ipc.c) m4_define([pkg_revision], [901])
AM_INIT_AUTOMAKE(e16keyedit, 0.5) m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], [0.`date '+%y%m%d'`], [1]))
AC_INIT(e16keyedit, [pkg_version], [enlightenment-devel@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign])
AC_SUBST(E_RPM_REVISION, [rpm_revision])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

View File

@ -1,7 +1,7 @@
Summary: GUI Tool for Editing Enlightenment 0.16.x Keybindings Summary: GUI Tool for Editing Enlightenment e16 Keybindings
Name: @PACKAGE@ Name: @PACKAGE@
Version: @VERSION@ Version: @VERSION@
Release: 1%{?_vendorsuffix:.%{_vendorsuffix}} Release: @E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}}
License: BSD-like License: BSD-like
Group: User Interface/Desktops Group: User Interface/Desktops
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
@ -12,10 +12,11 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:any}
#BuildSuggests: gtk-devel #BuildSuggests: gtk-devel
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
Obsoletes: e16-keyedit
%description %description
e16keyedit provides a graphical interface for managing keybindings in e16keyedit provides a graphical interface for managing keybindings in
Enlightenment 0.16.x. Enlightenment e16.
%prep %prep
%setup -q %setup -q