rpms/lirc/devel lirc.spec, 1.17, 1.18 lirc-0.8.0-rpath64.patch, 1.1, NONE lirc-optflags.patch, 1.1, NONE

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Oct 15 20:23:20 UTC 2006


Author: scop

Update of /cvs/extras/rpms/lirc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27184

Modified Files:
	lirc.spec 
Removed Files:
	lirc-0.8.0-rpath64.patch lirc-optflags.patch 
Log Message:
* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre2
- 0.8.1pre2, optflags patch no longer needed.



Index: lirc.spec
===================================================================
RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lirc.spec	28 Aug 2006 16:36:47 -0000	1.17
+++ lirc.spec	15 Oct 2006 20:23:20 -0000	1.18
@@ -1,6 +1,7 @@
 # TODO:
 # - 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)
 # - 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?
@@ -15,18 +16,16 @@
 
 Name:           lirc
 Version:        0.8.1
-Release:        0.2.pre1%{?dist}
+Release:        0.2.pre2%{?dist}
 Summary:        The Linux Infrared Remote Control package
 
 Group:          System Environment/Daemons
 License:        GPL
 URL:            http://www.lirc.org/
 #Source0:        http://download.sourceforge.net/lirc/%{name}-%{version}.tar.bz2
-Source0:        http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre1.tar.bz2
+Source0:        http://lirc.sourceforge.net/software/snapshots/%{name}-%{version}pre2.tar.bz2
 Source1:        %{name}.init
 Source2:        %{name}.sysconfig
-Patch0:         %{name}-optflags.patch
-Patch1:         %{name}-0.8.0-rpath64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{__perl}
@@ -82,13 +81,16 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}pre1
-%patch0 -p1
-%patch1 -p1
+%setup -q -n %{name}-%{version}pre2
 chmod 644 contrib/*
 sed -i -e 's|/usr/local/etc/|/etc/|' contrib/irman2lirc
 sed -i -e 's/\r//' remotes/hercules/lircd.conf.smarttv_stereo
 sed -i -e 's|/sbin/init.d/lircd|%{_initrddir}/lirc|' contrib/lircs
+for f in remotes/chronos/lircd.conf.chronos \
+    remotes/creative/lircd.conf.livedrive remotes/atiusb/lircd.conf.atiusb ; do
+    iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
+done
+sed -i -e 's|"/lib /usr/lib |"/%{_lib} %{_libdir} |' configure # lib64 rpath
 # *cough* I wish there was a good way to disable alsa/portaudio/svgalib...
 %if ! %{with alsa}
 sed -i -e 's/asoundlib.h/ALSA_DISABLED/g' configure*
@@ -198,6 +200,9 @@
 
 
 %changelog
+* Sun Oct 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre2
+- 0.8.1pre2, optflags patch no longer needed.
+
 * Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.2.pre1
 - Rebuild.
 


--- lirc-0.8.0-rpath64.patch DELETED ---


--- lirc-optflags.patch DELETED ---




More information about the scm-commits mailing list