SPECS: lirc.spec - up to 0.8.2 - rel 1 - kernelcc patch - kernelcc...

czarny czarny at pld-linux.org
Wed Aug 22 11:20:55 CEST 2007


Author: czarny                       Date: Wed Aug 22 09:20:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.8.2
- rel 1
- kernelcc patch
- kernelcc via kernel Makefile magic with autoconf.h
- todo with vserver.patch

---- Files affected:
SPECS:
   lirc.spec (1.140 -> 1.141) 

---- Diffs:

================================================================
Index: SPECS/lirc.spec
diff -u SPECS/lirc.spec:1.140 SPECS/lirc.spec:1.141
--- SPECS/lirc.spec:1.140	Sat Jun 16 12:03:12 2007
+++ SPECS/lirc.spec	Wed Aug 22 11:20:49 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 # TODO
 # - try to make it use builder_kernel_modules and install_kernel_modules; I couldn't make it
-# - take a look at lirc 0.8.2; it's configure.in has some bug in generating kernelcc check script
+# - investigate Patch8: vserver; non-vserver enabled kernels don't have the find_task_by_real_pid function (like kernel-desktop)
 #
 # Conditional build:
 %bcond_without	dist_kernel	# without sources of distribution kernel
@@ -23,13 +23,13 @@
 Summary:	Linux Infrared Remote Control daemons
 Summary(pl.UTF-8):	Serwery do zdalnego sterowania Linuksem za pomocą podczerwieni
 Name:		lirc
-Version:	0.8.1
-%define	_rel	2
+Version:	0.8.2
+%define	_rel	1
 Release:	%{_rel}
 License:	GPL
 Group:		Daemons
 Source0:	http://dl.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
-# Source0-md5:	3a42083fc6c54797351e52c77537c586
+# Source0-md5:	83e7060a6693b81075c178d7e3b215af
 Source1:	http://lirc.sourceforge.net/remotes.tar.bz2
 # Source1-md5:	373ebacae6d9abff25e804bee172d142
 Source2:	%{name}d.sysconfig
@@ -44,7 +44,7 @@
 Patch6:		%{name}-sparc.patch
 Patch7:		%{name}-remotes.patch
 Patch8:		%{name}-vserver.patch
-Patch9:		%{name}-kernel-2.6.20.patch
+Patch9:		%{name}-kernelcc.patch
 URL:		http://www.lirc.org/
 #%{?with_x:BuildRequires:	xorg-lib-libX11-devel}
 BuildRequires:	autoconf
@@ -588,6 +588,16 @@
 %{__autoheader}
 %{__autoconf}
 
+# Workround needed for configure script to find kernelcc
+%if %{with dist_kernel}
+%define		cfg	dist
+%else
+%define		cfg	nondist
+%else
+[ -r "%{_kernelsrcdir}/config-%{cfg}" ] || exit 1	
+rm -rf o
+install -d o/include/linux
+ln -sf %{_kernelsrcdir}/include/linux/autoconf-%{cfg}.h o/include/linux/autoconf.h
 %configure \
 	ac_cv_header_portaudio_h=no \
 	--with-kerneldir=%{_kernelsrcdir} \
@@ -989,6 +999,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.141  2007/08/22 09:20:49  czarny
+- up to 0.8.2
+- rel 1
+- kernelcc patch
+- kernelcc via kernel Makefile magic with autoconf.h
+- todo with vserver.patch
+
 Revision 1.140  2007/06/16 10:03:12  czarny
 - rel 2 for rebuild
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lirc.spec?r1=1.140&r2=1.141&f=u



More information about the pld-cvs-commit mailing list