From 58e9af89d9a5ceadec44a27ea6e56ae234f3f8a2 Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Sun, 13 Apr 2008 20:56:24 +0000 Subject: Sync with F-8/devel for easier add-on packaging and update before F-7 eol * Sun Apr 13 2008 Tim Niemueller - 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 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 - 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 Lua addon packages. * Tue Feb 19 2008 Fedora Release Engineering - 5.1.3-2 - Autorebuild for GCC 4.3 * Sat Jan 26 2008 Hans de Goede 5.1.3-1 - New upstream release 5.1.3 * Mon Nov 26 2007 Hans de Goede 5.1.2-4 - Fix libdir in lua.pc being /usr/lib on x86_64 (bz 399101) * Sun Oct 21 2007 Hans de Goede 5.1.2-3 - Also use lib64 instead of lib on ia64 and sparc64 * Sun Oct 21 2007 Hans de Goede 5.1.2-2 - Fix multilib condlict in luaconf.h (bz 342561) --- lua.spec | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'lua.spec') diff --git a/lua.spec b/lua.spec index 9dd94a8..974508d 100644 --- a/lua.spec +++ b/lua.spec @@ -1,14 +1,15 @@ Name: lua -Version: 5.1.2 -Release: 1%{?dist} +Version: 5.1.3 +Release: 5%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages License: MIT URL: http://www.lua.org/ Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz -Patch0: lua-5.1.1-autotoolize.patch.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 @@ -53,6 +54,8 @@ sed -i 's/-lreadline -lncurses //g' etc/lua.pc rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/*.{la,a} +mkdir -p $RPM_BUILD_ROOT%{_libdir}/lua/5.1 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/lua/5.1 %clean @@ -65,6 +68,11 @@ 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 + %files devel %defattr(-,root,root,-) @@ -75,6 +83,34 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Apr 13 2008 Tim Niemueller - 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 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 - 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 + Lua addon packages. + +* Tue Feb 19 2008 Fedora Release Engineering - 5.1.3-2 +- Autorebuild for GCC 4.3 + +* Sat Jan 26 2008 Hans de Goede 5.1.3-1 +- New upstream release 5.1.3 + +* Mon Nov 26 2007 Hans de Goede 5.1.2-4 +- Fix libdir in lua.pc being /usr/lib on x86_64 (bz 399101) + +* Sun Oct 21 2007 Hans de Goede 5.1.2-3 +- Also use lib64 instead of lib on ia64 and sparc64 + +* Sun Oct 21 2007 Hans de Goede 5.1.2-2 +- Fix multilib condlict in luaconf.h (bz 342561) + * Mon Apr 2 2007 Hans de Goede 5.1.2-1 - New upstream release 5.1.2 - Fix use of rpath on x86_64 -- cgit