summaryrefslogtreecommitdiffstats
path: root/lua.spec
diff options
context:
space:
mode:
authorTim Niemueller <timn@fedoraproject.org>2008-04-13 20:56:24 +0000
committerTim Niemueller <timn@fedoraproject.org>2008-04-13 20:56:24 +0000
commit58e9af89d9a5ceadec44a27ea6e56ae234f3f8a2 (patch)
tree66ac8f9945ee2eaa46e26674636e6764314a988b /lua.spec
parent4fa835b6cfdcf912a6b58e3227427402ebc8ec9d (diff)
Sync with F-8/devel for easier add-on packaging and update before F-7 eollua-5_1_3-5_fc7
* 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 Lua addon packages. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.1.3-2 - Autorebuild for GCC 4.3 * Sat Jan 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.3-1 - New upstream release 5.1.3 * Mon Nov 26 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-4 - Fix libdir in lua.pc being /usr/lib on x86_64 (bz 399101) * Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-3 - Also use lib64 instead of lib on ia64 and sparc64 * Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-2 - Fix multilib condlict in luaconf.h (bz 342561)
Diffstat (limited to 'lua.spec')
-rw-r--r--lua.spec42
1 files changed, 39 insertions, 3 deletions
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 <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
+ Lua addon packages.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.1.3-2
+- Autorebuild for GCC 4.3
+
+* Sat Jan 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.3-1
+- New upstream release 5.1.3
+
+* Mon Nov 26 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-4
+- Fix libdir in lua.pc being /usr/lib on x86_64 (bz 399101)
+
+* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-3
+- Also use lib64 instead of lib on ia64 and sparc64
+
+* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-2
+- Fix multilib condlict in luaconf.h (bz 342561)
+
* Mon Apr 2 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-1
- New upstream release 5.1.2
- Fix use of rpath on x86_64