Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc0a318291 |
||
|
|
9fd8058026 |
||
|
|
2aa6442cc4 |
||
|
|
64fd272a13 |
||
|
|
ec94b59cce |
2 changed files with 5 additions and 4 deletions
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (weechat-4.10.0.tar.xz) = bba7597bbc83ffe6a4bf59dfbdb03d622a1f0c023bc27f1d417610e2ab84dea7ca68e03b0a6de276464bc35e69ff8b733de3f965142938423db978a2abdf98ae
|
||||
SHA512 (weechat-4.10.0.tar.xz.asc) = 8a8dd8e18e3a27c785b54c2ad573e494d1d49b9f98268e208e34767b4ef702c045c4723ddf03527c33088aa81778cddab02a9b8ded3c8fb33cdad72484b44717
|
||||
SHA512 (weechat-4.7.2.tar.xz) = a56fe6c7eb05eadfde94780d5d636706e82726eb5bd80e76540025298c711f23d0193bd73bb324eb5255dbcdafbd91fc82e501ab782f5c13a795a9cbfb382435
|
||||
SHA512 (weechat-4.7.2.tar.xz.asc) = d65e479c784d1ca57624bad8df7d9639ac2b9f5ef63fe66acb2936f0605e81c5a46dba7194098c5d85d1172a020ffb5a1f084705328f6e7d29f06c5923baf59b
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/weechat/plugins/.*$
|
||||
|
||||
Name: weechat
|
||||
Version: 4.10.0
|
||||
Version: 4.7.2
|
||||
Release: %autorelease
|
||||
Summary: Portable, fast, light and extensible IRC client
|
||||
Group: Applications/Communications
|
||||
|
|
@ -18,7 +18,7 @@ BuildRequires: cjson-devel
|
|||
BuildRequires: cmake
|
||||
BuildRequires: cpputest-devel
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: enchant2-devel
|
||||
BuildRequires: enchant-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glibc-langpack-en
|
||||
|
|
@ -67,6 +67,7 @@ This package contains include files and pc file for weechat.
|
|||
|
||||
%build
|
||||
%cmake \
|
||||
-DPREFIX=%{_prefix} \
|
||||
-DLIBDIR=%{_libdir} \
|
||||
-DENABLE_ENCHANT=ON \
|
||||
-DENABLE_PHP=OFF \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue