From 364104f7630043db050e3587cad43d9c4a3d15d2 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 11 Jul 2009 19:42:00 +0200 Subject: 0.0.11 --- gpsd-devices.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gpsd-devices.spec b/gpsd-devices.spec index 6329d14..7820872 100644 --- a/gpsd-devices.spec +++ b/gpsd-devices.spec @@ -1,5 +1,5 @@ Name: gpsd-devices -Version: 0.0.9 +Version: 0.0.11 Release: 0%{?dist} Summary: GPS Devices for navigation @@ -49,11 +49,11 @@ make -f /usr/share/selinux/devel/Makefile %install rm -rf "%{buildroot}" -install -d -m 0755 "%{buildroot}/usr/share/hal/fdi/information" -install -m 0644 %{SOURCE0} "%{buildroot}/usr/share/hal/fdi/information/" +install -d -m 0755 "%{buildroot}/usr/share/hal/fdi/information/20thirdparty" +install -m 0644 %{SOURCE0} "%{buildroot}/usr/share/hal/fdi/information/20thirdparty/10-gps-devices.fdi" -install -d -m 0755 "%{buildroot}/usr/share/hal/fdi/policy" -install -d 0644 %{SOURCE1} "%{buildroot}/usr/share/hal/fdi/policy/" +install -d -m 0755 "%{buildroot}/usr/share/hal/fdi/policy/20thirdparty" +install -m 0644 %{SOURCE1} "%{buildroot}/usr/share/hal/fdi/policy/20thirdparty/10-gps-devices.fdi" # FIXME: HACK! install -d -m 0755 "%{buildroot}/usr/share/selinux/targeted" @@ -87,8 +87,8 @@ rm -rf "%{buildroot}" %files %defattr(-,root,root,-) %doc README -%{_datadir}/hal/fdi/information/gps-devices-information.fdi -%{_datadir}/hal/fdi/policy/gpsd-devices-policy.fdi +%{_datadir}/hal/fdi/information/20thirdparty/10-gps-devices.fdi +%{_datadir}/hal/fdi/policy/20thirdparty/10-gps-devices.fdi %{_datadir}/selinux/targeted/gps-device.pp %{_datadir}/selinux/targeted/gpsd-devices.pp %attr(0644,root,gps) %{_datadir}/gpsd/dummy-device -- cgit