automatic version update by autodist [release 0.10.2-1mamba;Sat Oct 22 2022]
This commit is contained in:
parent
3e70c3f9d9
commit
eb8265cec9
40
lirc.spec
40
lirc.spec
@ -1,29 +1,26 @@
|
||||
%define user_lirc 67
|
||||
%define group_lirc 67
|
||||
Name: lirc
|
||||
Version: 0.10.1
|
||||
Version: 0.10.2
|
||||
Epoch: 1
|
||||
Release: 2mamba
|
||||
Release: 1mamba
|
||||
Summary: A package that allows you to decode and send infra-red signals
|
||||
Group: System/Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.lirc.org/
|
||||
URL: https://www.lirc.org/
|
||||
Source: http://downloads.sourceforge.net/project/lirc/LIRC/%{version}/lirc-%{version}.tar.bz2
|
||||
Patch0: lirc-0.9.4-run_dir.patch
|
||||
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
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libftdi1-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libjack-devel
|
||||
@ -36,12 +33,10 @@ 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
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls.
|
||||
@ -55,7 +50,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
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 needed for development.
|
||||
|
||||
#% debug_package
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -67,7 +62,8 @@ This package contains static libraries and header files needed for development.
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure
|
||||
%configure \
|
||||
PYTHON=%{__python3}
|
||||
|
||||
%make systemddir=%{_unitdir} VARRUNDIR=/run
|
||||
|
||||
@ -159,11 +155,12 @@ fi
|
||||
%{_datadir}/lirc/python-pkg/*
|
||||
%dir %{_datadir}/lirc
|
||||
%dir %{_datadir}/lirc/configs
|
||||
%{_datadir}/lirc/lirc.hwdb
|
||||
#%{_datadir}/lirc/lirc.hwdb
|
||||
%{_datadir}/lirc/configs/*
|
||||
%dir %{_datadir}/lirc/contrib
|
||||
#%{_datadir}/lirc/contrib/.release-process.txt.swp
|
||||
%{_datadir}/lirc/contrib/*
|
||||
%dir %{_datadir}/lirc/doc
|
||||
%{_datadir}/lirc/doc/*
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man5/lircd.conf.5*
|
||||
%{_mandir}/man5/lircrc.5*
|
||||
@ -187,24 +184,23 @@ fi
|
||||
%dir %{_includedir}/lirc
|
||||
%{_includedir}/lirc/*.h
|
||||
%{_includedir}/lirc/input_map.inc
|
||||
%dir %{_includedir}/lirc/include
|
||||
%{_includedir}/lirc/include/linux/input-event-codes.h
|
||||
#%dir %{_includedir}/lirc/include
|
||||
#%{_includedir}/lirc/include/linux/input-event-codes.h
|
||||
%{_includedir}/lirc/media
|
||||
%dir %{_includedir}/lirc/include/media
|
||||
%{_includedir}/lirc/include/media/lirc.h
|
||||
%{_libdir}/libirrecord.la
|
||||
#%dir %{_includedir}/lirc/include/media
|
||||
#%{_includedir}/lirc/include/media/lirc.h
|
||||
%{_libdir}/libirrecord.so
|
||||
%{_libdir}/liblirc_client.la
|
||||
%{_libdir}/liblirc_client.so
|
||||
%{_libdir}/liblirc.la
|
||||
%{_libdir}/liblirc.so
|
||||
%{_libdir}/liblirc_driver.la
|
||||
%{_libdir}/liblirc_driver.so
|
||||
%{_libdir}/pkgconfig/lirc-driver.pc
|
||||
%{_libdir}/pkgconfig/lirc.pc
|
||||
%doc ChangeLog NEWS README
|
||||
%{_libdir}/pkgconfig/lirc-driver.pc
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.1-2mamba
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user