rebuilt with obextftp 0.24.2 [release 0.12-3mamba;Thu Apr 20 2023]
This commit is contained in:
parent
4d6f0ebf8d
commit
e55f7bc2da
15
obexfs.spec
15
obexfs.spec
@ -1,11 +1,11 @@
|
|||||||
Name: obexfs
|
Name: obexfs
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: FUSE based filesystem using ObexFTP
|
Summary: FUSE based filesystem using ObexFTP
|
||||||
Group: System/Kernel and Hardware/Drivers
|
Group: System/Kernel and Hardware/Drivers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://dev.zuckschwerdt.org/openobex/wiki/ObexFs
|
URL: http://dev.zuckschwerdt.org/openobex/wiki/ObexFs
|
||||||
Source: http://downloads.sourceforge.net/project/openobex/obexfs/%{version}/obexfs-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/openobex/obexfs/%{version}/obexfs-%{version}.tar.gz
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -13,15 +13,16 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libbluetooth-devel
|
BuildRequires: libbluetooth-devel
|
||||||
BuildRequires: libfuse-devel
|
BuildRequires: libfuse-devel
|
||||||
BuildRequires: libopenobex-devel
|
BuildRequires: libopenobex-devel
|
||||||
BuildRequires: libusb0-devel
|
|
||||||
BuildRequires: obexftp-devel
|
BuildRequires: obexftp-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: obexftp-devel >= 0.24.2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks.
|
ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -40,9 +41,13 @@ ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/obexautofs
|
%{_bindir}/obexautofs
|
||||||
%{_bindir}/obexfs
|
%{_bindir}/obexfs
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-3mamba
|
||||||
|
- rebuilt with obextftp 0.24.2
|
||||||
|
|
||||||
* Sat Jul 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-2mamba
|
* Sat Jul 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12-2mamba
|
||||||
- rebuilt with openobex 1.7
|
- rebuilt with openobex 1.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user