|
@@ -1,5 +1,5 @@
|
|
|
Name: ifuse
|
|
|
-Version: 1.0.0
|
|
|
+Version: 1.1.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Mount Apple iPhone and iPod touch devices
|
|
|
Summary(ja): Apple iPhone および iPod touch をマウントする
|
|
@@ -10,7 +10,6 @@ URL: http://matt.colyer.name/projects/iphone-linux/
|
|
|
Source0: http://cloud.github.com/downloads/MattColyer/%{name}/%{name}-%{version}.tar.bz2
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
-Requires: hal
|
|
|
BuildRequires: glib2-devel
|
|
|
BuildRequires: fuse-devel
|
|
|
BuildRequires: libimobiledevice-devel
|
|
@@ -18,6 +17,10 @@ BuildRequires: libimobiledevice-devel
|
|
|
%description
|
|
|
A fuse filesystem for mounting iPhone and iPod touch devices
|
|
|
|
|
|
+%description -l ja
|
|
|
+iFuse は iPhone や iPod touch デバイスをマウントするための
|
|
|
+FUSE ファイルシステムです。
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
@@ -38,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_bindir}/ifuse
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
|
|
|
+- update to 1.1.1
|
|
|
+- remove R: hal
|
|
|
+
|
|
|
* Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
|
|
|
- initial build for Vine Linux
|
|
|
|