From 5226d34add182cdb42f38d1f40f559223e3544d9 Mon Sep 17 00:00:00 2001 From: mjk Date: Wed, 31 May 2006 20:02:47 +0000 Subject: [PATCH] added requires for pkgconfig --- lua.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua.spec b/lua.spec index b2045e1..d7a62dc 100644 --- a/lua.spec +++ b/lua.spec @@ -1,6 +1,6 @@ Name: lua Version: 5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages @@ -10,6 +10,7 @@ Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz Patch0: lua-5.1-autotoolize-r1.patch.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: pkgconfig BuildRequires: readline-devel, ncurses-devel Provides: %{name}-devel = %{version}-%{release} @@ -58,6 +59,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 01 2006 Michael J. Knox - 5.1-4 +- added Requires for pkgconfig BZ#193674 + * Mon May 29 2006 Michael J. Knox - 5.1-3 - added autotools patch from Petri Lehtinen, http://lua-users.org