Name: libirman Version: 0.5.2 Release: 1%{?dist} Summary: Library for IRMAN hardware Group: System Environment/Libraries #The files which make up the library are covered under the GNU Library #General Public License, which is in the file COPYING.lib. #The files which make up the test programs and the documentation are covered #under the GNU General Public License, which is in the file COPYING. License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libirman/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch1: 0002-Adapt-to-recent-LOGPRINTF-removed-in-lirc.patch BuildRequires: autoconf, automake, libtool BuildRequires: lirc-devel >= 0.9.4 %description Runtime libraries for accessing the IrMan hardware. The IrMan hardware((http://www.intolect.com/irmandetail.htm) is nowadays discontinued. However, some modern hardware (notably the irtoy) is able to emulate the irman protocol. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Libraries and header files for developing applications that use %{name}. The IrMan hardware((http://www.intolect.com/irmandetail.htm) is nowadays discontinued. However, some modern hardware (notably the irtoy) is able to emulate the irman protocol. %package -n lirc-drv-irman Summary: lircd(8) plugin for handling IrMan devices. Requires: %{name} = %{version}-%{release} Requires: lirc >= 0.9.4 %description -n lirc-drv-irman A lirc plugin with a single driver, replacing the irman support which was built-in in lirc prior to 0.9.4. %prep %setup -q %patch1 -p1 %build libtoolize --force --copy --install autoreconf -i %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -delete rm $RPM_BUILD_ROOT%{_docdir}/libirman/TECHNICAL %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc COPYING* README TODO NEWS %config(noreplace) %{_sysconfdir}/irman.conf %{_bindir}/* %{_libdir}/*.so.* %files devel %doc TECHNICAL %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/libirman.pc %files -n lirc-drv-irman %{_libdir}/lirc/plugins/irman.so %{_docdir}/lirc/plugindocs/irman.html %{_datadir}/lirc/configs/irman.conf %changelog * Thu Jun 02 2016 Ján ONDREJ (SAL) - 0.5.2-1 - Update to upstream. * Mon Jan 11 2016 Alec Leamas - 0.5.1-2 - Adding patch for updated lirc logging. * Thu Jan 07 2016 Alec Leamas - 0.5.1-1 - Updating to upstream version 0.5.1 - New upstream URL. - Build the lirc-drv-irman plugin package (-> R: lirc >= 0.9.4) - Removing outdated stuff. * Sun Oct 18 2015 Ján ONDREJ (SAL) - 0.5.0-2 - Renew "missing" file using autoreconf -f -i. * Mon Oct 12 2015 Ján ONDREJ (SAL) - 0.5.0-1 - Update to upstream. - Updated source URL. - Added libirman.pc file. - Removed missing option --disable-rpath. * Thu Jun 18 2015 Ján ONDREJ (SAL) - 0.4.5-14 - Fix build problems. * Wed Jun 17 2015 Fedora Release Engineering - 0.4.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering - 0.4.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.4.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.4.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Mar 23 2013 Ján ONDREJ (SAL) - 0.4.5-9 - udpdate URL - added autoreconf to prep section (bz#925781) * Thu Feb 14 2013 Fedora Release Engineering - 0.4.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 0.4.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.4.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.4.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering - 0.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun May 17 2009 Ján ONDREJ (SAL) - 0.4.5-3 - added libtoolize to fix build for f11 * Sat Apr 18 2009 Ján ONDREJ (SAL) - 0.4.5-2 - added autoreconf and --disable-rpath * Fri Apr 10 2009 Ján ONDREJ (SAL) - 0.4.5-1 - new upstream - updated Source0 to sourceforge - removed autoconf things * Thu Apr 02 2009 Jan ONDREJ (SAL) - 0.4.4-5.20090314cvs - removed cvs patch, added instructions to create cvs snapshot tar package, which is now defined as Source0 * Sat Mar 14 2009 Jan ONDREJ (SAL) - 0.4.4-4.20090314cvs - applied cvs patch, which fixed dynamic library build and IRMAN restart - added BuildRequires: autoconf, automake, libtool * Sat Dec 6 2008 Jan ONDREJ (SAL) - 0.4.4-3 - initial release