[v4l-utils/el6] Fix build on rhel6

mchehab mchehab at fedoraproject.org
Mon Nov 24 13:45:57 UTC 2014


commit f15e1baef4b2460ca592ed18e7d4ef1020ad705d
Author: Mauro Carvalho Chehab <mchehab at osg.samsung.com>
Date:   Mon Nov 24 11:31:59 2014 -0200

    Fix build on rhel6
    
    Fix some remaining issues related to file packaging.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at osg.samsung.com>

 v4l-utils.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index 59d0b69..7085045 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -113,7 +113,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 rm $RPM_BUILD_ROOT%{_libdir}/{v4l1compat.so,v4l2convert.so}
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3/
 cp -arv %{_builddir}/%{name}-%{version}/doxygen-doc/man/man3 $RPM_BUILD_ROOT%{_mandir}/
-rm $RPM_BUILD_ROOT%{_mandir}/man3/_*3
 
 
 %post -n libv4l -p /sbin/ldconfig
@@ -129,7 +128,7 @@ rm $RPM_BUILD_ROOT%{_mandir}/man3/_*3
 %dir %{_sysconfdir}/rc_keymaps
 %config(noreplace) %{_sysconfdir}/rc_keymaps/*
 %config(noreplace) %{_sysconfdir}/rc_maps.cfg
-%{_udevrulesdir}/70-infrared.rules
+%config(noreplace) /lib/udev/rules.d/70-infrared.rules
 %{_bindir}/cx18-ctl
 %{_bindir}/dvb*
 %{_bindir}/ir-keytable


More information about the scm-commits mailing list