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