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

Revision 4616, 3.4 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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