irssi/devel: disabled gc support..
This commit is contained in:
parent
e8993e5053
commit
329ed8397b
11
irssi.spec
11
irssi.spec
@ -3,7 +3,7 @@
|
||||
Summary: Modular text mode IRC client with Perl scripting
|
||||
Name: irssi
|
||||
Version: 0.8.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: GPL
|
||||
Group: Applications/Communications
|
||||
@ -11,7 +11,8 @@ URL: http://irssi.org/
|
||||
Source0: http://irssi.org/files/irssi-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: ncurses-devel openssl-devel zlib-devel
|
||||
BuildRequires: pkgconfig gc-devel glib2-devel
|
||||
BuildRequires: pkgconfig glib2-devel
|
||||
# BuildRequires: gc-devel
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -41,7 +42,8 @@ being maintained.
|
||||
--with-proxy \
|
||||
--with-bot \
|
||||
--with-perl=module \
|
||||
--with-perl-lib=vendor --with-gc
|
||||
--with-perl-lib=vendor
|
||||
# --with-gc
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/irssi
|
||||
|
||||
%changelog
|
||||
* Sat Jan 28 2006 Dams <anvil[AT]livna.org> - 0.8.10-2perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)?dist}
|
||||
- Disabled gc support
|
||||
|
||||
* Sun Dec 11 2005 Dams <anvil[AT]livna.org> - 0.8.10-1
|
||||
- Updated to final 0.8.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user