X-Git-Url: https://git.pld-linux.org/?p=packages%2Firssi.git;a=blobdiff_plain;f=irssi.spec;h=0f6105563cdb1a20bbaaf76d1ee2f0ef318a2d2f;hp=7c8eb8d316e1a911a2134b01ab118560355a3abe;hb=e86b1c05a767d3273ff4a532b03481d24420c65d;hpb=4e01932505eff3056a0c847ee4dc8862d0982045 diff --git a/irssi.spec b/irssi.spec index 7c8eb8d..0f61055 100644 --- a/irssi.spec +++ b/irssi.spec @@ -1,28 +1,28 @@ +# TODO: +# - color_support_for_gui_entry needs update or to eb removed # # Conditional build: %bcond_without perl # without perl support -%bcond_without ipv6 # without IPv6 support -%bcond_without ssl # without SSL support %bcond_without dynamic # without dynamic libraries %bcond_without xmpp # without plugin %define no_install_post_check_so 1 %define idea_ver 0.1.46 -%define xmpp_ver 0.52 -%define irssi_perl_version 20160914 +%define xmpp_ver 0.53 +%define irssi_perl_version 20190829 %{?with_perl:%include /usr/lib/rpm/macros.perl} Summary: Irssi is a IRC client Summary(fr.UTF-8): Irssi est un client IRC Summary(hu.UTF-8): Irssi egy IRC kliens Summary(pl.UTF-8): Irssi - wygodny w użyciu klient IRC Name: irssi -Version: 0.8.20 -Release: 2 +Version: 1.2.2 +Release: 1 License: GPL Group: Applications/Communications Source0: https://github.com/irssi/irssi/releases/download/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 2b00a0492f52571772d030d1af3a043a +# Source0-md5: 062049c73ad2dd54b614e80d0137b737 Source1: %{name}.desktop Source2: %{name}.png # NXDOMAIN @@ -30,16 +30,18 @@ Source2: %{name}.png Source3: %{name}-idea-%{idea_ver}.tar.gz # Source3-md5: c326efe317b8f67593a3cd46d5557280 Source4: http://cybione.org/~irssi-xmpp/files/irssi-xmpp-%{xmpp_ver}.tar.gz -# Source4-md5: f48d66ddf6a6d8e4d04bfc44b83dc3c7 +# Source4-md5: 8c9906e4efbd6f3c8bd8420f0ac8fd91 Patch0: %{name}-dcc-send-limit.patch Patch1: %{name}-home_etc.patch Patch2: %{name}-idea-listlen.patch Patch3: %{name}-gcc4.patch Patch4: %{name}-dynamic.patch -Patch5: %{name}-invalid_free.patch + Patch6: %{name}-color_support_for_gui_entry.patch Patch7: %{name}-libs-nopoison.patch Patch8: am.patch +Patch9: %{name}-idea-glib.patch +Patch10: %{name}-xmpp.patch URL: http://www.irssi.org/ BuildRequires: autoconf BuildRequires: automake @@ -47,10 +49,13 @@ BuildRequires: gettext-tools # for idea only BuildRequires: glib-devel BuildRequires: glib2-devel >= 2.24.0 +BuildRequires: libgcrypt-devel >= 1.2.0 +BuildRequires: libotr-devel >= 4.1.0 BuildRequires: libtool +BuildRequires: libutf8proc-devel %{?with_xmpp:BuildRequires: loudmouth-devel} BuildRequires: ncurses-devel >= 5.0 -%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} +BuildRequires: openssl-devel >= 0.9.7d %{?with_perl:BuildRequires: perl-devel >= 1:5.8.4} BuildRequires: pkgconfig BuildRequires: popt-devel @@ -117,8 +122,8 @@ Ten pakiet zawiera wtyczkę do Irssi z obsługą XMPP. %if %{with dynamic} %patch4 -p1 %endif -%patch5 -p1 -%patch6 -p0 + +#%patch6 -p0 %patch7 -p1 echo 'AC_DEFUN([AM_PATH_GLIB],[:])' > glib1.m4 @@ -126,6 +131,8 @@ echo 'AC_DEFUN([AM_PATH_GLIB],[:])' > glib1.m4 mv irssi-idea{-%{idea_ver},} mv irssi-xmpp{-%{xmpp_ver},} %patch8 -p1 +%patch9 -p0 +%patch10 -p0 # hack %{__sed} -i -e 's#\./libtool#%{_bindir}/libtool#g' 'configure.ac' @@ -147,15 +154,12 @@ fi --with-bot \ --with-textui \ --with-proxy \ - --with-terminfo \ --with-modules \ + --with-otr \ %{?with_perl:--with-perl=yes} \ %{?with_perl:--with-perl-lib=vendor} \ %{!?with_perl:--with-perl=no} \ - %{?with_ipv6:--enable-ipv6} \ - --enable-true-color \ - --enable-nls \ - --%{?with_ssl:en}%{!?with_ssl:dis}able-ssl + --enable-true-color %{__make} @@ -221,6 +225,7 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/irssi %dir %{_libdir}/irssi/modules %attr(755,root,root) %{_libdir}/irssi/modules/libirc_proxy.so* +%attr(755,root,root) %{_libdir}/irssi/modules/libotr_core.so* %if %{with dynamic} %attr(755,root,root) %{_libdir}/libirssi*.so.* %endif