Changes of Revision 2
[-] | Changed | simple-mtpfs.spec |
x 1
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
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 |