]> git.pld-linux.org Git - packages/jmtpfs.git/blob - jmtpfs.spec
- pl, versioned dependencies
[packages/jmtpfs.git] / jmtpfs.spec
1 Summary:        FUSE based MTP filesystem
2 Summary(pl.UTF-8):      System plików MTP oparty na FUSE
3 Name:           jmtpfs
4 Version:        0.5
5 Release:        1
6 License:        GPL v3
7 Group:          Applications/System
8 #Source0Download: https://github.com/JasonFerrara/jmtpfs/tags
9 # TODO: use
10 #Source0:       https://github.com/JasonFerrara/jmtpfs/archive/v%{version}/%{name}-%{version}.tar.gz
11 Source0:        https://github.com/JasonFerrara/jmtpfs/archive/v%{version}.tar.gz
12 # Source0-md5:  501e51530d3c04d63e9ac96d794bf5c5
13 URL:            https://github.com/JasonFerrara/jmtpfs
14 BuildRequires:  autoconf >= 2.59
15 BuildRequires:  automake
16 BuildRequires:  libfuse-devel >= 2.6
17 BuildRequires:  libmagic-devel
18 BuildRequires:  libmtp-devel >= 1.1.0
19 BuildRequires:  libstdc++-devel >= 6:4.3
20 Requires:       libfuse-tools >= 2.6
21 Requires:       libmtp >= 1.1.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 FUSE based MTP filesystem designed to make exchanging files between
26 Android devices and Linux work as well as it did with using USB Mass
27 Storage.
28
29 %description -l pl.UTF-8
30 Oparty na FUSE system plików MTP, zaprojektowany tak, żeby wymiana
31 plików między urządzeniami z Androidem a Linuksem działała tak dobrze,
32 ajk przy użyciu USB Mass Storage.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS NEWS README
56 %attr(755,root,root) %{_bindir}/jmtpfs
This page took 0.086304 seconds and 3 git commands to generate.