Name: ccd2iso Version: 0.3 Release: 6%{?dist} Summary: CloneCD image to ISO image file converter Group: Applications/Archiving License: GPLv2+ URL: http://ccd2iso.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/ccd2iso/ccd2iso/ccd2iso-%{version}/ccd2iso-%{version}.tar.gz # Fix compiler warnings. # https://sourceforge.net/tracker/?func=detail&aid=3032074&group_id=94638&atid=608543 Patch0: %{name}-%{version}-compilerWarnings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: #Requires: %description The %{name} project converts CD backup files created using the non-free CloneCD program to a format understood by most Free Software CD writing programs. %prep %setup -q %patch0 sed 's/\r//' TODO > TODO.tmp touch -r TODO TODO.tmp mv TODO.tmp TODO %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT rm INSTALL NEWS make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/%{name} %changelog * Sun Jul 25 2010 Mohammed El-Afifi - 0.3-6 - Removing the %%{name} macro from URL links * Fri Jul 09 2010 Mohammed El-Afifi - 0.3-5 - Using the %%{name} macro throughout the whole file wherever applicable - Adding a patch to address compiler warnings - Fixing end-of-line errors in TODO directly in the %%prep section(without a patch) - Excluding the INSTALL file from package contents - Correcting the license to GPLv2+ to conform with the header notice in the source files * Sun Apr 18 2010 Mohammed El-Afifi - 0.3-4 - Changing the license to reflect the right version of GPL - Clarifying the patch purpose * Wed Feb 17 2010 Mohammed El-Afifi - 0.3-3 - Using downloads.sourceforge.net instead of a mirror for Sourceforge URL in the Source0 field - Adding INSTALL="install -p" in the %%install section to preserve timestamps - Fixing rpmlint errors * Tue Feb 16 2010 Mohammed El-Afifi - 0.3-2 - Using %%{version} with the Source0 field * Wed Jan 13 2010 Mohammed El-Afifi - 0.3-1 - Initial RPM release