automatic update by autodist [release 0.9.1-1mamba;Thu Jun 12 2014]
This commit is contained in:
parent
c79764c45f
commit
c5f7ab7505
26
lirc.spec
26
lirc.spec
@ -27,9 +27,9 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: lirc
|
Name: lirc
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 9mamba
|
Release: 1mamba
|
||||||
Summary: A package that allows you to decode and send infra-red signals
|
Summary: A package that allows you to decode and send infra-red signals
|
||||||
Group: System/Hardware
|
Group: System/Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -108,7 +108,7 @@ Lirc remote control drivers for the %{kernel_ver}%{KERNEL_TARGET} kernel.
|
|||||||
# --with-kerneldir=/usr/src/linux-%{KERNEL_VER}%{KERNEL_TARGET} \
|
# --with-kerneldir=/usr/src/linux-%{KERNEL_VER}%{KERNEL_TARGET} \
|
||||||
# --with-moduledir=/lib/modules/%{KERNEL_VER}%{KERNEL_TARGET}/misc
|
# --with-moduledir=/lib/modules/%{KERNEL_VER}%{KERNEL_TARGET}/misc
|
||||||
|
|
||||||
%make
|
%make systemddir=%{_unitdir}
|
||||||
#make -C drivers %{BUILD_OPTS} -j1
|
#make -C drivers %{BUILD_OPTS} -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -119,16 +119,25 @@ sed -i "s|/sbin/depmod|/bin/true|" drivers/Makefile drivers/*/Makefile
|
|||||||
|
|
||||||
install -d %{buildroot}%{_sysconfdir}/lirc
|
install -d %{buildroot}%{_sysconfdir}/lirc
|
||||||
cp -a remotes/* %{buildroot}%{_sysconfdir}/lirc
|
cp -a remotes/* %{buildroot}%{_sysconfdir}/lirc
|
||||||
%makeinstall
|
%makeinstall systemddir=%{_unitdir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%post
|
||||||
|
if [ $1 -ge 1 ]; then
|
||||||
|
systemctl -q daemon-reload
|
||||||
|
fi
|
||||||
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/lirc
|
%dir %{_sysconfdir}/lirc
|
||||||
%{_sysconfdir}/lirc/*
|
%{_sysconfdir}/lirc/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_unitdir}/lircd.service
|
||||||
|
%{_unitdir}/lircd.socket
|
||||||
|
%{_unitdir}/lircmd.service
|
||||||
%{_libdir}/liblirc_client.so.*
|
%{_libdir}/liblirc_client.so.*
|
||||||
%{_sbindir}/lircd
|
%{_sbindir}/lircd
|
||||||
%{_sbindir}/lircmd
|
%{_sbindir}/lircmd
|
||||||
@ -147,21 +156,26 @@ cp -a remotes/* %{buildroot}%{_sysconfdir}/lirc
|
|||||||
%{_mandir}/man8/lircmd.8.gz
|
%{_mandir}/man8/lircmd.8.gz
|
||||||
/var/run/lirc/lircd
|
/var/run/lirc/lircd
|
||||||
/var/run/lirc/lircm
|
/var/run/lirc/lircm
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liblirc_client.a
|
|
||||||
%{_libdir}/liblirc_client.la
|
%{_libdir}/liblirc_client.la
|
||||||
%{_libdir}/liblirc_client.so
|
%{_libdir}/liblirc_client.so
|
||||||
%dir %{_includedir}/lirc
|
%dir %{_includedir}/lirc
|
||||||
%{_includedir}/lirc/*.h
|
%{_includedir}/lirc/*.h
|
||||||
|
%dir %{_docdir}/lirc
|
||||||
|
%{_docdir}/lirc/*
|
||||||
|
|
||||||
#%files -n kernel-%{KERNEL_TARGET}-lirc
|
#%files -n kernel-%{KERNEL_TARGET}-lirc
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
#/lib/modules/%{KERNEL_VER}%{KERNEL_TARGET}/misc/lirc_*.ko
|
#/lib/modules/%{KERNEL_VER}%{KERNEL_TARGET}/misc/lirc_*.ko
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2014 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Fri Jan 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-9mamba
|
* Fri Jan 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-9mamba
|
||||||
- kernel 3.4 rebuild
|
- kernel 3.4 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user