diff --git a/lirc.spec b/lirc.spec index 293bb10..542dd28 100644 --- a/lirc.spec +++ b/lirc.spec @@ -18,7 +18,7 @@ Name: lirc Version: 0.8.6 -Release: 0.1%{?pre:.%{pre}}%{?dist} +Release: 0.2%{?pre:.%{pre}}%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons @@ -204,8 +204,8 @@ cd .. touch $RPM_BUILD_ROOT%{_sysconfdir}/lirc{d,md}.conf -install -dm 755 $RPM_BUILD_ROOT/dev -touch $RPM_BUILD_ROOT/dev/lirc{d,m} +install -dm 755 $RPM_BUILD_ROOT%{_localstatedir}/run/lirc/ +touch $RPM_BUILD_ROOT%{_localstatedir}/run/lirc/lirc{d,m} rm $RPM_BUILD_ROOT%{_libdir}/liblirc_client.la @@ -239,11 +239,13 @@ fi %{_bindir}/*ir* %{_bindir}/*mode2 %{_sbindir}/lirc*d +%dir %{_datadir}/lirc/ %{_datadir}/lirc/ +%dir %{_localstatedir}/run/lirc/ %{_mandir}/man1/*ir*.1* %{_mandir}/man1/*mode2*.1* %{_mandir}/man8/lirc*d.8* -%ghost /dev/lirc* +%ghost %{_localstatedir}/run/lirc/lirc* %files libs %defattr(-,root,root,-) @@ -265,6 +267,9 @@ fi %changelog +* Wed Jun 24 2009 Jarod Wilson 0.8.6-0.2.pre1 +- Fix things up so the relocated socket actually works out of the box + * Tue Jun 23 2009 Jarod Wilson 0.8.6-0.1.pre1 - Update to lirc 0.8.6pre1 - Adds Linux input layer support to lircmd