]> git.pld-linux.org Git - packages/lirc.git/commitdiff
up to 0.10.2
authorJan Palus <atler@pld-linux.org>
Sat, 8 Oct 2022 09:32:02 +0000 (11:32 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 8 Oct 2022 09:32:02 +0000 (11:32 +0200)
lirc.spec
no-python-shebang-munge.patch

index 1f3fff2bc8ae9955d25c1a3f91d752d7ad94730f..4c602c1ce2ad6144bfd86abd0fca3c90291988ec 100644 (file)
--- a/lirc.spec
+++ b/lirc.spec
 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*
index d65ba1990f1cbeb7fdb8f5049a75bd99fcc02eb1..04ac5fe40a1a48b19fbe0c189de9ae19df1d8e8a 100644 (file)
@@ -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
This page took 0.419044 seconds and 4 git commands to generate.