SHA256
1
0
forked from pool/weechat

Accepting request 99361 from server:irc

- clean up build dependencies
- build against lua51 for > 12.1

- the COPYING says GPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/99361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2012-01-09 15:01:28 +00:00 committed by Git OBS Bridge
commit f03fb47179
2 changed files with 31 additions and 8 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 8 15:37:44 UTC 2012 - gber@opensuse.org
- clean up build dependencies
- build against lua51 for > 12.1
-------------------------------------------------------------------
Fri Dec 9 13:40:36 UTC 2011 - coolo@suse.com
- the COPYING says GPL-3.0+
-------------------------------------------------------------------
Sun Oct 23 08:07:47 UTC 2011 - gber@opensuse.org

View File

@ -26,16 +26,28 @@ Source1: weechat.desktop
Patch1: weechat-0.3.3-fix-strftime.patch
URL: http://www.weechat.org
Group: Productivity/Networking/IRC
License: GNU General Public License (GPL)
License: GPL-3.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: ncurses-devel perl python-devel cmake
BuildRequires: ruby gcc gnutls gnutls-devel glibc-devel aspell-devel
BuildRequires: libstdc++-devel gcc-c++
BuildRequires: lua-devel ruby-devel
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: pkg-config
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: perl
BuildRequires: python-devel
%if 0%{?suse_version} > 1210
BuildRequires: lua51-devel
%else
BuildRequires: lua-devel
%endif
BuildRequires: ruby-devel
BuildRequires: gnutls-devel
BuildRequires: aspell-devel
BuildRequires: ruby-devel
BuildRequires: tcl-devel
BuildRequires: lzo-devel libgpg-error libgcrypt
BuildRequires: libgpg-error-devel libgcrypt-devel
BuildRequires: autoconf automake libtool pkgconfig
BuildRequires: lzo-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgcrypt-devel
%if 0%{?suse_version:1}
BuildRequires: update-desktop-files
%endif