This commit is contained in:
parent
0996e86e1e
commit
16b1e45b23
@ -2,9 +2,16 @@
|
|||||||
# spec file for package lirc-kernel (Version 0.8.3)
|
# spec file for package lirc-kernel (Version 0.8.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -18,7 +25,7 @@ License: GPL v2 or later
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Summary: LIRC kernel modules
|
Summary: LIRC kernel modules
|
||||||
Version: 0.8.3
|
Version: 0.8.3
|
||||||
Release: 3
|
Release: 4
|
||||||
Source0: lirc-%{version}.tar.bz2
|
Source0: lirc-%{version}.tar.bz2
|
||||||
Source1: Makefile.module
|
Source1: Makefile.module
|
||||||
Source2: Makefile.modsub
|
Source2: Makefile.modsub
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 19 14:13:37 CEST 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
- set Required-Stop in init script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 26 09:03:24 CEST 2008 - lnussel@suse.de
|
Thu Jun 26 09:03:24 CEST 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
15
lirc.spec
15
lirc.spec
@ -2,9 +2,16 @@
|
|||||||
# spec file for package lirc (Version 0.8.3)
|
# spec file for package lirc (Version 0.8.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -35,7 +42,7 @@ License: GPL v2 or later
|
|||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.8.3
|
Version: 0.8.3
|
||||||
Release: 11
|
Release: 28
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
Summary: Tools for Infrared Receivers
|
Summary: Tools for Infrared Receivers
|
||||||
Source0: lirc-0.8.3.tar.bz2
|
Source0: lirc-0.8.3.tar.bz2
|
||||||
@ -178,6 +185,8 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 19 2008 lnussel@suse.de
|
||||||
|
- set Required-Stop in init script
|
||||||
* Thu Jun 26 2008 lnussel@suse.de
|
* Thu Jun 26 2008 lnussel@suse.de
|
||||||
- fix build of hw_i2cuser on 11.0+ (bnc#387587)
|
- fix build of hw_i2cuser on 11.0+ (bnc#387587)
|
||||||
* Wed May 07 2008 lnussel@suse.de
|
* Wed May 07 2008 lnussel@suse.de
|
||||||
|
2
rc.lirc
2
rc.lirc
@ -15,7 +15,7 @@
|
|||||||
# Provides: lirc
|
# Provides: lirc
|
||||||
# Required-Start: $remote_fs
|
# Required-Start: $remote_fs
|
||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Required-Stop:
|
# Required-Stop: $remote_fs
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Default-Stop: 0 1 2 6
|
# Default-Stop: 0 1 2 6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user