OBS User unknown 2007-08-10 15:11:27 +00:00 committed by Git OBS Bridge
parent 00ae21418d
commit 1ed4230b69
6 changed files with 31 additions and 16 deletions

3
lirc-0.8.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:717e62ee763bad9c1ffc25dd096a8845d252eaa050f16f67c6fe3506194e7f62
size 634331

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09a434a805d68101c404d6deb58df9f781db866fe66890914d25a9a7f4fa1c4c
size 631669

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 10 15:07:12 CEST 2007 - lnussel@suse.de
- upgrade to 0.8.2 final, just minor changes
-------------------------------------------------------------------
Fri Jun 1 09:47:17 CEST 2007 - lnussel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package lirc-kernel (Version 0.8.1_0.8.2pre3)
# spec file for package lirc-kernel (Version 0.8.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,12 +13,12 @@
Name: lirc-kernel
BuildRequires: kernel-source kernel-syms module-init-tools
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: System/Kernel
Summary: LIRC kernel modules
Version: 0.8.1_0.8.2pre3
Release: 2
Source0: lirc-0.8.2pre3.tar.bz2
Version: 0.8.2
Release: 1
Source0: lirc-0.8.2.tar.bz2
Source1: Makefile.module
Source2: Makefile.modsub
Patch: lirc-0.8.1-kernel_SLAB_ATOMIC.diff
@ -42,7 +42,7 @@ receivers for the serial port.
%prep
%setup -q -n lirc-0.8.2pre3
%setup -q -n lirc-0.8.2
pushd drivers
cp -av lirc_imon lirc_imon2
mv lirc_imon2/lirc_imon.c lirc_imon2/lirc_imon2.c
@ -78,6 +78,8 @@ for flavor in %flavors_to_build; do
done
%changelog
* Fri Aug 10 2007 - lnussel@suse.de
- upgrade to 0.8.2 final, just minor changes
* Fri Jun 01 2007 - lnussel@suse.de
- update to 0.8.2pre3:
* added support for TechnoTrend USB IR receiver (Stefan Macher)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 10 15:06:50 CEST 2007 - lnussel@suse.de
- upgrade to 0.8.2 final, just minor changes
-------------------------------------------------------------------
Thu Jun 21 10:51:09 CEST 2007 - lnussel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package lirc (Version 0.8.1_0.8.2pre3)
# spec file for package lirc (Version 0.8.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,14 +16,14 @@ BuildRequires: alsa-devel xorg-x11-devel
BuildRequires: fdupes
%endif
URL: http://www.lirc.org/
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Hardware/Other
Autoreqprov: on
Version: 0.8.1_0.8.2pre3
Release: 8
Version: 0.8.2
Release: 1
PreReq: %fillup_prereq
Summary: Tools for Infrared Receivers
Source0: lirc-0.8.2pre3.tar.bz2
Source0: lirc-0.8.2.tar.bz2
Source4: rc.lirc
Source5: sysconfig.lirc
Source6: fix-remote-keys.pl
@ -36,6 +36,7 @@ Patch2: imon2_conf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: udev
Suggests: lirc-kmp
Provides: lirc-devel
%description
LIRC is a package that supports receiving and sending IR signals with
@ -47,7 +48,7 @@ control your computer with a remote control.
%prep
%setup -q -n lirc-0.8.2pre3
%setup -q -n lirc-0.8.2
#%patch0 -p1 -b .hw
%patch1 -p1 -b .var
%patch2 -p1
@ -122,7 +123,7 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf
%files
%defattr (-,root,root)
%doc ANNOUNCE AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%doc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README TODO
%doc README.SUSE
%doc doc/[a-z]* contrib
%dir /usr/include/lirc
@ -155,6 +156,8 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf
rm -rf %{buildroot}
%changelog
* Fri Aug 10 2007 - lnussel@suse.de
- upgrade to 0.8.2 final, just minor changes
* Thu Jun 21 2007 - lnussel@suse.de
- require $remote_fs in init script (#285548)
* Fri Jun 01 2007 - lnussel@suse.de