1
0
forked from lua/lua-cldr

Compare commits

3 Commits
main ... main

5 changed files with 22 additions and 7 deletions

1
.gitattributes vendored
View File

@@ -21,3 +21,4 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*.changes merge=merge-changes

5
.gitignore vendored
View File

@@ -1 +1,6 @@
.osc
*.obscpio
*.osc
_build.*
.pbuild
lua*-cldr-*-build/

View File

@@ -1,5 +1,5 @@
<multibuild>
<package>lua51</package>
<package>luajit</package>
<package>lua53</package>
<package>lua54</package>
</multibuild>

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 24 14:47:22 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Tue Oct 14 16:52:53 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Radical simplification, to make build with LuaJIT.
-------------------------------------------------------------------
Tue Apr 2 07:08:08 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -53,18 +53,17 @@ repository of locale data available.
%autosetup -n %{mod_name}-lua-%{version}
%build
%luarocks_build "%{mod_name}-%{rock_version}.rockspec"
:
%install
%luarocks_install *.rock
install -dD %{buildroot}%{lua_noarchdir}
cp -av cldr/ %{buildroot}%{lua_noarchdir}
%check
%files
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE-Unicode
%docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
%license LICENSE LICENSE-Unicode
%doc README.md
%{lua_noarchdir}/%{mod_name}
%{luarocks_treedir}/%{mod_name}
%changelog