diff options
| author | Tim Niemueller <timn@fedoraproject.org> | 2008-04-13 20:42:28 +0000 |
|---|---|---|
| committer | Tim Niemueller <timn@fedoraproject.org> | 2008-04-13 20:42:28 +0000 |
| commit | 7eec0b5a4be5450d4489936aae6965f44940bd8c (patch) | |
| tree | 191b7b95fc025dfea75b3a3b5e26510b070923b1 | |
| parent | f4f01698414e1940659318e22266ad52998cc3a5 (diff) | |
* Sun Apr 13 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-5lua-5_1_3-5_fc8
- 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
| -rw-r--r-- | lua.spec | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,6 @@ Name: lua Version: 5.1.3 -Release: 3%{?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 @@ -67,7 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/lua* %{_libdir}/liblua-*.so %{_mandir}/man1/lua*.1* +%dir %{_libdir}/lua %dir %{_libdir}/lua/5.1 +%dir %{_datadir}/lua %dir %{_datadir}/lua/5.1 @@ -80,6 +83,14 @@ 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 + * Fri Mar 14 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-3 - own $libdir/lua/5.1 and $datadir/lua/5.1. These are the standard package search path for Lua. Packaging them properly allows for easy creation of |
