SHA256
12
0
forked from pool/wxlua

Accepting request 1078634 from home:gmbr3:Active

- Move files accidentally placed in devel to main package

OBS-URL: https://build.opensuse.org/request/show/1078634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/wxlua?expand=0&rev=18
This commit is contained in:
Callum Farmer 2023-04-12 11:47:09 +00:00 committed by Git OBS Bridge
parent 7e6b152fc1
commit 79a43d03e4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 12 11:40:34 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
- Move files accidentally placed in devel to main package
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 29 08:12:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Thu Sep 29 08:12:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -178,6 +178,8 @@ sed 's-#!/usr/bin/env lua-#!/usr/bin/lua%{lua_version}-g' -i %{buildroot}%{_data
%{_bindir}/wxLua %{_bindir}/wxLua
%{_bindir}/wxLuaCan %{_bindir}/wxLuaCan
%{_bindir}/wxLuaFreeze %{_bindir}/wxLuaFreeze
%{_datadir}/wxlua
%exclude %{_datadir}/wxlua/*.cmake
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/mime/packages/%{name}.xml %{_datadir}/mime/packages/%{name}.xml
@ -199,6 +201,7 @@ sed 's-#!/usr/bin/env lua-#!/usr/bin/lua%{lua_version}-g' -i %{buildroot}%{_data
%files devel %files devel
%{_includedir}/wxlua/ %{_includedir}/wxlua/
%{_datadir}/wxlua/ %dir %{_datadir}/wxlua
%{_datadir}/wxlua/*.cmake
%changelog %changelog