diff --git a/lirc.init b/lirc.init index 8062616..4946651 100644 --- a/lirc.init +++ b/lirc.init @@ -10,6 +10,14 @@ # config: /etc/lircmd.conf # pidfile: /var/run/lircd.pid +### BEGIN INIT INFO +# Provides: lirc +# Should-Start: $syslog $network +# Should-Stop: $syslog $network +# Short-Description: Linux Infrared Remote Control daemon +# Description: Enables remote control devices through LIRC. +### END INIT INFO + # Source function library. . /etc/init.d/functions diff --git a/lirc.spec b/lirc.spec index ef07112..8c6ab45 100644 --- a/lirc.spec +++ b/lirc.spec @@ -2,6 +2,7 @@ # - caraca driver (req: caraca, http://caraca.sf.net/) # - irman driver (req: libirman, http://lirc.sf.net/software/snapshots/) # - iguanaIR driver (req: http://iguanaworks.net/ir/usb/installation.shtml) +# -> would cause license change to "GPLv2" # - move to -devel (?): irw, *mode2, others? # note: xmode2 inflicts a dependency on X, and smode2 on svgalib # - does someone actually need xmode2/smode2 for something? @@ -16,11 +17,11 @@ Name: lirc Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons -License: GPL +License: GPLv2+ URL: http://www.lirc.org/ Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 Source1: %{name}.init @@ -204,6 +205,9 @@ fi %changelog +* Wed Aug 15 2007 Ville Skyttä - 0.8.2-2 +- License: GPLv2+ + * Sun Jun 10 2007 Ville Skyttä - 0.8.2-1 - 0.8.2.