]> git.pld-linux.org Git - packages/ifuse.git/blob - ifuse.spec
bcab369538df191618bbc86cb39422f854c2321c
[packages/ifuse.git] / ifuse.spec
1 Summary:        Mount Apple iPhone and iPod touch devices
2 Name:           ifuse
3 Version:        1.1.2
4 Release:        1
5 License:        GPL v2+
6 Group:          Libraries
7 URL:            http://www.libimobiledevice.org/
8 Source0:        http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4152526b2ac3c505cb41797d997be14d
10 BuildRequires:  libfuse-devel
11 BuildRequires:  libimobiledevice-devel >= 1.0.0
12 BuildRequires:  pkgconfig
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A fuse filesystem for mounting iPhone and iPod touch devices.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 %{__make} install \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc AUTHORS README
36 %attr(755,root,root) %{_bindir}/ifuse
37 %{_mandir}/man1/ifuse.1*
This page took 0.047524 seconds and 3 git commands to generate.