From 3c80c36b39e9b6d8782e4523979e8e1889795768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 10 Jun 2007 08:28:44 +0000 Subject: [PATCH] - 0.8.2. --- .cvsignore | 2 +- lirc.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index ed32c97..b0e86d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lirc-0.8.2pre3.tar.bz2 +lirc-0.8.2.tar.bz2 diff --git a/lirc.spec b/lirc.spec index ec8e96a..ef07112 100644 --- a/lirc.spec +++ b/lirc.spec @@ -16,14 +16,13 @@ Name: lirc Version: 0.8.2 -Release: 0.1.pre3%{?dist} +Release: 1%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons License: GPL URL: http://www.lirc.org/ -#Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 -Source0: http://lirc.sourceforge.net/software/snapshots/lirc-%{version}pre3.tar.bz2 +Source0: http://downloads.sourceforge.net/lirc/%{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -81,7 +80,7 @@ documentation and a collection of remote control configuration files. %prep -%setup -q -n %{name}-%{version}pre3 +%setup -q chmod 644 contrib/* sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo \ @@ -132,6 +131,8 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/irxevent.1* rm -f $RPM_BUILD_ROOT%{_mandir}/man1/xmode2.1* %endif +install -Dpm 644 doc/lirc.hwdb $RPM_BUILD_ROOT%{_datadir}/lirc/lirc.hwdb + install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/lirc %{__perl} -pi -e \ 's|/etc/|%{_sysconfdir}/|g ; @@ -143,7 +144,7 @@ install -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/lirc mkdir __docs cp -pR doc contrib __docs cd __docs -rm -rf doc/Makefile* doc/.libs doc/man* +rm -rf doc/Makefile* doc/.libs doc/man* doc/lirc.hwdb rm -rf contrib/irman2lirc contrib/lirc.* contrib/sendxevent.c cd .. @@ -186,6 +187,7 @@ fi %{_bindir}/*mode2 %{_sbindir}/lirc*d %{_libdir}/liblirc_client.so.* +%{_datadir}/lirc/ %{_mandir}/man1/*ir*.1* %{_mandir}/man1/*mode2*.1* %{_mandir}/man8/lirc*d.8* @@ -202,6 +204,9 @@ fi %changelog +* Sun Jun 10 2007 Ville Skyttä - 0.8.2-1 +- 0.8.2. + * Wed Jun 6 2007 Ville Skyttä - 0.8.2-0.1.pre3 - 0.8.2pre3. - Fix up linefeeds and char encodings of more docs. diff --git a/sources b/sources index e13d44b..20b9996 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9f5586cb95a17d175990510ccc39566 lirc-0.8.2pre3.tar.bz2 +83e7060a6693b81075c178d7e3b215af lirc-0.8.2.tar.bz2