Author: qboosh Date: Sat Feb 26 22:13:13 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- --disable-gtkspell only when building without
---- Files affected:
SPECS:
kf.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/kf.spec
diff -u SPECS/kf.spec:1.18 SPECS/kf.spec:1.19
--- SPECS/kf.spec:1.18 Sat Feb 26 22:34:06 2005
+++ SPECS/kf.spec Sat Feb 26 23:13:08 2005
@@ -1,8 +1,8 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without gtkspell
-
+%bcond_without gtkspell # disable gtkspell support
+#
Summary: Simple Jabber client
Summary(pl): Prosty klient Jabbera
Name: kf
@@ -47,13 +47,14 @@
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure --disable-gtkspell
+%configure \
+ %{!?with_gtkspell:--disable-gtkspell}
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-
install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
install kf.desktop $RPM_BUILD_ROOT%{_desktopdir}
%{__make} install \
@@ -81,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/02/26 22:13:08 qboosh
+- --disable-gtkspell only when building without
+
Revision 1.18 2005/02/26 21:34:06 koorek
- Added bcond_without gtkspell
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kf.spec?r1=1.18&r2=1.19&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit