rpms/synce-hal/F-10 synce-dbus.conf, NONE, 1.1 synce-hal.spec, 1.2, 1.3

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


Author: awjb

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

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-10/synce-hal.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- synce-hal.spec	8 Feb 2009 11:21:37 -0000	1.2
+++ synce-hal.spec	14 Jun 2009 21:53:01 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           synce-hal
 Version:        0.13.1
-Release:        1%{?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
@@ -14,6 +15,11 @@ BuildRequires:  glib2-devel gnet2-devel
 BuildRequires:  hal-devel
 BuildRequires:  dbus-glib-devel
 
+Obsoletes: odccm <= %{version}
+Provides: odccm = %{version}-%{release}
+Obsoletes: synce-serial <= %{version}
+Provides: odccm = %{version}-%{release}
+
 %description
 Synce-hal is a connection framework and dccm-implementation 
 for Windows Mobile devices that integrates with HAL.
@@ -22,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
 
@@ -37,13 +51,24 @@ 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
+
 * Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.13.1-1
 - version upgrade (#457949)
+- obsolete odccm and synce-serial
 
 * Wed Jun 18 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.1-1




More information about the fedora-extras-commits mailing list