summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Niemueller <timn@fedoraproject.org>2008-04-13 20:39:17 +0000
committerTim Niemueller <timn@fedoraproject.org>2008-04-13 20:39:17 +0000
commitc32993b11aed6409bf9db42cfe12ca6727390d3c (patch)
treed854dc5bdb5f4441e6b30a30aa076448ca423c2b
parente12c6412f0a8126c5f9e50dec6778786d03174d2 (diff)
downloadlua-c32993b11aed6409bf9db42cfe12ca6727390d3c.tar.gz
lua-c32993b11aed6409bf9db42cfe12ca6727390d3c.tar.xz
lua-c32993b11aed6409bf9db42cfe12ca6727390d3c.zip
* Sun Apr 13 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-5F-9-split
- Provide lua = 5.1, this way add-on packages can easily depend on the Lua base version and expect certain paths for packages
-rw-r--r--lua.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/lua.spec b/lua.spec
index fbf82fa..974508d 100644
--- a/lua.spec
+++ b/lua.spec
@@ -1,6 +1,6 @@
Name: lua
Version: 5.1.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Powerful light-weight programming language
Group: Development/Languages
License: MIT
@@ -9,6 +9,7 @@ Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
Patch0: lua-5.1.3-autotoolize.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel ncurses-devel
+Provides: lua = 5.1
%description
Lua is a powerful light-weight programming language designed for
@@ -82,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 13 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-5
+- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
+ base version and expect certain paths for packages
+
* Sat Apr 5 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.3-4
- Not only own $libdir/lua/5.1 and $datadir/lua/5.1 but also $libdir/lua
and $datadir/lua for proper removal of these dirs upon lua removal