[simple-mtpfs/f18] Initial import

Peter Hatina phatina at fedoraproject.org
Mon Oct 8 19:55:35 UTC 2012


commit 832ba9c5becb3238235cd559212383e6af301f39
Author: Peter Hatina <phatina at redhat.com>
Date:   Mon Oct 8 21:56:05 2012 +0200

    Initial import

 .gitignore        |    1 +
 simple-mtpfs.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a59ce7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/simple-mtpfs-0.1.tar.gz
diff --git a/simple-mtpfs.spec b/simple-mtpfs.spec
new file mode 100644
index 0000000..d16969e
--- /dev/null
+++ b/simple-mtpfs.spec
@@ -0,0 +1,47 @@
+Name:          simple-mtpfs
+Version:       0.1
+Release:       4%{?dist}
+Summary:       Fuse-based MTP driver
+License:       GPLv3+
+URL:           https://github.com/phatina/simple-mtpfs
+Source0:       https://github.com/downloads/phatina/simple-mtpfs/%{name}-%{version}.tar.gz
+
+BuildRequires: fuse-devel >= 2.8
+BuildRequires: libmtp-devel
+
+%description
+SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
+Linux (and other operating systems with a FUSE implementation, such as Mac OS X
+or FreeBSD) capable of operating on files on MTP devices attached via USB to
+local machine. On the local computer where the SIMPLE-MTPFS is mounted, the
+implementation makes use of the FUSE (Filesystem in Userspace) kernel module.
+The practical effect of this is that the end user can seamlessly interact with
+MTP device files.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%doc COPYING README
+%{_bindir}/simple-mtpfs
+%{_mandir}/man1/simple-mtpfs.1.gz
+
+%changelog
+* Sun Oct 07 2012 Peter Hatina <phatina at redhat.com> - 0.1-4
+- removed defattr
+
+* Sat Oct 06 2012 Peter Hatina <phatina at redhat.com> - 0.1-3
+- removed gcc dependency
+
+* Fri Oct 05 2012 Peter Hatina <phatina at redhat.com> - 0.1-2
+- removed autoconf dependency
+
+* Wed Oct 03 2012 Peter Hatina <phatina at redhat.com> - 0.1-1
+- initial import
diff --git a/sources b/sources
index e69de29..60f3fe2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fdac4af381db109450e64783c4f1b2a5  simple-mtpfs-0.1.tar.gz


More information about the scm-commits mailing list