From e5acf1388b5a41eda6120c6f3bcc7167ec3c2a7f Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 6 Jan 2024 07:22:17 +0100 Subject: [PATCH] update to 1.1 [release 1.1-1mamba;Sun Mar 18 2012] --- README.md | 2 ++ mtpfs.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 mtpfs.spec diff --git a/README.md b/README.md index 5497523..0daff61 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mtpfs +MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp). + diff --git a/mtpfs.spec b/mtpfs.spec new file mode 100644 index 0000000..c47c79c --- /dev/null +++ b/mtpfs.spec @@ -0,0 +1,56 @@ +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 +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 1.1-1mamba +- update to 1.1 + +* Thu Nov 10 2011 Silvan Calarco 1.0-1mamba +- update to 1.0 + +* Sat Jun 12 2010 Davide Madrisan 0.9-1mamba +- package created by autospec