]> git.pld-linux.org Git - packages/weechat.git/blobdiff - weechat.spec
- release 2 (by relup.sh)
[packages/weechat.git] / weechat.spec
index 254e3a5fc19ea43853a94a467ca2555f5aed7fe0..df523b23ed743fb46cfe81e04f2ae9096eed5c8f 100644 (file)
 Summary:       WeeChat - fast and light chat environment
 Summary(pl.UTF-8):     WeeChat - szybkie i lekkie środowisko do rozmów
 Name:          weechat
-Version:       3.0
-Release:       1
+Version:       3.0.1
+Release:       2
 License:       GPL v3+
 Group:         Applications/Communications
-Source0:       http://www.weechat.org/files/src/%{name}-%{version}.tar.gz
-# Source0-md5: 32f1df27dc643c4e7b4cee25d821e7ed
+Source0:       https://www.weechat.org/files/src/%{name}-%{version}.tar.xz
+# Source0-md5: 56cc7312aea9cb5cccab39211106316f
+Patch0:                headless-man.patch
 URL:           http://www.weechat.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: cmake >= 3.0
@@ -44,16 +45,18 @@ BuildRequires:      ncurses-devel
 %{?with_perl:BuildRequires:    perl-devel}
 %{?with_php:BuildRequires:     %{php_name}-devel >= 4:7}
 BuildRequires: pkgconfig
-%{?with_doc:BuildRequires:     ruby-asciidoctor}
-BuildRequires: sed >= 4.0
-%{?with_js:BuildRequires:      v8-devel}
 %if %{with python}
 BuildRequires: python3-devel
 BuildRequires: python3-modules
 %endif
 BuildRequires: rpmbuild(macros) >= 1.752
+%{?with_doc:BuildRequires:     ruby-asciidoctor}
 %{?with_ruby:BuildRequires:    ruby-devel >= 1:1.9}
+BuildRequires: sed >= 4.0
+BuildRequires: tar >= 1:1.22
 %{?with_tcl:BuildRequires:     tcl-devel}
+%{?with_js:BuildRequires:      v8-devel}
+BuildRequires: xz
 BuildRequires: zlib-devel
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk-update-icon-cache
@@ -173,6 +176,7 @@ File transfer and direct chat plugin for weechat.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d build
This page took 0.055528 seconds and 4 git commands to generate.