rpms/daa2iso/F-9 daa2iso.spec,NONE,1.1 sources,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue May 27 20:51:02 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/daa2iso/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv560/F-9

Modified Files:
	sources 
Added Files:
	daa2iso.spec 
Log Message:
initial branching


--- NEW FILE daa2iso.spec ---
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 <tcallawa at redhat.com> 0.1.4a-1
- initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/daa2iso/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 May 2008 20:02:34 -0000	1.1
+++ sources	27 May 2008 20:50:20 -0000	1.2
@@ -0,0 +1 @@
+123cc1b3958265802a9063c035044581  daa2iso.zip




More information about the fedora-extras-commits mailing list