diff --git a/.gitignore b/.gitignore index 00f75e7..672ab7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /luaposix-5.1.14.tar.gz /lua-posix-5.1.28-8f80582.tar.gz +/lua-posix-32-58016bb.tar.gz diff --git a/lua-posix.spec b/lua-posix.spec index 65b06dc..181e557 100644 --- a/lua-posix.spec +++ b/lua-posix.spec @@ -1,18 +1,17 @@ %define luaver 5.2 %define lualibdir %{_libdir}/lua/%{luaver} %define luapkgdir %{_datadir}/lua/%{luaver} -%global commit 8f8058293efd9654e5fc7f7627a04f4db2b56f8f +%global commit 58016bbba40b063e8a98a7e9f14acfcd46f103d4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: lua-posix -Version: 5.1.28 -Release: 2%{?dist} +Version: 32 +Release: 1%{?dist} Summary: A POSIX library for Lua Group: Development/Libraries License: Public Domain URL: http://luaforge.net/projects/luaposix/ Source0: https://github.com/luaposix/luaposix/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz -Patch0: luaposix-lua-5.2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} BuildRequires: ncurses-devel @@ -25,7 +24,6 @@ to Lua programs. %prep %setup -q -n luaposix-%{commit} -%patch0 -p1 -b .lua-52 %build %configure --libdir=%{lualibdir} --datadir=/%{luapkgdir} @@ -46,14 +44,17 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) -%doc README ChangeLog.old NEWS *.html +%doc AUTHORS ChangeLog COPYING NEWS README %{_defaultdocdir}/luaposix/ %{lualibdir}/* %{luapkgdir}/*.lua +%{luapkgdir}/posix/ %changelog +* Wed Jun 4 2014 Orion Poplawski - 32-1 +- Update to version 32 + * Sat Aug 03 2013 Fedora Release Engineering - 5.1.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index eb758f4..6336b73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3798d86d4560a810f2a382ca5e235a0c lua-posix-5.1.28-8f80582.tar.gz +0e5f62fa9dd4f05c6f93269bc958d03f lua-posix-32-58016bb.tar.gz