From cdae2c0e28def89fe3f8ab9d7b4a8c3ac8da86d1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 16 Aug 2024 02:57:26 +0000 Subject: automatic import of weechat --- .gitignore | 1 + sources | 2 +- weechat.spec | 35 ++++++++++++----------------------- 3 files changed, 14 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index e71424a..ab358a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /weechat-4.1.1.tar.gz +/weechat-4.3.6.tar.xz diff --git a/sources b/sources index 81c81a0..a7e1a17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52f230eec352ded112ecf2a7d2c9622b weechat-4.1.1.tar.gz +3dcd3ce141ddb1c65fb9e22ffb6a36e9 weechat-4.3.6.tar.xz diff --git a/weechat.spec b/weechat.spec index ef3fa9f..2d74739 100644 --- a/weechat.spec +++ b/weechat.spec @@ -2,12 +2,12 @@ %global _pkgdocdir %{_docdir}/%{_doc} Name: weechat -Version: 4.1.1 +Version: 4.3.6 Release: 1 Summary: Portable, fast, light and extensible IRC client -URL: http://weechat.org -License: GPLv3 -Source: http://weechat.org/files/src/%{name}-%{version}.tar.gz +URL: https://weechat.org +License: GPL-3.0-only +Source: https://weechat.org/files/src/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: asciidoctor @@ -24,7 +24,6 @@ BuildRequires: lua-devel BuildRequires: ncurses-devel BuildRequires: perl-ExtUtils-Embed BuildRequires: perl-devel -BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: ruby BuildRequires: ruby-devel @@ -42,7 +41,6 @@ It is customizable and extensible with scripts. %package devel Summary: Development files for weechat Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: pkgconfig %description devel WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and @@ -79,15 +77,15 @@ popd %install -rm -rf $RPM_BUILD_ROOT pushd build %make_install popd -%find_lang %name +%find_lang %name --with-man +%find_lang %name-headless --with-man -%files -f %{name}.lang +%files -f %{name}.lang -f %name-headless.lang %doc AUTHORS.adoc ChangeLog.adoc Contributing.adoc %doc README.adoc ReleaseNotes.adoc %license COPYING @@ -103,26 +101,17 @@ popd %{_datadir}/icons/hicolor/512x512/apps/%{name}.png %{_datadir}/icons/hicolor/64x64/apps/%{name}.png %{_docdir}/weechat-%{version}/weechat_*.html - -%{_mandir}/sr/man1/weechat.1* -%{_mandir}/cs/man1/weechat.1* -%{_mandir}/de/man1/weechat.1* -%{_mandir}/fr/man1/weechat.1* -%{_mandir}/it/man1/weechat.1* -%{_mandir}/ja/man1/weechat.1* -%{_mandir}/pl/man1/weechat.1* -%{_mandir}/ru/man1/weechat.1* -%{_mandir}/man1/%{name}-headless.1* -%{_mandir}/man1/%{name}.1* -%{_mandir}/*/man1/%{name}-headless.1* +%{_mandir}/man1/* %files devel -%dir %{_includedir}/%{name} -%{_includedir}/%{name}/weechat-plugin.h +%{_includedir}/%{name} %{_libdir}/pkgconfig/*.pc %changelog +* Fri Aug 16 2024 Funda Wang - 4.3.6-1 +- update to 4.3.6 + * Wed Nov 15 2023 ouuleilei - 4.1.1-1 - Upgrade to 4.1.1 -- cgit v1.2.3