|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: dumpet
|
|
|
|
|
Version: 1.1
|
|
|
|
|
Version: 2.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A tool to dump and debug bootable CD images
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
URL: https://fedorahosted.org/dumpet/
|
|
|
|
|
Source0: https://fedorahosted.org/releases/d/u/dumpet/dumpet-%{version}.tar.bz2
|
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
|
BuildRequires: popt-devel pkgconfig libxml2-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
DumpET is a utility to aid in the debugging of bootable CD-ROM images.
|
|
|
|
@ -31,6 +31,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_bindir}/dumpet
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 16 2009 Peter Jones <pjones@redhat.com> - 2.0-1
|
|
|
|
|
- This is the 2.0 release. It is awesome and adds XML output in order to
|
|
|
|
|
support automated validation of CD images.
|
|
|
|
|
|
|
|
|
|
* Mon Oct 05 2009 Peter Jones <pjones@redhat.com> - 1.1-1
|
|
|
|
|
- Update to dumpet-1.1, which treats CFLAGS reasonably.
|
|
|
|
|
|
|
|
|
|