diff --git a/README.md b/README.md index 5be9a40..ace3e39 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # fuseiso +Mount ISO filesystem images as a non-root user. +Currently supports plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, zisofs. +Supported image types: ISO, BIN (single track only), NRG, MDF, IMG (CCD). + diff --git a/fuseiso.spec b/fuseiso.spec new file mode 100644 index 0000000..fbbee66 --- /dev/null +++ b/fuseiso.spec @@ -0,0 +1,47 @@ +Name: fuseiso +Version: 20070708 +Release: 2mamba +Summary: FUSE support for ISO filesystem images +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Fabio Giani +URL: http://sourceforge.net/projects/fuseiso/ +Source: http://downloads.sourceforge.net/project/fuseiso/fuseiso/%{version}/fuseiso-%{version}.tar.bz2 +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: glibc-devel, libfuse-devel, libglib-devel, libz-devel + + +%description +Mount ISO filesystem images as a non-root user. +Currently supports plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, zisofs. +Supported image types: ISO, BIN (single track only), NRG, MDF, IMG (CCD). + +%prep + +%setup -q -n %{name}-%version + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/fuseiso +%doc AUTHORS COPYING +#ChangeLog NEWS README + +%changelog +* Tue Aug 20 2013 Automatic Build System 20070708-2mamba +- periodic rebuilt + +* Thu Jan 03 2008 Fabio Giani 20070708-1mamba +- package created by autospec