]> git.pld-linux.org Git - packages/mtpfs.git/blob - mtpfs.spec
4ff744658cbb6691f4e84497e1817c424275b9e2
[packages/mtpfs.git] / mtpfs.spec
1 Summary:        MTPfs is a FUSE filesystem that supports reading and writing from any MTP device
2 Name:           mtpfs
3 Version:        1.1
4 Release:        1
5 License:        GPL v3
6 Group:          Applications/System
7 Source0:        http://www.adebenham.com/files/mtp/%{name}-%{version}.tar.gz
8 # Source0-md5:  a299cadca336e6945b7275b44c6e8d27
9 URL:            http://www.adebenham.com/mtpfs/
10 BuildRequires:  pkgconfig
11 BuildRequires:  libfuse-devel
12 BuildRequires:  libmtp-devel
13 BuildRequires:  glib2-devel
14 BuildRequires:  libmad-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 MTPfs is a FUSE filesystem that supports reading and writing from any
19 MTP device (as supported by libmtp).
20 Currently implemented:
21 - Support multiple storage areas
22 - Browsing Folders
23 - Reading files
24 - Writing files
25 - Browsing playlists
26 - Writing playlists
27 - Writing music tracks with metadata
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %attr(755,root,root) %{_bindir}/mtpfs
This page took 0.044721 seconds and 2 git commands to generate.