rpms/synce-hal/F-11 synce-dbus.conf, NONE, 1.1 synce-hal.spec, 1.3, 1.4

Andreas Bierfert awjb at fedoraproject.org
Sun Jun 14 21:53:32 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/synce-hal/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27604/F-11

Modified Files:
	synce-hal.spec 
Added Files:
	synce-dbus.conf 
Log Message:
- fix hal-synce locations (#505916)
- add dbus config (#505931)
- enable bluetooth support



--- NEW FILE synce-dbus.conf ---
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

<!-- This configuration file specifies the required security policies
for synce-hal to work. -->

<!-- Allow anyone to invoke methods on the Synce interface -->
<policy context="default">
<allow send_destination="org.freedesktop.Hal"
send_interface="org.freedesktop.Hal.Device.Synce"/>

</policy>

</busconfig>


Index: synce-hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synce-hal/F-11/synce-hal.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- synce-hal.spec	26 Feb 2009 04:41:25 -0000	1.3
+++ synce-hal.spec	14 Jun 2009 21:53:02 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           synce-hal
 Version:        0.13.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Connection framework and dccm-implementation
 
 Group:          Applications/Communications
 License:        GPLv2
 URL:            http://www.synce.org
 Source0:        http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
+Source1:        synce-dbus.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libsynce-devel
@@ -27,13 +28,21 @@ for Windows Mobile devices that integrat
 %setup -q
 
 %build
-%configure
+%configure --enable-bluetooth-support --with-hal-addon-dir=%{_libexecdir}
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+install -Dpm644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/synce.conf
+install -Dpm644 $RPM_BUILD_ROOT%{_sysconfdir}/ppp/ip-up.d/synce-bt-ipup \
+$RPM_BUILD_ROOT/%{_sysconfdir}/ppp/synce-bt-ipup
+install -Dpm644 $RPM_BUILD_ROOT%{_sysconfdir}/ppp/ip-down.d/synce-bt-ipdown \
+$RPM_BUILD_ROOT/%{_sysconfdir}/ppp/synce-bt-ipdown
+rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/{ip-up.d,ip-down.d}
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -42,10 +51,17 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_libexecdir}/*
 %{_datadir}/hal/fdi/policy/20thirdparty/10-synce.fdi
-%{_libdir}/hal/*
 %{_datadir}/synce-hal/
-
+%config %{_sysconfdir}/dbus-1/system.d/synce.conf
+%{_sysconfdir}/ppp/peers/*
+%{_sysconfdir}/ppp/*
 %changelog
+* Sun Jun 14 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.13.1-3
+- fix hal-synce locations (#505916)
+- add dbus config (#505931)
+- enable bluetooth support
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list