ifuse-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Name: ifuse
  2. Version: 1.0.0
  3. Release: 1%{?_dist_release}
  4. Summary: Mount Apple iPhone and iPod touch devices
  5. Summary(ja): Apple iPhone および iPod touch をマウントする
  6. Group: System Environment/Libraries
  7. License: GPLv2+
  8. URL: http://matt.colyer.name/projects/iphone-linux/
  9. Source0: http://cloud.github.com/downloads/MattColyer/%{name}/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. Requires: hal
  12. BuildRequires: glib2-devel
  13. BuildRequires: fuse-devel
  14. BuildRequires: libimobiledevice-devel
  15. %description
  16. A fuse filesystem for mounting iPhone and iPod touch devices
  17. %prep
  18. %setup -q
  19. %build
  20. %configure --disable-static
  21. make %{?_smp_mflags}
  22. %install
  23. rm -rf $RPM_BUILD_ROOT
  24. make install DESTDIR=$RPM_BUILD_ROOT
  25. %clean
  26. rm -rf $RPM_BUILD_ROOT
  27. %files
  28. %defattr(-,root,root,-)
  29. %doc AUTHORS COPYING README
  30. %{_bindir}/ifuse
  31. %changelog
  32. * Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
  33. - initial build for Vine Linux
  34. * Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
  35. - New upstream stable 1.0.0 release
  36. * Thu Feb 4 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-1
  37. - Update to 0.9.7 release, compile against renamed libimobiledevice
  38. * Sun Jan 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.6-1
  39. - Update to 0.9.6 release
  40. * Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-1
  41. - Update to 0.9.5 release for new usbmuxd/libplist 1.0.0 final
  42. * Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-3
  43. - Rebuild for libplist .so bump
  44. * Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-2
  45. - Fix included files
  46. * Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-1
  47. - Update to 0.9.4 release for new usbmuxd 1.0.0-rc1
  48. * Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 0.9.3-2
  49. - Rebuilt with new fuse
  50. * Mon Aug 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.3-1
  51. - Update to 0.9.3 release
  52. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  54. * Tue May 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
  55. - Update to official 0.9.1 release
  56. * Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-8.20090401git5db1ccc
  57. - Update to github version
  58. * Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-7.20090308git8d6eebb
  59. - Update to latest master
  60. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-6.20081214gitb0412bf
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  62. * Tue Dec 16 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-5
  63. - Review fixes
  64. * Sun Dec 14 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-4
  65. - Actually depend on libiphone. Latest git
  66. * Tue Dec 2 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-3
  67. - Fix git file generation
  68. * Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-2
  69. - Update package to code snapshot package policies
  70. * Sat Nov 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-1
  71. - Initial package