Name: gnunet-fuse Version: 0.8.0c Release: 1%{?dist} Summary: FUSE filesystem for GNUnet Group: Applications/Internet License: GPLv2 URL: http://gnunet.org/ Source0: http://gnunet.org/download/%{name}-%{version}.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: GNUnet-devel BuildRequires: fuse-devel >= 2.6 BuildRequires: glib2-devel %description GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. A first service implemented on top of the networking layer allows anonymous censorship-resistant file-sharing. Anonymity is provided by making messages originating from a peer indistinguishable from messages that the peer is routing. All peers act as routers and use link-encrypted connections with stable bandwidth utilization to communicate with each other. GNUnet uses a simple, excess-based economic model to allocate resources. Peers in GNUnet monitor each others behavior with respect to resource usage; peers that contribute to the network are rewarded with better service. This package contains FUSE virtual filesystem bindings for GNUnet. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_bindir}/* %changelog * Sun Oct 11 2009 Alexander Kahl - 0.8.0c-1 - initial creation