File nrg2iso.spec of Package nrg2iso
#
# spec file for package nrg2iso (Version 0.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: nrg2iso
Summary: Nero .nrg Format to .iso Converter
License: LGPL v2.1 or later
Group: Productivity/Multimedia/CD/Record
Version: 0.4
Release: 107
Url: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html
Requires: smtp_daemon, logrotate
Source0: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso-0.4.tar.bz2
Source1: CMakeLists.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
%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.
Authors:
--------
Gregory Kokanosky <gregory.kokanosky@free.fr>
%prep
%setup -q
%{__cp} %{S:1} .
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
make
%install
make install DESTDIR=%{buildroot}
%files
%defattr(-, root,root)
/usr/bin/nrg2iso
%doc gpl.txt CHANGELOG
%changelog
* Mon May 05 2008 crrodriguez@suse.de
- fix for Feature No 300498 , use RPM_OPT_FLAGS everywhere.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Sep 08 2004 kssingvo@suse.de
- initial version