Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
simple-mtpfs
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
simple-mtpfs.spec
@@ -16,14 +16,16 @@ # Name: simple-mtpfs -Version: 0.1 +Version: 0.2 Release: 0 Summary: Simple MTP fuse filesystem driver License: GPL-2.0+ Group: Productivity/Multimedia/Other Source: http://github.com/phatina/simple-mtpfs/archive/%{name}-%{version}.tar.gz +Patch0: simple-mtpfs-configure.patch Url: http://github.com/phatina/simple-mtpfs BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libusb-1_0-devel BuildRequires: libmtp-devel fuse-devel BuildRequires: autoconf automake BuildRequires: gcc-c++ @@ -39,7 +41,8 @@ MTP device files. %prep -%setup -q -n %name-%name-%version +%setup -q -n %name +%patch0 # fixed by upstream already --as-needed build sed -i \ -e 's:simple_mtpfs_LDFLAGS:simple_mtpfs_LDADD:g' \