[packages/lua-socket] Up to 3.1.0
arekm
arekm at pld-linux.org
Sat Mar 14 13:42:04 CET 2026
commit 7ac7ac02aafd4d2d1b3369c0c95425a4b3f75b51
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 14 13:41:58 2026 +0100
Up to 3.1.0
lua-socket.spec | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/lua-socket.spec b/lua-socket.spec
index 20c73a1..fc4c919 100644
--- a/lua-socket.spec
+++ b/lua-socket.spec
@@ -1,16 +1,15 @@
-%define subver rc1
-%define rel 3
+%define rel 1
Summary: LuaSocket - the most comprehensive networking support library for the Lua language
Summary(hu.UTF-8): LuaSocket egy hálózati kommunikációs könyvtár a Lua nyelvhez
Summary(pl.UTF-8): LuaSocket - najpełniejsza biblioteka sieciowa dla języka Lua
Name: lua-socket
-Version: 3.0
-Release: 0.%{subver}.%{rel}
+Version: 3.1.0
+Release: %{rel}
License: MIT-like
Group: Development/Languages
-Source0: https://github.com/diegonehab/luasocket/archive/v%{version}-%{subver}.tar.gz
-# Source0-md5: 08bd2f265b244eb4bf5c2c36bf89b759
-URL: http://luaforge.net/projects/luasocket/
+Source0: https://github.com/lunarmodules/luasocket/archive/refs/tags/v%{version}.tar.gz
+# Source0-md5: abeca2891168914b57460b0ba9f9090f
+URL: https://github.com/lunarmodules/luasocket
BuildRequires: lua51-devel >= 5.1.5-7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,7 +40,7 @@ Development headers for lua-socket.
Pliki programistyczne lua-socket.
%prep
-%setup -q -n luasocket-%{version}-%{subver}
+%setup -q -n luasocket-%{version}
%build
%{__make} \
@@ -67,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc LICENSE NEW README TODO WISH
+%doc LICENSE README.md TODO WISH
%dir %{_libdir}/lua/5.1/mime
%attr(755,root,root) %{_libdir}/lua/5.1/mime/core.so
%dir %{_libdir}/lua/5.1/socket
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lua-socket.git/commitdiff/7ac7ac02aafd4d2d1b3369c0c95425a4b3f75b51
More information about the pld-cvs-commit
mailing list