|
@@ -4,13 +4,12 @@
|
|
|
Summary: Firmware extraction tools for Apple Built-in iSight camera
|
|
|
Summary(ja): Apple 内蔵 iSight カメラ用ファームウェア抽出プログラム
|
|
|
Name: isight-firmware-tools
|
|
|
-Version: 1.4.1
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.5.93
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Base
|
|
|
URL: http://bersace03.free.fr/ift/
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
-Source10: %{name}-1.2_ja.po
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
|
|
|
|
@@ -75,9 +74,6 @@ Linux で内蔵 iSight を使う前に、
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
|
-install -m 644 %{SOURCE10} po/ja.po
|
|
|
-echo "ja" >> po/LINGUAS
|
|
|
-
|
|
|
sed -i -e 's|@udevdir@|%{_libdir}/udev|g' src/isight.rules.in.in
|
|
|
sed -i -e 's|SYSFS|ATTRS|g' src/isight.rules.in.in
|
|
|
|
|
@@ -139,6 +135,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Apr 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5.93-1
|
|
|
+- updated to the newest beta release
|
|
|
+
|
|
|
* Sat May 29 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.1-2
|
|
|
- replace SYSFS{} with ATTRS{} in the udev file to avoid warning
|
|
|
|