forked from lua/lua-cldr
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
f227e59655
|
|||
|
f5c7990e84
|
|||
|
075e01f169
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
5
.gitignore
vendored
@@ -1 +1,6 @@
|
||||
.osc
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
lua*-cldr-*-build/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>luajit</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user