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 user_lirc 67
|
||||||
%define group_lirc 67
|
%define group_lirc 67
|
||||||
Name: lirc
|
Name: lirc
|
||||||
Version: 0.10.1
|
Version: 0.10.2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 2mamba
|
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://downloads.sourceforge.net/project/lirc/LIRC/%{version}/lirc-%{version}.tar.bz2
|
||||||
Patch0: lirc-0.9.4-run_dir.patch
|
Patch0: lirc-0.9.4-run_dir.patch
|
||||||
Patch1: lirc-0.9.4-fix-devinput-conf.patch
|
Patch1: lirc-0.9.4-fix-devinput-conf.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libbsd-devel
|
|
||||||
BuildRequires: libftdi1-devel
|
BuildRequires: libftdi1-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
@ -36,12 +33,10 @@ BuildRequires: libusb-compat-devel
|
|||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: python3
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: help2man >= 1.36.3
|
BuildRequires: help2man >= 1.36.3
|
||||||
Requires: PyYAML-py3
|
Requires: PyYAML-py3
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls.
|
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.
|
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.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
#% debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -67,7 +62,8 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%configure
|
%configure \
|
||||||
|
PYTHON=%{__python3}
|
||||||
|
|
||||||
%make systemddir=%{_unitdir} VARRUNDIR=/run
|
%make systemddir=%{_unitdir} VARRUNDIR=/run
|
||||||
|
|
||||||
@ -159,11 +155,12 @@ fi
|
|||||||
%{_datadir}/lirc/python-pkg/*
|
%{_datadir}/lirc/python-pkg/*
|
||||||
%dir %{_datadir}/lirc
|
%dir %{_datadir}/lirc
|
||||||
%dir %{_datadir}/lirc/configs
|
%dir %{_datadir}/lirc/configs
|
||||||
%{_datadir}/lirc/lirc.hwdb
|
#%{_datadir}/lirc/lirc.hwdb
|
||||||
%{_datadir}/lirc/configs/*
|
%{_datadir}/lirc/configs/*
|
||||||
%dir %{_datadir}/lirc/contrib
|
%dir %{_datadir}/lirc/contrib
|
||||||
#%{_datadir}/lirc/contrib/.release-process.txt.swp
|
|
||||||
%{_datadir}/lirc/contrib/*
|
%{_datadir}/lirc/contrib/*
|
||||||
|
%dir %{_datadir}/lirc/doc
|
||||||
|
%{_datadir}/lirc/doc/*
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
%{_mandir}/man5/lircd.conf.5*
|
%{_mandir}/man5/lircd.conf.5*
|
||||||
%{_mandir}/man5/lircrc.5*
|
%{_mandir}/man5/lircrc.5*
|
||||||
@ -187,24 +184,23 @@ fi
|
|||||||
%dir %{_includedir}/lirc
|
%dir %{_includedir}/lirc
|
||||||
%{_includedir}/lirc/*.h
|
%{_includedir}/lirc/*.h
|
||||||
%{_includedir}/lirc/input_map.inc
|
%{_includedir}/lirc/input_map.inc
|
||||||
%dir %{_includedir}/lirc/include
|
#%dir %{_includedir}/lirc/include
|
||||||
%{_includedir}/lirc/include/linux/input-event-codes.h
|
#%{_includedir}/lirc/include/linux/input-event-codes.h
|
||||||
%{_includedir}/lirc/media
|
%{_includedir}/lirc/media
|
||||||
%dir %{_includedir}/lirc/include/media
|
#%dir %{_includedir}/lirc/include/media
|
||||||
%{_includedir}/lirc/include/media/lirc.h
|
#%{_includedir}/lirc/include/media/lirc.h
|
||||||
%{_libdir}/libirrecord.la
|
|
||||||
%{_libdir}/libirrecord.so
|
%{_libdir}/libirrecord.so
|
||||||
%{_libdir}/liblirc_client.la
|
|
||||||
%{_libdir}/liblirc_client.so
|
%{_libdir}/liblirc_client.so
|
||||||
%{_libdir}/liblirc.la
|
|
||||||
%{_libdir}/liblirc.so
|
%{_libdir}/liblirc.so
|
||||||
%{_libdir}/liblirc_driver.la
|
|
||||||
%{_libdir}/liblirc_driver.so
|
%{_libdir}/liblirc_driver.so
|
||||||
%{_libdir}/pkgconfig/lirc-driver.pc
|
|
||||||
%{_libdir}/pkgconfig/lirc.pc
|
%{_libdir}/pkgconfig/lirc.pc
|
||||||
%doc ChangeLog NEWS README
|
%{_libdir}/pkgconfig/lirc-driver.pc
|
||||||
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.1-2mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user