Summary: A programming library for Irman control Name: libirman Version: 0.4.4 Release: 6%{?dist} License: GPL2 Group: System Environment/Libraries URL: http://www.evation.com/libirman/libirman.html #Source0: http://www.evation.com/libirman/%{name}-%{version}.tar.gz Source0: http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}.tar.gz #Patch0: libirman-0.4.3-lvalue.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description Libirman is a programming library for Irman control. %package devel Summary: Developement files for libirman. Group: Development/Libraries %description devel Static libraries and header files from libirman. %prep %setup -q #patch0 -p1 perl -pi -e's,(install: .*) mkdev,$1,' Makefile.in %build %configure make %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_includedir} %makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING NEWS README* TECHNICAL TODO %{_sysconfdir}/irman.conf #%{_sbindir}/lirmand %{_bindir}/workmanir %files devel %defattr(-,root,root,-) %{_libdir}/libirman.a %{_includedir}/irman.h %changelog * Mon Oct 22 2007 Axel Thimm - 0.4.4-6 - Update to 0.4.4. - Remove lvalue patch it's upstream now. * Fri Apr 9 2004 Axel Thimm - Upgrade to 0.4.3. * Thu Mar 11 2004 Axel Thimm - Update to 0.4.2. * Thu Mar 4 2004 Axel Thimm - Initial build.