fix
OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=28
This commit is contained in:
parent
704e6687bb
commit
235095f42a
@ -29,6 +29,8 @@ Release: 2
|
|||||||
Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2
|
Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2
|
||||||
Source1: Makefile.module
|
Source1: Makefile.module
|
||||||
Source2: Makefile.modsub
|
Source2: Makefile.modsub
|
||||||
|
Patch0: imon2_conf.patch
|
||||||
|
Patch1: lirc-0.8.7-lirc_h.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
%suse_kernel_module_package -n lirc kdump um debug
|
%suse_kernel_module_package -n lirc kdump um debug
|
||||||
@ -52,6 +54,8 @@ receivers for the serial port.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n lirc-%{version}%{?snapshot:-%snapshot}
|
%setup -q -n lirc-%{version}%{?snapshot:-%snapshot}
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
PYTHON=/usr/bin/python \
|
PYTHON=/usr/bin/python \
|
||||||
./configure --with-driver=all
|
./configure --with-driver=all
|
||||||
|
11
lirc.spec
11
lirc.spec
@ -62,10 +62,8 @@ Source5: sysconfig.lirc
|
|||||||
Source6: fix-remote-keys.pl
|
Source6: fix-remote-keys.pl
|
||||||
Source8: README.SUSE
|
Source8: README.SUSE
|
||||||
Source9: 51-lirc.rules
|
Source9: 51-lirc.rules
|
||||||
#Patch0: lirc-hw.diff
|
Patch0: imon2_conf.patch
|
||||||
#Patch1: lirc-sockets-in-var.diff
|
Patch1: lirc-0.8.7-lirc_h.diff
|
||||||
Patch2: imon2_conf.patch
|
|
||||||
Patch3: lirc-0.8.7-lirc_h.diff
|
|
||||||
Patch4: lirc-0.8.7-lirc_h_2.diff
|
Patch4: lirc-0.8.7-lirc_h_2.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: udev
|
Requires: udev
|
||||||
@ -126,10 +124,9 @@ the 'lirc' package has to be configured and started.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?snapshot:-%snapshot}
|
%setup -q -n %{name}-%{version}%{?snapshot:-%snapshot}
|
||||||
#%patch0 -p1 -b .hw
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
cp %{SOURCE8} .
|
cp %{SOURCE8} .
|
||||||
#find . -type d -name CVS -print0 | xargs -0 -- rm -rf
|
#find . -type d -name CVS -print0 | xargs -0 -- rm -rf
|
||||||
#find . -name .cvsignore -print0 | xargs -0 -- rm -rf
|
#find . -name .cvsignore -print0 | xargs -0 -- rm -rf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user