Author: sls                          Date: Fri Oct 17 23:41:08 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bconds odccm, dccm, hal
- updated BR
- packaged ChangeLog

---- Files affected:
SPECS:
   synce-libsynce.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/synce-libsynce.spec
diff -u SPECS/synce-libsynce.spec:1.15 SPECS/synce-libsynce.spec:1.16
--- SPECS/synce-libsynce.spec:1.15      Fri Oct 17 18:09:32 2008
+++ SPECS/synce-libsynce.spec   Sat Oct 18 01:41:03 2008
@@ -2,7 +2,14 @@
 #
 # Conditional build:
 %bcond_without dbus    # build without dbus support
+%bcond_without dccm    # build without dccm file support
+%bcond_without hal     # build without hal support
+%bcond_without odccm   # build without odccm support
 #
+%if !%{with dbus}
+%undefine with_odccm
+%undefine with_hal
+%endif
 Summary:       Core SynCE library
 Summary(pl.UTF-8):     Podstawowa biblioteka SynCE
 Name:          synce-libsynce
@@ -16,7 +23,8 @@
 URL:           http://www.synce.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.4
-%{?with_dbus:BuildRequires:    dbus-devel}
+%{?with_dbus:BuildRequires:    dbus-glib-devel >= 0.60}
+%{?with_hal:BuildRequires:     hal-devel >= 0.5.8}
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,7 +74,9 @@
 %{__autoheader}
 %{__automake}
 %configure \
-       %{?with_dbus:--enable-dbus}
+       %{!?with_dccm: --disable-dccm-file-support} \
+       %{!?with_hal: --disable-hal-support} \
+       %{!?with_odccm: --disable-odccm-support}
 
 %{__make}
 
@@ -84,7 +94,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO
+%doc ChangeLog README TODO
 %attr(755,root,root) %{_libdir}/libsynce.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libsynce.so.0
 %{_mandir}/man7/synce.7*
@@ -107,6 +117,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008/10/17 23:41:03  sls
+- added bconds odccm, dccm, hal
+- updated BR
+- packaged ChangeLog
+
 Revision 1.15  2008/10/17 16:09:32  megabajt
 - release 2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-libsynce.spec?r1=1.15&r2=1.16&f=u

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

Reply via email to