Logoj0ke.net Open Build Service > Projects > home:netmax:tools > simple-mtpfs > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed simple-mtpfs.spec
x
 
1
@@ -16,14 +16,16 @@
2
 #
3
 
4
 Name:           simple-mtpfs
5
-Version:        0.1
6
+Version:        0.2
7
 Release:        0
8
 Summary:        Simple MTP fuse filesystem driver
9
 License:        GPL-2.0+
10
 Group:          Productivity/Multimedia/Other
11
 Source:         http://github.com/phatina/simple-mtpfs/archive/%{name}-%{version}.tar.gz
12
+Patch0:        simple-mtpfs-configure.patch
13
 Url:            http://github.com/phatina/simple-mtpfs
14
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
15
+BuildRequires: libusb-1_0-devel
16
 BuildRequires:  libmtp-devel fuse-devel
17
 BuildRequires:  autoconf automake
18
 BuildRequires:  gcc-c++
19
@@ -39,7 +41,8 @@
20
 MTP device files.
21
 
22
 %prep
23
-%setup -q -n %name-%name-%version
24
+%setup -q -n %name
25
+%patch0
26
 # fixed by upstream already --as-needed build
27
 sed -i \
28
    -e 's:simple_mtpfs_LDFLAGS:simple_mtpfs_LDADD:g' \
29