automatic rebuild by autodist [release 0.4-2mamba;Thu Sep 05 2013]
This commit is contained in:
parent
453a1cbad1
commit
f691ea1d48
@ -1,2 +1,4 @@
|
|||||||
# nrg2iso
|
# nrg2iso
|
||||||
|
|
||||||
|
An utility for converting CD (or DVD) image generated by Nero Burning Rom to ISO format.
|
||||||
|
|
||||||
|
40
nrg2iso.spec
Normal file
40
nrg2iso.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user