Browse Source

ifuse: update to 1.1.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3472 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 years ago
parent
commit
e2690210f8
1 changed files with 9 additions and 2 deletions
  1. 9 2
      i/ifuse/ifuse-vl.spec

+ 9 - 2
i/ifuse/ifuse-vl.spec

@@ -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