Accepting request 157120 from home:seife:branches:vdr
fix build with automake-1.13.1 OBS-URL: https://build.opensuse.org/request/show/157120 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=38
This commit is contained in:
parent
6b3eba3026
commit
acef2a0cd5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 13:03:37 UTC 2013 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- fix build with automake-1.13.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 27 20:15:34 UTC 2012 - alinm.elena@gmail.com
|
Tue Nov 27 20:15:34 UTC 2012 - alinm.elena@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lirc
|
# spec file for package lirc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -121,6 +121,10 @@ 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
|
||||||
|
|
||||||
|
# automake 1.13 deprecated the old macro
|
||||||
|
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
||||||
|
mkdir m4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} < 1020
|
%if 0%{?suse_version} < 1020
|
||||||
# XXX: hw_i2cuser doesn't build on sles10
|
# XXX: hw_i2cuser doesn't build on sles10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user