2024-01-06 07:48:14 +01:00
|
|
|
Name: obexfs
|
|
|
|
Version: 0.12
|
2024-01-06 07:48:14 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 07:48:14 +01:00
|
|
|
Summary: FUSE based filesystem using ObexFTP
|
|
|
|
Group: System/Kernel and Hardware/Drivers
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 07:48:14 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 07:48:14 +01:00
|
|
|
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: obexftp-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:48:14 +01:00
|
|
|
BuildRequires: obexftp-devel >= 0.24.2
|
2024-01-06 07:48:14 +01:00
|
|
|
License: GPL
|
|
|
|
|
|
|
|
%description
|
|
|
|
ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks.
|
|
|
|
|
2024-01-06 07:48:14 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:48:14 +01:00
|
|
|
%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
|
2024-01-06 07:48:14 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
2024-01-06 07:48:14 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:48:14 +01:00
|
|
|
* Thu Apr 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-3mamba
|
|
|
|
- rebuilt with obextftp 0.24.2
|
|
|
|
|
2024-01-06 07:48:14 +01:00
|
|
|
* Sat Jul 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-2mamba
|
|
|
|
- rebuilt with openobex 1.7
|
|
|
|
|
|
|
|
* Thu Feb 18 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.12-1mamba
|
|
|
|
- package created by autospec
|