Summary: FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. Name: fuse Version: 2.7.3 Release: 1pe3 License: GPL Group: Library/System Source0: fuse-%{version}.tar.gz Url: http://downloads.sourceforge.net/fuse/fuse-%{version}.tar.gz Buildroot: /var/tmp/%{name}-%{version} Vendor: Private edition Distribution: Vine Packager: yoshinobu syouzi ExclusiveArch: i386 i486 i586 i686 Requires: kernel > 2.6.9 BuildRequires: kernel > 2.6.9 %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. %package devel Summary: Development files from the fuse library. 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. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. You will need to install these development files if you intend to rebuild any of the programs related to FUSE. %prep %setup ./configure --prefix=/usr %build make %install make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-, root, root) /etc/init.d/fuse /etc/udev/rules.d/99-fuse.rules /sbin/mount.fuse %{_bindir}/* %{_libdir}/lib*.so.* %doc AUTHORS COPYING doc/ COPYING.LIB ChangeLog NEWS FAQ README Filesystems README.NFS INSTALL %files devel %defattr(-, root, root) %{_includedir}/* %{_libdir}/lib*.a %{_libdir}/lib*.so %exclude %{_libdir}/lib*.la %{_libdir}/pkgconfig/fuse.pc %clean rm -fr $RPM_BUILD_ROOT %post /sbin/ldconfig %postun /sbin/ldconfig %changelog * Sat Feb 24 2007 yoshinobu syouzi - First packaged for private use.