File nrg2iso.spec of Package nrg2iso
Name: nrg2iso
Summary: Convert .nrg to .iso
Version: 0.4
Release: 1
License: GPL
Group: Productivity/Multimedia/Other
Url: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
Source: http://gregory.kokanosky.free.fr/v4/linux/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
nrg2iso
Converts Images created by Nero Burning Rom to standard .iso (ISO9660) Files.
Quite useful if you don't want to buy or start Windows and Burning Rom...
%prep
%setup
%build
%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
%install
install -Dm 0755 nrg2iso %{buildroot}%{_bindir}/nrg2iso
install -Dm 0644 CHANGELOG %{buildroot}%{_docdir}/nrg2iso/CHANGELOG
install -Dm 0644 gpl.txt %{buildroot}%{_docdir}/nrg2iso/LICENCE
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, -)
%{_bindir}/nrg2iso
%doc %{_docdir}/nrg2iso/
%changelog
* Sat Mar 12 2011 Stefan Jakobs <stefan.jakobs@rus.uni-stuttgart.de> - 0.4
- Initial release v0.4