Update to 33.2.1
This commit is contained in:
parent
aac3ea002d
commit
c7baeccc0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/lua-posix-5.1.28-8f80582.tar.gz
|
||||
/lua-posix-32-58016bb.tar.gz
|
||||
/release-v32.tar.gz
|
||||
/release-v33.2.1.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: lua-posix
|
||||
Version: 32
|
||||
Release: 4%{?dist}
|
||||
Version: 33.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A POSIX library for Lua
|
||||
Group: Development/Libraries
|
||||
License: Public Domain
|
||||
@ -28,6 +28,9 @@ to Lua programs.
|
||||
|
||||
%prep
|
||||
%setup -q -n luaposix-release-v%{version}
|
||||
# Fix up lib dir https://github.com/luaposix/luaposix/issues/210
|
||||
sed -i -e s,/lib/lua,/%{_lib}/lua, configure
|
||||
|
||||
|
||||
%build
|
||||
%configure --libdir=%{lualibdir} --datadir=/%{luapkgdir}
|
||||
@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2015 Orion Poplawski <orion@cora.nwra.com> - 33.2.1-1
|
||||
- Update to 33.2.1
|
||||
|
||||
* Tue Feb 24 2015 Orion Poplawski <orion@cora.nwra.com> - 32-4
|
||||
- Update spec to match packaging draft, rebuild for lua 5.3 (bug #1195707)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user