Accepting request 340801 from hardware
- 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 ...). OBS-URL: https://build.opensuse.org/request/show/340801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libirman?expand=0&rev=3
This commit is contained in:
commit
7f5393be3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7865d276ec896939f0e15eca79a1228c4fba7f1eb3ecbf94364e2f0c2d71bfc0
|
||||
size 279148
|
3
libirman-0.5.0.tar.gz
Normal file
3
libirman-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:926addb5a85faceb553fcf9e504ea67ab41d3491f101e2621ce43e6568312bfb
|
||||
size 355076
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%define lib_name %{name}0
|
||||
Name: libirman
|
||||
Version: 0.4.6
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Library for irman access
|
||||
License: GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://www.lirc.org
|
||||
Source0: http://sourceforge.net/projects/lirc/files/libirman/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://sourceforge.net/projects/lirc/files/libirman/%{version}/libirman-%{version}.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -41,6 +41,7 @@ Library for irman access from lirc project
|
||||
|
||||
%package utils
|
||||
Summary: Library for irman access
|
||||
License: GPL-2.0+
|
||||
Group: Hardware/Other
|
||||
|
||||
%description utils
|
||||
@ -48,6 +49,7 @@ Utilities from %{name} from lirc project
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries
|
||||
Requires: %{lib_name} = %{version}-%{release}
|
||||
|
||||
@ -74,6 +76,7 @@ rm -rf %{buildroot}%{_datadir}
|
||||
%files utils
|
||||
%doc COPYING
|
||||
%{_bindir}/workmanir
|
||||
%{_bindir}/irman.*
|
||||
|
||||
%files -n %{lib_name}
|
||||
%doc COPYING.lib
|
||||
|
Loading…
Reference in New Issue
Block a user