source: projects/specs/trunk/i/ifuse/ifuse-vl.spec @ 9572

Revision 9572, 3.8 KB checked in by inagaki, 9 years ago (diff)

2015-05-22 Ryoichi INAGAKI <ryo1@…>

  • digikam, libimobiledevice, libplist, libusbmuxd: updated
  • gnome-mplayer, gtkpod, gvfs, ifuse, libgpod, rhythmbox, upower, usbmuxd: rebuilt


Line 
1Name:          ifuse
2Version:       1.1.3
3Release:       2%{?_dist_release}
4Summary:       Mount Apple iPhone and iPod touch devices
5Summary(ja):   Apple iPhone および iPod touch をマウントする
6
7Group:         System Environment/Base
8License:       GPLv2+
9URL:           http://matt.colyer.name/projects/iphone-linux/
10
11Source0:       http://cloud.github.com/downloads/MattColyer/%{name}/%{name}-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15BuildRequires: glib2-devel
16BuildRequires: fuse-devel
17BuildRequires: libimobiledevice-devel
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: daisuke
22
23%description
24A fuse filesystem for mounting iPhone and iPod touch devices
25
26%description -l ja
27iFuse は iPhone や iPod touch デバイスをマウントするための
28FUSE ファイルシステムです。
29
30%prep
31%setup -q
32
33%build
34%configure
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-,root,root,-)
46%doc AUTHORS COPYING README
47%{_bindir}/ifuse
48%{_mandir}/man1/ifuse.1.gz
49
50%changelog
51* Thu May 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.3-2
52- rebuilt with libimobiledevice 1.2.0
53
54* Wed Jul 09 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.1.3-1
55- update to 1.1.3
56
57* Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-2
58- rebuild with libimobiledevice-1.1.5
59
60* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
61- new upstream release
62
63* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-2
64- rebuild with libimobiledevice-1.1.1
65
66* Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
67- update to 1.1.1
68- remove R: hal
69
70* Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
71- initial build for Vine Linux
72
73* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
74- New upstream stable 1.0.0 release
75
76* Thu Feb  4 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-1
77- Update to 0.9.7 release, compile against renamed libimobiledevice
78
79* Sun Jan 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.6-1
80- Update to 0.9.6 release
81
82* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-1
83- Update to 0.9.5 release for new usbmuxd/libplist 1.0.0 final
84
85* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-3
86- Rebuild for libplist .so bump
87
88* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-2
89- Fix included files
90
91* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-1
92- Update to 0.9.4 release for new usbmuxd 1.0.0-rc1
93
94* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 0.9.3-2
95- Rebuilt with new fuse
96
97* Mon Aug 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.3-1
98- Update to 0.9.3 release
99
100* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
102
103* Tue May 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
104- Update to official 0.9.1 release
105
106* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-8.20090401git5db1ccc
107- Update to github version
108
109* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-7.20090308git8d6eebb
110- Update to latest master
111
112* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-6.20081214gitb0412bf
113- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
114
115* Tue Dec 16 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-5
116- Review fixes
117
118* Sun Dec 14 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-4
119- Actually depend on libiphone. Latest git
120
121* Tue Dec 2 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-3
122- Fix git file generation
123
124* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-2
125- Update package to code snapshot package policies
126
127* Sat Nov 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-1
128- Initial package
Note: See TracBrowser for help on using the repository browser.