File nrg2iso.spec of Package nrg2iso
#
# spec file for package nrg2iso
#
# Copyright (c) 2012 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/
#
Name: nrg2iso
Version: 0.5
Release: 0
License: LGPL-2.0
Summary: Nero ".nrg" Format to ".iso" Converter
Url: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
Group: Productivity/Multimedia/CD/Record
Source0: %{name}-%{version}.tar.lzma
BuildRequires: lzma
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Converts images created by Nero Burning Rom to standard .iso (ISO9660)
files. Quite useful if you do not want to buy or start Windows and
Burning Rom.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%find_lang %{name}
%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/nrg2iso
%doc gpl.txt CHANGELOG
%changelog