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