File fuseiso.spec of Package fuseiso

#
# spec file for package fuseiso
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           fuseiso
BuildRequires:  fuse-devel glib2-devel zlib-devel
BuildRequires:  libtool
Requires:       fuse
Summary:        FUSE module to mount CD-ROM images with ISO9660 filesystems in them
Version:        20070708
Release:        28
License:        GPL v2 or later
Group:          System/Filesystems
Source:         %{name}-%{version}.tar.bz2
Patch:          fuseiso-20061017.patch
Url:            http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FuseIso
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Fuseiso is a FUSE filesystem module which allows to mount many ISO9660
filesystem images (for CD-ROMs) as a non-root user using fuse.

It supports plain ISO9660 Level 1 and 2, with Rock Ridge, Joliet and
zisofs extensions and also supports the CD-ROM image types img, bin,
mdf and nrg.



Authors:
--------
    Dmitry Morozhnikov <dmiceman@mail.ru>

%prep
%setup -q
%patch

%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS"
%configure
make

%install
make DESTDIR="$RPM_BUILD_ROOT" install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog NEWS README*
%{_bindir}/*

%changelog
openSUSE Build Service is sponsored by