瀏覽代碼

ifuse: new package, ifuse-1.0.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1248 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 年之前
父節點
當前提交
3602a5cc37
共有 1 個文件被更改,包括 99 次插入0 次删除
  1. 99 0
      i/ifuse/ifuse-vl.spec

+ 99 - 0
i/ifuse/ifuse-vl.spec

@@ -0,0 +1,99 @@
+Name:          ifuse
+Version:       1.0.0
+Release:       1%{?_dist_release}
+Summary:       Mount Apple iPhone and iPod touch devices
+Summary(ja):   Apple iPhone および iPod touch をマウントする
+
+Group:         System Environment/Libraries
+License:       GPLv2+
+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
+
+%description
+A fuse filesystem for mounting iPhone and iPod touch devices
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README
+%{_bindir}/ifuse
+
+%changelog
+* Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
+- initial build for Vine Linux
+
+* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
+- New upstream stable 1.0.0 release
+
+* Thu Feb  4 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-1
+- Update to 0.9.7 release, compile against renamed libimobiledevice
+
+* Sun Jan 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.6-1
+- Update to 0.9.6 release
+
+* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-1
+- Update to 0.9.5 release for new usbmuxd/libplist 1.0.0 final
+
+* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-3
+- Rebuild for libplist .so bump
+
+* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-2
+- Fix included files
+
+* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-1
+- Update to 0.9.4 release for new usbmuxd 1.0.0-rc1
+
+* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 0.9.3-2
+- Rebuilt with new fuse
+
+* Mon Aug 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.3-1
+- Update to 0.9.3 release
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue May 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
+- Update to official 0.9.1 release
+
+* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-8.20090401git5db1ccc
+- Update to github version
+
+* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-7.20090308git8d6eebb
+- Update to latest master
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-6.20081214gitb0412bf
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Dec 16 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-5
+- Review fixes
+
+* Sun Dec 14 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-4
+- Actually depend on libiphone. Latest git
+
+* Tue Dec 2 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-3
+- Fix git file generation
+
+* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-2
+- Update package to code snapshot package policies
+
+* Sat Nov 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-1
+- Initial package