Hello community,

here is the log from the commit of package libirman for openSUSE:Factory 
checked in at 2017-03-11 15:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libirman (Old)
 and      /work/SRC/openSUSE:Factory/.libirman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libirman"

Sat Mar 11 15:18:10 2017 rev:6 rq:476991 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libirman/libirman.changes        2017-02-25 
00:49:10.344689121 +0100
+++ /work/SRC/openSUSE:Factory/.libirman.new/libirman.changes   2017-03-11 
15:18:10.515964875 +0100
@@ -1,0 +2,5 @@
+Sun Mar  5 10:03:04 UTC 2017 - [email protected]
+
+- Make building of lirc plugin conditional (boo#1027687)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libirman.spec ++++++
--- /var/tmp/diff_new_pack.Nmk7LZ/_old  2017-03-11 15:18:11.039890734 +0100
+++ /var/tmp/diff_new_pack.Nmk7LZ/_new  2017-03-11 15:18:11.039890734 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_with     lirc_plugin
 %define         sover 0
 Name:           libirman
 Version:        0.5.2
@@ -26,7 +27,9 @@
 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
@@ -64,6 +67,7 @@
 %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+
@@ -72,6 +76,7 @@
 
 %description -n lirc-irman
 Lirc plugin for irman.
+%endif
 
 %package devel
 Summary:        Development files for %{name}
@@ -119,11 +124,13 @@
 %defattr(-,root,root)
 %config %{_sysconfdir}/irman.conf
 
+%if %{with lirc_plugin}
 %files -n lirc-irman
 %defattr(-,root,root)
 %dir %{_libdir}/lirc
 %dir %{_libdir}/lirc/plugins
 %{_libdir}/lirc/plugins/irman.so
+%endif
 
 %files devel
 %defattr(-,root,root)


Reply via email to