rebuilt with openobex 1.7 [release 0.12-2mamba;Sat Jul 13 2013]
This commit is contained in:
parent
daf8225f41
commit
4d6f0ebf8d
@ -1,2 +1,4 @@
|
||||
# obexfs
|
||||
|
||||
ObexFS is just a thin layer wrapping a basic ObexFTP client into FUSE callbacks.
|
||||
|
||||
|
50
obexfs.spec
Normal file
50
obexfs.spec
Normal file
@ -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 <stefano.cotta@openmamba.org>
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user