Accepting request 652162 from server:irc
OBS-URL: https://build.opensuse.org/request/show/652162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=49
This commit is contained in:
commit
98ad8f017c
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 26 15:23:24 UTC 2018 - jbrielmaier@suse.de
|
||||||
|
|
||||||
|
- remove guile bindings as they are not compatible with guile-2.2
|
||||||
|
Upstream work for guile-2.2:
|
||||||
|
https://github.com/weechat/weechat/issues/1098
|
||||||
|
part of boo#1117121
|
||||||
|
- obsoletes weechat-guile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 23 06:58:31 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Oct 23 06:58:31 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
13
weechat.spec
13
weechat.spec
@ -45,7 +45,6 @@ BuildRequires: ruby-devel
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(enchant)
|
BuildRequires: pkgconfig(enchant)
|
||||||
BuildRequires: pkgconfig(gnutls)
|
BuildRequires: pkgconfig(gnutls)
|
||||||
BuildRequires: pkgconfig(guile-2.0)
|
|
||||||
BuildRequires: pkgconfig(lua)
|
BuildRequires: pkgconfig(lua)
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: pkgconfig(tcl)
|
BuildRequires: pkgconfig(tcl)
|
||||||
@ -55,6 +54,7 @@ Recommends: %{name}-lang = %{version}
|
|||||||
# without scripts it is bit annoying
|
# without scripts it is bit annoying
|
||||||
Recommends: %{name}-perl = %{version}
|
Recommends: %{name}-perl = %{version}
|
||||||
Recommends: %{name}-python = %{version}
|
Recommends: %{name}-python = %{version}
|
||||||
|
Obsoletes: %{name}-guile
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WeeChat (Wee Enhanced Environment for Chat) is a
|
WeeChat (Wee Enhanced Environment for Chat) is a
|
||||||
@ -72,14 +72,6 @@ Requires: %{name} = %{version}
|
|||||||
%description devel
|
%description devel
|
||||||
Development environment for authoring %{name} plugins.
|
Development environment for authoring %{name} plugins.
|
||||||
|
|
||||||
%package guile
|
|
||||||
Summary: Guile Scripting Support for %{name}
|
|
||||||
Group: Productivity/Networking/IRC
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
|
|
||||||
%description guile
|
|
||||||
Support for %{name} scripts written in the Guile language.
|
|
||||||
|
|
||||||
%package lua
|
%package lua
|
||||||
Summary: Lua Scripting Support for %{name}
|
Summary: Lua Scripting Support for %{name}
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
@ -188,9 +180,6 @@ install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.de
|
|||||||
%{_includedir}/weechat
|
%{_includedir}/weechat
|
||||||
%{_libdir}/pkgconfig/weechat.pc
|
%{_libdir}/pkgconfig/weechat.pc
|
||||||
|
|
||||||
%files guile
|
|
||||||
%{_libdir}/weechat/plugins/guile.so
|
|
||||||
|
|
||||||
%files lua
|
%files lua
|
||||||
%{_libdir}/weechat/plugins/lua.so
|
%{_libdir}/weechat/plugins/lua.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user