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

Revision 1248, 3.0 KB checked in by daisuke, 14 years ago (diff)

ifuse: new package, ifuse-1.0.0

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