diff --git a/.cvsignore b/.cvsignore index e69de29..cf60b53 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +daa2iso.zip diff --git a/daa2iso.spec b/daa2iso.spec new file mode 100644 index 0000000..0b49005 --- /dev/null +++ b/daa2iso.spec @@ -0,0 +1,43 @@ +Name: daa2iso +Summary: Program for converting DAA files to ISO +Version: 0.1.4a +Release: 1%{?dist} +License: GPLv2+ +Group: Applications/Archiving +Source0: http://aluigi.altervista.org/mytoolz/daa2iso.zip +URL: http://aluigi.altervista.org/mytoolz.htm +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: zlib-devel + +%description +DAA2ISO is an open source command-line/GUI tool for converting single and +multipart DAA images to the original ISO format. + +The DAA image (Direct Access Archive) in fact is just a compressed +CD/DVD ISO which can be created through the commercial program +PowerISO. + +%prep +%setup -q -c -n %{name}-%{version} +sed -i -e 's|\r||g' daa2iso.txt + +%build +cd src/ +make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_bindir} +install -p src/daa2iso $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc daa2iso.txt +%{_bindir}/daa2iso + +%changelog +* Tue May 27 2008 Tom "spot" Callaway 0.1.4a-1 +- initial package for Fedora diff --git a/sources b/sources index e69de29..2414aa8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +123cc1b3958265802a9063c035044581 daa2iso.zip