[isight-firmware-tools/f14/master] Change location of ift-load

Jason Montleon jmontleon at fedoraproject.org
Thu Oct 21 14:21:29 UTC 2010


commit 77afee26b82f0f0cca8990064a104c1587b70a2b
Author: Jason Montleon <jmontleo at redhat.com>
Date:   Thu Oct 21 10:19:35 2010 -0400

    Change location of ift-load

 isight-firmware-tools-ift-load-path.patch |   24 ++++++++++++++++++++++++
 isight-firmware-tools.spec                |    6 ++++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/isight-firmware-tools-ift-load-path.patch b/isight-firmware-tools-ift-load-path.patch
new file mode 100644
index 0000000..d7a9654
--- /dev/null
+++ b/isight-firmware-tools-ift-load-path.patch
@@ -0,0 +1,24 @@
+diff -uNr isight-firmware-tools-1.5.93-old/configure isight-firmware-tools-1.5.93-new/configure
+--- isight-firmware-tools-1.5.93-old/configure	2010-05-28 14:54:17.000000000 -0400
++++ isight-firmware-tools-1.5.93-new/configure	2010-10-20 10:15:12.746701819 -0400
+@@ -4561,7 +4561,7 @@
+ 
+ 
+ 
+-udevdir=${libdir}/udev
++udevdir=/lib/udev
+ 
+ 
+ GETTEXT_PACKAGE=isight-firmware-tools
+diff -uNr isight-firmware-tools-1.5.93-old/configure.ac isight-firmware-tools-1.5.93-new/configure.ac
+--- isight-firmware-tools-1.5.93-old/configure.ac	2010-05-28 14:54:06.000000000 -0400
++++ isight-firmware-tools-1.5.93-new/configure.ac	2010-10-20 10:15:26.956701759 -0400
+@@ -25,7 +25,7 @@
+ AC_SUBST(LOAD_CFLAGS)
+ AC_SUBST(LOAD_LIBS)
+ 
+-udevdir=${libdir}/udev
++udevdir=/lib/udev
+ AC_SUBST(udevdir)
+ 
+ dnl GETTEXT
diff --git a/isight-firmware-tools.spec b/isight-firmware-tools.spec
index d05a944..2fc7134 100644
--- a/isight-firmware-tools.spec
+++ b/isight-firmware-tools.spec
@@ -1,11 +1,12 @@
 Summary:    Firmware extraction tools for Apple Built-in iSight camera
 Name:       isight-firmware-tools
 Version:    1.5.93
-Release:    1%{dist}
+Release:    2%{dist}
 License:    GPLv2+
 Group:      System Environment/Base
 URL:        http://launchpad.net/isight-firmware-tools/
 Source0:    http://launchpad.net/isight-firmware-tools/main/1.6/+download/%{name}-%{version}.tar.gz
+Patch0:     isight-firmware-tools-ift-load-path.patch
 
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -26,6 +27,7 @@ cameras found on Apple machines since iMac G5 (November 2005).
 
 %prep
 %setup -q
+%patch0 -p1
 %build
 %configure
 make %{?_smp_mflags}
@@ -68,9 +70,9 @@ fi
 %{_bindir}/ift-extract
 %{_infodir}/ift-export.info.gz
 %{_infodir}/ift-extract.info.gz
-%{_libdir}/udev/ift-load
 %{_mandir}/man1/ift-export.1.gz
 %{_mandir}/man1/ift-extract.1.gz
+/lib/udev/ift-load
 
 %changelog
 * Sat Aug 28 2010 Jason Montleon <jmontleo at redhat.com> - 1.5.93-1


More information about the scm-commits mailing list