source: projects/specs/tags/6_0_REL/i/ifuse/ifuse-vl.spec @ 3472

Revision 3472, 3.2 KB checked in by daisuke, 13 years ago (diff)

ifuse: update to 1.1.1

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