57 lines
1.4 KiB
RPMSpec
57 lines
1.4 KiB
RPMSpec
|
Name: mtpfs
|
||
|
Version: 1.1
|
||
|
Release: 1mamba
|
||
|
Summary: A FUSE filesystem that supports reading and writing from any MTP device
|
||
|
Group: System/Tools
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||
|
URL: http://www.adebenham.com/mtpfs/
|
||
|
Source: http://www.adebenham.com/files/mtp/mtpfs-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
Requires: fuse
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: fuse
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libfuse-devel
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libid3tag-devel
|
||
|
BuildRequires: libmad-devel
|
||
|
BuildRequires: libmtp-devel
|
||
|
BuildRequires: libusb0-devel
|
||
|
BuildRequires: libz-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp).
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/mtpfs
|
||
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||
|
|
||
|
%changelog
|
||
|
* Sun Mar 18 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.1-1mamba
|
||
|
- update to 1.1
|
||
|
|
||
|
* Thu Nov 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
||
|
- update to 1.0
|
||
|
|
||
|
* Sat Jun 12 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.9-1mamba
|
||
|
- package created by autospec
|