automatic rebuild by autodist [release 0.4-2mamba;Thu Sep 05 2013]

This commit is contained in:
Automatic Build System 2024-01-06 07:43:13 +01:00
parent 453a1cbad1
commit f691ea1d48
2 changed files with 42 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# nrg2iso
An utility for converting CD (or DVD) image generated by Nero Burning Rom to ISO format.

40
nrg2iso.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.4-2mamba
- automatic rebuild by autodist
* Sat May 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-1mamba
- package created by autospec