Hello community,

here is the log from the commit of package lirc for openSUSE:Factory checked in 
at 2014-05-22 20:37:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lirc (Old)
 and      /work/SRC/openSUSE:Factory/.lirc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lirc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lirc/lirc.changes        2013-03-04 
17:29:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lirc.new/lirc.changes   2014-05-22 
20:37:57.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  8 11:44:22 CEST 2014 - r...@suse.de
+
+- use _rundir macro 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lirc.spec ++++++
--- /var/tmp/diff_new_pack.ivCdWb/_old  2014-05-22 20:37:58.000000000 +0200
+++ /var/tmp/diff_new_pack.ivCdWb/_new  2014-05-22 20:37:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lirc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,6 +69,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(udev)
 %define _udevdir %(pkg-config --variable udevdir udev)
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
 
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq
@@ -167,9 +170,9 @@
 mkdir -p %{buildroot}%{_datadir}/lirc
 cp -a remotes %{buildroot}%{_datadir}/lirc
 install -d -m 755 %{buildroot}/dev
-mkdir -p %{buildroot}%{_localstatedir}/run/lirc
-touch %{buildroot}%{_localstatedir}/run/lirc/lircd
-chmod 600 %{buildroot}%{_localstatedir}/run/lirc/*
+mkdir -p %{buildroot}%{_rundir}/lirc
+touch %{buildroot}%{_rundir}/lirc/lircd
+chmod 600 %{buildroot}%{_rundir}/lirc/*
 # lircd init scripts
 install -d -m 755      %{buildroot}%{_sysconfdir}/init.d                       
\
                        %{buildroot}%{_sbindir}                 \
@@ -208,9 +211,9 @@
 %doc README.SUSE
 %doc doc/html doc/images doc/lirc.hwdb doc/lirc.css doc/irxevent.keys
 %doc contrib
-%dir %ghost %{_localstatedir}/run/lirc
-%ghost %{_localstatedir}/run/lirc/lircm
-%ghost %{_localstatedir}/run/lirc/lircd
+%dir %ghost %{_rundir}/lirc
+%ghost %{_rundir}/lirc/lircm
+%ghost %{_rundir}/lirc/lircd
 %attr(0755,root,root)/usr/bin/*
 %{_sbindir}/*
 %{_sysconfdir}/init.d/lirc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to