Author: glen                         Date: Tue May 30 19:33:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- specify gpg and gpgsm paths to avoid build dep just to get their path
- speedup development by rebuilding ac* only once when --short-circuit used

---- Files affected:
SPECS:
   kdepim.spec (1.226 -> 1.227) 

---- Diffs:

================================================================
Index: SPECS/kdepim.spec
diff -u SPECS/kdepim.spec:1.226 SPECS/kdepim.spec:1.227
--- SPECS/kdepim.spec:1.226     Tue May 30 18:12:25 2006
+++ SPECS/kdepim.spec   Tue May 30 21:33:33 2006
@@ -39,7 +39,6 @@
 BuildRequires: ed
 BuildRequires: flex
 %{?with_hidden_visibility:BuildRequires:       gcc-c++ >= 
5:4.1.0-0.20051206r108118.1}
-BuildRequires: gnupg-agent
 BuildRequires: gpgme-devel >= 1:1.0.0
 %{?with_apidocs:BuildRequires: graphviz}
 BuildRequires: kdelibs-devel >= %{_minlibsevr}
@@ -539,10 +538,15 @@
 %{__sed} -i -e 
's,\($HOME/\.annoyance-filter/annoyance-filter\)\(.*\),annoyance-filter\2,g' \
        kmail/kmail.antispamrc
 
-%build
 cp %{_datadir}/automake/config.sub admin
+rm -f configure
 
+%build
+# speedup
+if [ ! -f configure ]; then
 %{__make} -f admin/Makefile.common cvs
+fi
+
 %configure \
        --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
        %{!?debug:--disable-rpath} \
@@ -552,6 +556,8 @@
 %if "%{_lib}" == "lib64"
        --enable-libsuffix=64 \
 %endif
+       --with-gpg=/usr/bin/gpg \
+       --with-gpgsm=/usr/bin/gpgsm \
        --enable-newdistrlists \
        --with-distribution="PLD Linux Distribution" \
        --with-qt-libraries=%{_libdir}
@@ -1383,6 +1389,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.227  2006/05/30 19:33:33  glen
+- specify gpg and gpgsm paths to avoid build dep just to get their path
+- speedup development by rebuilding ac* only once when --short-circuit used
+
 Revision 1.226  2006/05/30 16:12:25  charles
 - fix %prepare section
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdepim.spec?r1=1.226&r2=1.227&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to