[opengaim-changes] opengaim gaim.spec.in,1.5,1.6
Status: Inactive
Brought to you by:
tvierling
|
From: Todd V. <tvi...@us...> - 2004-04-19 20:23:28
|
Update of /cvsroot/opengaim/opengaim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31811 Modified Files: gaim.spec.in Log Message: Disable perl for the moment in RPMs. This will be reenabled once the naming issue is sorted out. Index: gaim.spec.in =================================================================== RCS file: /cvsroot/opengaim/opengaim/gaim.spec.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gaim.spec.in 19 Apr 2004 14:32:34 -0000 1.5 --- gaim.spec.in 19 Apr 2004 20:23:19 -0000 1.6 *************** *** 13,17 **** %if "%{_vendor}" == "MandrakeSoft" Requires: gtk+2.0 >= 2.0.0, libnss3 ! BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, libnss3-devel, perl-devel Provides: libgaim-remote0 %else --- 13,17 ---- %if "%{_vendor}" == "MandrakeSoft" Requires: gtk+2.0 >= 2.0.0, libnss3 ! BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, libnss3-devel Provides: libgaim-remote0 %else *************** *** 54,58 **** --mandir=%{_mandir} \ --sysconfdir=%{_sysconfdir} \ ! --with-perl-lib=%{buildroot}%{_prefix} make %{?_smp_mflags} --- 54,58 ---- --mandir=%{_mandir} \ --sysconfdir=%{_sysconfdir} \ ! --disable-perl make %{?_smp_mflags} |