New version
This commit is contained in:
parent
1da345a705
commit
71e4aa024d
16
irssi.spec
16
irssi.spec
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Modular text mode IRC client with Perl scripting
|
||||
Name: irssi
|
||||
Version: 1.1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://irssi.org/
|
||||
@ -11,7 +11,7 @@ Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}
|
||||
Source1: irssi-config.h
|
||||
BuildRequires: ncurses-devel openssl-devel zlib-devel
|
||||
BuildRequires: pkgconfig glib2-devel perl-devel perl-generators perl(ExtUtils::Embed)
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: autoconf automake libtool utf8proc-devel libotr-devel
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%package devel
|
||||
@ -36,12 +36,13 @@ being maintained.
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
%configure --enable-ipv6 --with-textui \
|
||||
%configure --with-textui \
|
||||
--with-proxy \
|
||||
--with-bot \
|
||||
--with-perl=yes \
|
||||
--with-perl-lib=vendor \
|
||||
--enable-true-color
|
||||
--with-perl-lib=vendor \
|
||||
--enable-true-color \
|
||||
--with-otr=yes
|
||||
|
||||
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
mv irssi-config.h irssi-config-$(getconf LONG_BIT).h
|
||||
@ -79,6 +80,9 @@ chmod -R u+w $RPM_BUILD_ROOT%{perl_vendorarch}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 1.2.1-1
|
||||
- New version
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (irssi-1.1.2.tar.xz) = 706f811c810b976888101a29bab6ff6b9aa6116678994b3710d6b266bfbc0ae2be1d4fd889aedfbf0a13a2e3da3f1affcce0018346ecc582865eaccd8cc79f84
|
||||
SHA512 (irssi-1.2.1.tar.xz) = 67c4501b5a0055c1b24fa6753305658de809cd66e952e6f9233701a112989fd8721a065b1c681725b82346b40b53a29bd2b6b8b8315ac0ad196235a9e5156d5a
|
||||
|
Loading…
Reference in New Issue
Block a user