Sync from SUSE:SLFO:Main libirman revision d399ddfe24a3f7dc9f27b901f8c28e82

This commit is contained in:
Adrian Schröter 2024-05-03 15:09:06 +02:00
commit 0d99481ea6
4 changed files with 229 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
libirman-0.5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

72
libirman.changes Normal file
View File

@ -0,0 +1,72 @@
-------------------------------------------------------------------
Mon Feb 24 12:05:35 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Small package cleanup
-------------------------------------------------------------------
Mon Nov 5 10:21:26 UTC 2018 - olaf@aepfle.de
- Correct upgrate path from libirman-common to irman-common
-------------------------------------------------------------------
Sun Mar 5 10:03:04 UTC 2017 - mpluskal@suse.com
- Make building of lirc plugin conditional (boo#1027687)
-------------------------------------------------------------------
Tue Feb 21 18:56:28 UTC 2017 - mpluskal@suse.com
- Build lirc plugin
- Rename common and utils subpackages
-------------------------------------------------------------------
Sun Nov 27 22:21:22 UTC 2016 - jengelh@inai.de
- Update descriptions
-------------------------------------------------------------------
Thu Nov 24 09:57:29 UTC 2016 - mpluskal@suse.com
- Update to version 0.5.2:
* Plugin: Fix logging issues.
* Configure the sys/file.h header (Debian #436563).
* Build: Fix parallel make glitch.
- Changes for version 0.5.1:
* Fix FTBS bug for --enable-swtest
* Clean up plugin installation.
- Update project and download url
- Move config file to subpackage
-------------------------------------------------------------------
Sat Oct 24 21:18:45 UTC 2015 - mpluskal@suse.com
- Update to 0.5.0
* Always build the irman.test* tools.
* If compiled with lirc > 0.9.3, builds the irman lirc plugin
(i. e., driver).
* Add ChangeLog, AUTHORS + INSTALL to make package GNU-compatible
* Using a GNU make extension $(shell ...).
-------------------------------------------------------------------
Mon Sep 7 08:36:28 UTC 2015 - p.drouand@gmail.com
- Update to version 0.4.6
* Refreshing automake files and installation
* Add a pkgconfig file
- Remove obsolete dependencies
* autoconf
* automake
* libtool
- Add a dependency to pkg-config
-------------------------------------------------------------------
Tue Aug 18 08:14:37 UTC 2015 - mpluskal@suse.com
- Update license
-------------------------------------------------------------------
Mon Aug 17 08:26:35 UTC 2015 - mpluskal@suse.com
- Initial package for version 0.4.5 (based on
home:wolfi323:irman/libirman)

131
libirman.spec Normal file
View File

@ -0,0 +1,131 @@
#
# spec file for package libirman
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 0
%bcond_with lirc_plugin
Name: libirman
Version: 0.5.2
Release: 0
Summary: Library for irman access
License: GPL-2.0-or-later
URL: https://sourceforge.net/projects/libirman/
Source0: https://downloads.sf.net/libirman/libirman-%{version}.tar.gz
BuildRequires: pkgconfig
%if %{with lirc_plugin}
BuildRequires: pkgconfig(lirc)
%endif
%description
libirman is a general purpose library for programs to use in order to
receive infrared signals via irman-compatible hardware.
%package -n %{name}%{sover}
Summary: Library for irman access
License: LGPL-2.0-or-later
Requires: %{name}-common = %{version}
%description -n %{name}%{sover}
libirman is a general purpose library for programs to use in order to
receive infrared signals via irman-compatible hardware.
%package -n irman-common
Summary: Common files for %{name}
License: LGPL-2.0-or-later
Conflicts: %{name}%{sover} < %{version}
Provides: libirman-common = %{version}-%{release}
Obsoletes: libirman-common < %{version}-%{release}
%description -n irman-common
Common files for %{name}.
%package -n irman-utils
Summary: Library for irman access
License: GPL-2.0-or-later
Requires: irman-common = %{version}
Provides: libirman-utils = %{version}
Obsoletes: libirman-utils < %{version}
%description -n irman-utils
Utilities from %{name} from the lirc project.
%if %{with lirc_plugin}
%package -n lirc-irman
Summary: Lirc plugin for irman
License: GPL-2.0-or-later
Requires: irman-common = %{version}
%description -n lirc-irman
Lirc plugin for irman.
%endif
%package devel
Summary: Development files for %{name}
License: GPL-2.0-or-later
Requires: %{name}%{sover} = %{version}
%description devel
libirman is a general purpose library for programs to use in order to
receive infrared signals via irman-compatible hardware.
Devel files for %{name} from the lirc project.
%prep
%setup -q
%build
%configure \
--disable-static
%make_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
rm -rf %{buildroot}%{_datadir}
%post -n %{name}%{sover} -p /sbin/ldconfig
%postun -n %{name}%{sover} -p /sbin/ldconfig
%files -n irman-utils
%license COPYING
%{_bindir}/test_func
%{_bindir}/test_io
%{_bindir}/test_name
%{_bindir}/workmanir
%files -n %{name}%{sover}
%license COPYING.lib
%{_libdir}/%{name}.so.%{sover}*
%files -n irman-common
%config %{_sysconfdir}/irman.conf
%if %{with lirc_plugin}
%files -n lirc-irman
%dir %{_libdir}/lirc
%dir %{_libdir}/lirc/plugins
%{_libdir}/lirc/plugins/irman.so
%endif
%files devel
%license COPYING COPYING.lib
%doc NEWS README
%{_includedir}/irman.h
%{_libdir}/libirman.so
%{_libdir}/pkgconfig/libirman.pc
%changelog