Name: fuse-zip Version: 0.2.6 Release: 3%{?dist} Summary: Fuse-zip is a fs to navigate, extract, create and modify ZIP archives Group: System Environment/Libraries License: GPLv3+ URL: http://code.google.com/p/%{name}/ Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz # Submitted patch # http://code.google.com/p/fuse-zip/issues/detail?id=15 Patch1: fuse-zip-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libzip-devel, pkgconfig, fuse-devel, zlib-devel Requires: fuse %description fuse-zip is a FUSE file system to navigate, extract, create and modify ZIP archives based in libzip implemented in C++. With fuse-zip you really can work with ZIP archives as real directories. Unlike KIO or Gnome VFS, it can be used in any application without modifications. Unlike other FUSE filesystems, only fuse-zip provides write support to ZIP archives. Also, fuse-zip is faster that all known implementations on large archives with many files. %prep %setup -q %patch1 -p1 -b .makefile %build make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make install INSTALLPREFIX=$RPM_BUILD_ROOT/usr rm -rf $RPM_BUILD_ROOT/usr/share/doc/fuse-zip %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc INSTALL LICENSE README changelog %{_bindir}/fuse-zip %{_mandir}/man1/%{name}.1.gz %changelog * Fri Nov 07 2008 Rakesh Pandit 0.2.6-3 - fix flag, save timestamp and clean %%install * Tue Nov 04 2008 Rakesh Pandit 0.2.6-2 - Makefile patch by Debarshi Ray , fix debuginfo * Tue Nov 04 2008 Rakesh Pandit 0.2.6-1 - initial package