diff --git a/.cvsignore b/.cvsignore index e69de29..c20d843 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,2 @@ +dumpet-1.1.tar.bz2 +clog diff --git a/dumpet.spec b/dumpet.spec new file mode 100644 index 0000000..12b4c85 --- /dev/null +++ b/dumpet.spec @@ -0,0 +1,39 @@ +Name: dumpet +Version: 1.1 +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 + +%description +DumpET is a utility to aid in the debugging of bootable CD-ROM images. + +%prep +%setup -q + +%build +make %{?_smp_mflags} CFLAGS="%{optflags}" + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{_bindir} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc README TODO COPYING +%{_bindir}/dumpet + +%changelog +* Mon Oct 05 2009 Peter Jones - 1.1-1 +- Update to dumpet-1.1, which treats CFLAGS reasonably. + +* Mon Oct 05 2009 Peter Jones - 1.0-1 +- First release. + diff --git a/sources b/sources index e69de29..ba901bf 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3507a205a462c23af45def062b38e003 dumpet-1.1.tar.bz2