]> git.pld-linux.org Git - packages/weechat.git/commitdiff
- updated to 0.3.6
authorKarol Krenski <charles@pld-linux.org>
Sun, 23 Oct 2011 17:28:50 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libgcrypt-devel

Changed files:
    weechat.spec -> 1.37

weechat.spec

index 436e1c9f2ffcd208dcc5bc0f3068f19d8ed910c5..1e039b298a3f4113fb2676cef9c2ab49665f8a57 100644 (file)
 Summary:       WeeChat - fast and light chat environment
 Summary(pl.UTF-8):     WeeChat - szybkie i lekkie środowisko do rozmów
 Name:          weechat
-Version:       0.3.5
-Release:       3
+Version:       0.3.6
+Release:       1
 License:       GPL v3+
 Group:         Applications/Communications
 Source0:       http://www.weechat.org/files/src/%{name}-%{version}.tar.gz
-# Source0-md5: c305cbbf45a329dc4703a636055c8458
+# Source0-md5: f130af1f858919fd446561faeaaf555e
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-plugins_header.patch
 Patch2:                %{name}-curses.patch
@@ -34,6 +34,7 @@ BuildRequires:        gettext-devel
 %{?with_gnutls:BuildRequires:  gnutls-devel}
 %{?with_gtk:BuildRequires:     gtk+2-devel}
 BuildRequires: libtool
+BuildRequires: libgcrypt-devel
 %{?with_lua:BuildRequires:     lua51-devel}
 BuildRequires: ncurses-devel
 %{?with_perl:BuildRequires:    perl-devel}
@@ -102,7 +103,8 @@ sed -i -e 's#PYTHON_LIB=.*#PYTHON_LIB=%{_libdir}#g' configure.in
        --%{?with_python:en}%{!?with_python:dis}able-python \
        --%{?with_ruby:en}%{!?with_ruby:dis}able-ruby \
        --%{?with_lua:en}%{!?with_lua:dis}able-lua \
-       --%{?with_gnutls:en}%{!?with_gnutls:dis}able-gnutls
+       --%{?with_gnutls:en}%{!?with_gnutls:dis}able-gnutls \
+       %{!?debug:--with-debug=0}
 %{__make}
 
 %install
This page took 0.041176 seconds and 4 git commands to generate.