rpms/lirc/devel lirc.spec,1.56,1.57

Jarod Wilson jwilson at fedoraproject.org
Wed Jun 24 23:40:22 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/lirc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28416

Modified Files:
	lirc.spec 
Log Message:
* Wed Jun 24 2009 Jarod Wilson <jarod at redhat.com> 0.8.6-0.2.pre1
- Fix things up so the relocated socket actually works out of the box



Index: lirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- lirc.spec	23 Jun 2009 20:06:52 -0000	1.56
+++ lirc.spec	24 Jun 2009 23:39:51 -0000	1.57
@@ -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 <jarod at redhat.com> 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 <jarod at redhat.com> 0.8.6-0.1.pre1
 - Update to lirc 0.8.6pre1
 - Adds Linux input layer support to lircmd




More information about the fedora-extras-commits mailing list