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

Revision 8770, 3.7 KB checked in by daisuke, 10 years ago (diff)

ifuse: update to 1.1.3

Line 
1Name:          ifuse
2Version:       1.1.3
3Release:       1%{?_dist_release}
4Summary:       Mount Apple iPhone and iPod touch devices
5Summary(ja):   Apple iPhone および iPod touch をマウントする
6
7Group:         System Environment/Libraries
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* Wed Jul 09 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.1.3-1
52- update to 1.1.3
53
54* Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-2
55- rebuild with libimobiledevice-1.1.5
56
57* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
58- new upstream release
59
60* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-2
61- rebuild with libimobiledevice-1.1.1
62
63* Fri Apr 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
64- update to 1.1.1
65- remove R: hal
66
67* Sat Jun 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
68- initial build for Vine Linux
69
70* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.0.0-1
71- New upstream stable 1.0.0 release
72
73* Thu Feb  4 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.7-1
74- Update to 0.9.7 release, compile against renamed libimobiledevice
75
76* Sun Jan 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.6-1
77- Update to 0.9.6 release
78
79* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.5-1
80- Update to 0.9.5 release for new usbmuxd/libplist 1.0.0 final
81
82* Sat Dec 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-3
83- Rebuild for libplist .so bump
84
85* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-2
86- Fix included files
87
88* Wed Oct 28 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.4-1
89- Update to 0.9.4 release for new usbmuxd 1.0.0-rc1
90
91* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 0.9.3-2
92- Rebuilt with new fuse
93
94* Mon Aug 10 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.3-1
95- Update to 0.9.3 release
96
97* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Tue May 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
101- Update to official 0.9.1 release
102
103* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-8.20090401git5db1ccc
104- Update to github version
105
106* Fri Apr 03 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-7.20090308git8d6eebb
107- Update to latest master
108
109* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-6.20081214gitb0412bf
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
111
112* Tue Dec 16 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-5
113- Review fixes
114
115* Sun Dec 14 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-4
116- Actually depend on libiphone. Latest git
117
118* Tue Dec 2 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-3
119- Fix git file generation
120
121* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-2
122- Update package to code snapshot package policies
123
124* Sat Nov 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.1.0-1
125- Initial package
Note: See TracBrowser for help on using the repository browser.