Author: shadzik Date: Tue Jul 25 18:15:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: libgpg-error-devel - bconded NAS and GtkSpell support - add some polish translation - rel 0.4
---- Files affected: SPECS: scatterchat.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/scatterchat.spec diff -u SPECS/scatterchat.spec:1.4 SPECS/scatterchat.spec:1.5 --- SPECS/scatterchat.spec:1.4 Tue Jul 25 19:39:02 2006 +++ SPECS/scatterchat.spec Tue Jul 25 20:15:26 2006 @@ -1,11 +1,13 @@ # $Revision$, $Date$ +%bcond_without nas # don't build NAS support +%bcond_without gtkspell # don't build automatic spellchecking %define _modver 1.02 Summary: ScatterChat Summary(pl): ScatterChat Name: scatterchat Version: 1.0.1 -Release: 0.3 +Release: 0.4 License: GPLv2 Group: X11/Applications Source0: http://www.rit.edu/~jst2912/%{name}-%{version}.tar.bz2 @@ -16,7 +18,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gtk+2-devel +%{?with_gtkspell:BuildRequires: gtkspell-devel} BuildRequires: libgcrypt-devel +%{?with_nas:BuildRequires: nas-devel} Requires: scatterchat-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -39,14 +43,15 @@ #%description -l pl %package modules -Summary: Scatterchat modules -#Summary(pl): - -Group: Libraries +Summary: Standalone scatterchat module +Summary(pl): Wolnostojący moduł scatterchat +Group: X11/Applications %description modules -Scatterchat modules. +Stanalone scatterchat module. -#%description modules -l pl +%description modules -l pl +Wolnostojący moduł scatterchat. %package devel Summary: Header files for scatterchat @@ -64,7 +69,9 @@ %setup -q -a1 %build -%configure +%configure \ + %{?with_nas:--enable-nas} \ + %{!?with_gtkspell:--disable-gtkspell} %{__make} cd %{name}-module-%{_modver} @@ -122,6 +129,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/07/25 18:15:26 shadzik +- BR: libgpg-error-devel +- bconded NAS and GtkSpell support +- add some polish translation +- rel 0.4 + Revision 1.4 2006/07/25 17:39:02 shadzik - works, use --with-executable instead of --with-shared in scatterchatmod; otherwise it won't work ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/scatterchat.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
