Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37684269
en ru br
ALT Linux repos
5.0: 0.1-alt0.cvs20060425.1
4.1: 0.1-alt0.cvs20060425.1
4.0: 0.1-alt0.cvs20060425

Group :: Development/Python
RPM: python-module-fuse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define version 0.1
%define cvsdate 20060425
%define release alt0.cvs%cvsdate
%setup_python_module fuse

Summary: This is a Python interface to FUSE
Name: %packagename
Version: %version
Release: %release
Source0: python-%modulename-cvs%cvsdate.tar.bz2
License: LGPL
Group: Development/Python

BuildPreReq: libfuse-devel

%description
This is a Python interface to FUSE.

FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the linux kernel.  FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.

%prep
%setup  -q -n python-%modulename-cvs%cvsdate

%build
env CFLAGS="$RPM_OPT_FLAGS" %__python setup.py build

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin