]> git.pld-linux.org Git - packages/mtpfs.git/blob - mtpfs.spec
- pl, versioned dependencies
[packages/mtpfs.git] / mtpfs.spec
1 Summary:        MTPfs - FUSE filesystem that supports reading and writing from any MTP device
2 Summary(pl.UTF-8):      MTPfs - system plików FUSE obsługujący odczyt i zapis na urządzenia MTP
3 Name:           mtpfs
4 Version:        1.1
5 Release:        1
6 License:        GPL v3
7 Group:          Applications/System
8 Source0:        https://www.adebenham.com/files/mtp/%{name}-%{version}.tar.gz
9 # Source0-md5:  a299cadca336e6945b7275b44c6e8d27
10 URL:            https://www.adebenham.com/mtpfs/
11 BuildRequires:  glib2-devel >= 1:2.30
12 BuildRequires:  libfuse-devel >= 2.2
13 BuildRequires:  libid3tag-devel >= 0.15
14 BuildRequires:  libmad-devel >= 0.15
15 BuildRequires:  libmtp-devel >= 1.1.2
16 BuildRequires:  pkgconfig
17 Requires:       glib2 >= 1:2.30
18 Requires:       libfuse-tools >= 2.2
19 Requires:       libid3tag >= 0.15
20 Requires:       libmad >= 0.15
21 Requires:       libmtp >= 1.1.2
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 MTPfs is a FUSE filesystem that supports reading and writing from any
26 MTP device (as supported by libmtp).
27
28 Currently implemented:
29 - Support multiple storage areas
30 - Browsing Folders
31 - Reading files
32 - Writing files
33 - Browsing playlists
34 - Writing playlists
35 - Writing music tracks with metadata
36
37 %description -l pl.UTF-8
38 MTPfs to system plików FUSE obsługujący odczyt i zapis na dowolne
39 urządzenia MTP (obsługiwane przez libmtp).
40
41 Obecnie zaimplementowane:
42 - przeglądanie wielu obszarów przechowywania danych
43 - przeglądanie folderów
44 - odczyt plików
45 - zapis plików
46 - przeglądanie list odtwarzania
47 - zapis list odtwarzania
48 - zapis ścieżek muzycznych z metadanymi
49
50 %prep
51 %setup -q
52
53 %build
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS README
69 %attr(755,root,root) %{_bindir}/mtpfs
This page took 0.08663 seconds and 3 git commands to generate.