summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjk <mjk@fedoraproject.org>2006-05-31 20:02:47 +0000
committermjk <mjk@fedoraproject.org>2006-05-31 20:02:47 +0000
commit5226d34add182cdb42f38d1f40f559223e3544d9 (patch)
treedefbdab95643a2b8210c9f53ae1dc307837594e3
parent5afee5eade754c09851fdc15effb8927649ee83b (diff)
downloadlua-5226d34add182cdb42f38d1f40f559223e3544d9.tar.gz
lua-5226d34add182cdb42f38d1f40f559223e3544d9.tar.xz
lua-5226d34add182cdb42f38d1f40f559223e3544d9.zip
added requires for pkgconfiglua-5_1-4_fc6
-rw-r--r--lua.spec6
1 files changed, 5 insertions, 1 deletions
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 <michael[AT]knox.net.nz> - 5.1-4
+- added Requires for pkgconfig BZ#193674
+
* Mon May 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-3
- added autotools patch from Petri Lehtinen, http://lua-users.org