]> git.pld-linux.org Git - SPECS.git/blob - jmtpfs.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / jmtpfs.spec
1 Summary:        FUSE based MTP filesystem
2 Name:           jmtpfs
3 Version:        0.5
4 Release:        1
5 License:        GPL v3
6 Group:          Applications/System
7 Source0:        https://github.com/JasonFerrara/jmtpfs/archive/v%{version}.tar.gz
8 # Source0-md5:  501e51530d3c04d63e9ac96d794bf5c5
9 URL:            https://github.com/JasonFerrara/jmtpfs
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libfuse-devel
13 BuildRequires:  libmtp-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 FUSE based MTP filesystem designed to make exchanging files between
18 Android devices and Linux work as well as it did with using USB Mass
19 Storage.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__aclocal}
26 %{__autoconf}
27 %{__automake}
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog NEWS README
43 %attr(755,root,root) %{_bindir}/jmtpfs
This page took 0.616217 seconds and 3 git commands to generate.