From: Jan Palus Date: Sat, 8 Oct 2022 09:32:02 +0000 (+0200) Subject: up to 0.10.2 X-Git-Tag: auto/th/lirc-0.10.2-1~2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f93694d92f1afe0edd688f085987a170e1aa1a41;p=packages%2Flirc.git up to 0.10.2 --- diff --git a/lirc.spec b/lirc.spec index 1f3fff2..4c602c1 100644 --- a/lirc.spec +++ b/lirc.spec @@ -11,14 +11,14 @@ Summary: Linux Infrared Remote Control daemons Summary(pl.UTF-8): Demony do zdalnego sterowania Linuksem za pomocą podczerwieni Name: lirc -Version: 0.10.1 -Release: 11 +Version: 0.10.2 +Release: 1 License: GPL v2+ Group: Daemons Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 -# Source0-md5: 86c3f8e4efaba10571addb8313d1e040 +# Source0-md5: cb96cfb0af8067c0062e2f5a100f426a Source1: http://lirc.sourceforge.net/remotes.tar.bz2 -# Source1-md5: 238d1773d3c405acc02813674f5a55f8 +# Source1-md5: 10f2fbb1b5190d5635ebe2761c479deb Source2: %{name}d.sysconfig Source3: %{name}d.init Source4: %{name}md.init @@ -252,6 +252,7 @@ fi %attr(755,root,root) %{_bindir}/irtext2udp %attr(755,root,root) %{_bindir}/irw %attr(755,root,root) %{_bindir}/lirc-config-tool +%attr(755,root,root) %{_bindir}/lirc-data2table %attr(755,root,root) %{_bindir}/lirc-init-db %attr(755,root,root) %{_bindir}/lirc-lsremotes %attr(755,root,root) %{_bindir}/lirc-make-devinput @@ -322,7 +323,6 @@ fi %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lirc/lircmd.conf %dir %{_datadir}/lirc %{_datadir}/lirc/configs -%{_datadir}/lirc/lirc.hwdb %dir %{_docdir}/lirc %dir %{_docdir}/lirc/plugindocs %{_mandir}/man1/ircat.1* diff --git a/no-python-shebang-munge.patch b/no-python-shebang-munge.patch index d65ba19..04ac5fe 100644 --- a/no-python-shebang-munge.patch +++ b/no-python-shebang-munge.patch @@ -1,6 +1,6 @@ ---- lirc-0.10.1/tools/Makefile.am~ 2021-03-06 09:25:51.000000000 +0100 -+++ lirc-0.10.1/tools/Makefile.am 2021-03-06 09:30:25.756693060 +0100 -@@ -100,20 +100,8 @@ +--- lirc-0.10.2/tools/Makefile.am.orig 2022-10-08 10:26:12.255237014 +0200 ++++ lirc-0.10.2/tools/Makefile.am 2022-10-08 10:27:13.968584868 +0200 +@@ -100,21 +100,8 @@ $(SED) -i -e 's/@version@/$(VERSION)/' \ $(DESTDIR)$(bindir)/lirc-config-tool \ $(DESTDIR)$(bindir)/irdb-get @@ -9,6 +9,7 @@ - irdb-get \ - irtext2udp \ - lirc-init-db \ +- lirc-postinstall \ - pronto2lirc - cd $(DESTDIR)$(sbindir); \ - $(SED) -i '\|^#!/usr/bin/env|s|python3|$(PYTHON)|' lircd-setup