From 4d6f0ebf8d6b0b0628f3211d0f38c7754a1272f8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:48:14 +0100 Subject: [PATCH] rebuilt with openobex 1.7 [release 0.12-2mamba;Sat Jul 13 2013] --- README.md | 2 ++ obexfs.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 obexfs.spec diff --git a/README.md b/README.md index 20b3138..3c31f45 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # obexfs +ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks. + diff --git a/obexfs.spec b/obexfs.spec new file mode 100644 index 0000000..8fe3536 --- /dev/null +++ b/obexfs.spec @@ -0,0 +1,50 @@ +Name: obexfs +Version: 0.12 +Release: 2mamba +Summary: FUSE based filesystem using ObexFTP +Group: System/Kernel and Hardware/Drivers +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://dev.zuckschwerdt.org/openobex/wiki/ObexFs +Source: http://downloads.sourceforge.net/project/openobex/obexfs/%{version}/obexfs-%{version}.tar.gz +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libbluetooth-devel +BuildRequires: libfuse-devel +BuildRequires: libopenobex-devel +BuildRequires: libusb0-devel +BuildRequires: obexftp-devel +## AUTOBUILDREQ-END +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/obexautofs +%{_bindir}/obexfs +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sat Jul 13 2013 Silvan Calarco 0.12-2mamba +- rebuilt with openobex 1.7 + +* Thu Feb 18 2010 Stefano Cotta Ramusino 0.12-1mamba +- package created by autospec