From f691ea1d4811bdd3370bbc1c5e826dc8ce7916a3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:43:13 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.4-2mamba;Thu Sep 05 2013] --- README.md | 2 ++ nrg2iso.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 nrg2iso.spec diff --git a/README.md b/README.md index b1f8db7..b5c1fb2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # nrg2iso +An utility for converting CD (or DVD) image generated by Nero Burning Rom to ISO format. + diff --git a/nrg2iso.spec b/nrg2iso.spec new file mode 100644 index 0000000..770cb13 --- /dev/null +++ b/nrg2iso.spec @@ -0,0 +1,40 @@ +Name: nrg2iso +Version: 0.4 +Release: 2mamba +Summary: An utility for converting CD (or DVD) image generated by Nero Burning Rom to ISO format +Group: Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html +Source: http://gregory.kokanosky.free.fr/v4/linux/nrg2iso-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +An utility for converting CD (or DVD) image generated by Nero Burning Rom to ISO format. + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D -m0755 nrg2iso %{buildroot}%{_bindir}/nrg2iso + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/nrg2iso +%doc CHANGELOG + +%changelog +* Thu Sep 05 2013 Automatic Build System 0.4-2mamba +- automatic rebuild by autodist + +* Sat May 26 2007 Silvan Calarco 0.4-1mamba +- package created by autospec