Enabling perl build-in support as per request in bugzilla: Bugzilla Bug
375121: Irssi isn't build with Perl scripting support
This commit is contained in:
parent
baa50da5d9
commit
b30554d6b7
@ -3,7 +3,7 @@
|
|||||||
Summary: Modular text mode IRC client with Perl scripting
|
Summary: Modular text mode IRC client with Perl scripting
|
||||||
Name: irssi
|
Name: irssi
|
||||||
Version: 0.8.12
|
Version: 0.8.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -40,7 +40,7 @@ being maintained.
|
|||||||
%configure --enable-ipv6 --with-textui \
|
%configure --enable-ipv6 --with-textui \
|
||||||
--with-proxy \
|
--with-proxy \
|
||||||
--with-bot \
|
--with-bot \
|
||||||
--with-perl=module \
|
--with-perl=yes \
|
||||||
--with-perl-lib=vendor
|
--with-perl-lib=vendor
|
||||||
|
|
||||||
make
|
make
|
||||||
@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/irssi
|
%{_includedir}/irssi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 11 2007 Marek Mahut <mmahut fedoraproject.org> - 0.8.12-2
|
||||||
|
- Enabling perl build-in support as per request in BZ#375121
|
||||||
|
|
||||||
* Mon Oct 08 2007 Marek Mahut <mmahut fedoraproject.org> - 0.8.12-1
|
* Mon Oct 08 2007 Marek Mahut <mmahut fedoraproject.org> - 0.8.12-1
|
||||||
- New release
|
- New release
|
||||||
- Fixes bug from BZ#239511, dropping patch
|
- Fixes bug from BZ#239511, dropping patch
|
||||||
|
Loading…
Reference in New Issue
Block a user