Blame fuse-btfs.spec

31b2364
Summary:	FUSE filesystem Bittorrent
31b2364
Name:		fuse-btfs
ade8eb2
Version:	2.23
ade8eb2
Release:	1%{?dist}
31b2364
31b2364
License:	GPLv3
31b2364
URL:		https://github.com/johang/btfs
31b2364
Source0:	https://github.com/johang/btfs/archive/v%{version}/btfs-%{version}.tar.gz
31b2364
31b2364
BuildRequires:	autoconf
31b2364
BuildRequires:	automake
31b2364
BuildRequires:	gcc-c++
31b2364
BuildRequires:	pkgconfig(fuse)
31b2364
BuildRequires:	pkgconfig(libtorrent-rasterbar)
31b2364
BuildRequires:	pkgconfig(libcurl)
31b2364
31b2364
%description
31b2364
With BTFS, you can mount any .torrent file or magnet link and then use it as
31b2364
any read-only directory in your file tree. The contents of the files will be
31b2364
downloaded on-demand as they are read by applications. Tools like ls, cat and
31b2364
cp works as expected. Applications like vlc and mplayer can also work without
31b2364
changes.
31b2364
31b2364
%prep
31b2364
%autosetup -n btfs-%{version}
31b2364
31b2364
%build
31b2364
autoreconf -i
31b2364
%configure
31b2364
%make_build
31b2364
31b2364
%install
31b2364
%{make_install}
31b2364
31b2364
%files
31b2364
%{_bindir}/*
31b2364
%{_mandir}/man1/*
31b2364
31b2364
%doc README.md
31b2364
%license LICENSE
31b2364
31b2364
31b2364
%changelog
ade8eb2
* Mon Nov 16 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.23-1
ade8eb2
- Update to 2.23
ade8eb2
31b2364
* Thu Sep 3 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.22-2
31b2364
- Spec changes based on review
31b2364
31b2364
* Sat Aug 15 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.22-1
31b2364
- Initial version of the package