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

Revision 7582, 3.6 KB checked in by Takemikaduchi, 11 years ago (diff)

Cython,gparted,gstreamer1,libimobiledevice,libplist,thunderbird,udisks2,upower: new upstream release
others: rebuild with libimobiledevice-1.1.5

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