Name: fuse Version: 2.3.0 Release: 1.n0i.1 Summary: FUSE userspace tools Group: Applications/System License: GPL URL: http://fuse.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kernel-devel >= 2.6.13 Requires: kernel >= 2.6.13 %description 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. FUSE is made up of three main parts: - A kernel filesystem module - A userspace library - A mount/unmount program This package bundles the userspace library and the utility programs. %package devel Summary: Header and object files for development using FUSE Group: Development/Libraries Requires: %{name} = %{version} %description devel FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the linux kernel. This package contains the header and object files necessary for developing programs which use FUSE's userspace library. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__strip} $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_libdir}/*.so.* %clean %{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING* FAQ Filesystems NEWS README* doc/ %{_bindir}/* %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %doc example/*.c %{_libdir}/*.so %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/pkgconfig/* %{_includedir}/* %changelog * Wed Sep 21 2005 Marius FERARU 2.3.0-1.n0i.1 - initial packaging