From 3e70c3f9d96297e91e8472a75997e2bfbd4d1e8d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:24:01 +0100 Subject: [PATCH] rebuilt [release 0.10.1-2mamba;Sun Dec 20 2020] --- lirc.spec | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/lirc.spec b/lirc.spec index 0e3c123..f54e032 100644 --- a/lirc.spec +++ b/lirc.spec @@ -3,7 +3,7 @@ Name: lirc Version: 0.10.1 Epoch: 1 -Release: 1mamba +Release: 2mamba Summary: A package that allows you to decode and send infra-red signals Group: System/Hardware Vendor: openmamba @@ -16,6 +16,7 @@ Patch1: lirc-0.9.4-fix-devinput-conf.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -23,21 +24,19 @@ BuildRequires: libXau-devel BuildRequires: libXdmcp-devel BuildRequires: libalsa-devel BuildRequires: libbsd-devel -BuildRequires: libcap-devel -BuildRequires: libdw-devel BuildRequires: libftdi1-devel BuildRequires: libgcc BuildRequires: libjack-devel -BuildRequires: libpcre-devel BuildRequires: libportaudio-devel -BuildRequires: libselinux-devel -BuildRequires: libsepol-devel +BuildRequires: libpython3-devel BuildRequires: libstdc++6-devel +BuildRequires: libsystemd-devel BuildRequires: libudev-devel BuildRequires: libusb-compat-devel BuildRequires: libusb-devel BuildRequires: libuuid-devel BuildRequires: libxcb-devel +BuildRequires: python3 ## AUTOBUILDREQ-END BuildRequires: help2man >= 1.36.3 Requires: PyYAML-py3 @@ -54,15 +53,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version} %description devel LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls. -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. + +#% debug_package %prep %setup -q +#-D -T +#:<< _EOF #%patch0 -p1 #%patch1 -p1 +./autogen.sh %build -./autogen.sh +#:<< _EOF %configure %make systemddir=%{_unitdir} VARRUNDIR=/run @@ -77,7 +81,10 @@ This package contains static libraries and header files need for development. #install -d %{buildroot}%{_sysconfdir}/lirc #cp -a remotes/* %{buildroot}%{_sysconfdir}/lirc -%makeinstall systemddir=%{_unitdir} VARRUNDIR=/run +%makeinstall \ + systemddir=%{_unitdir} \ + VARRUNDIR=/run \ + STRIP=/bin/true install -D -m0644 doc/plugindocs.mk %{buildroot}%{_docdir}/lirc/plugindocs/plugindocs.mk @@ -86,7 +93,8 @@ cat > %{buildroot}%{_tmpfilesdir}/lircd.conf << _EOF d /run/lirc 755 root root _EOF -:<< _EOF +rm -f %{buildroot}%{_datadir}/lirc/lirc-%{version}.tar.gz + %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} @@ -197,6 +205,9 @@ fi %doc ChangeLog NEWS README %changelog +* Sun Dec 20 2020 Silvan Calarco 0.10.1-2mamba +- rebuilt + * Tue Jun 05 2018 Automatic Build System 0.10.1-1mamba - automatic version update by autodist