[cdw] Update to 0.7.0-2

sebelk sebelk at fedoraproject.org
Mon Oct 17 15:20:02 UTC 2011


commit 0b0cfe2ff87abf5932088270d15977449d888594
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Mon Oct 17 12:19:54 2011 -0300

    Update to 0.7.0-2

 cdw.spec |   19 ++++++++++++++++---
 sources  |    2 +-
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/cdw.spec b/cdw.spec
index efd03f7..448f16e 100644
--- a/cdw.spec
+++ b/cdw.spec
@@ -1,12 +1,21 @@
 Name: cdw
 Version: 0.7.0 
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Front-end for tools used for burning data CD/DVD
 
 Group: Applications/Archiving
 License: GPLv2+ 
 URL: http://cdw.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz 
+
+# The source for this package was retrieved from the following urls.  Use the
+# following commands to generate the tarball:
+#  wget -N "http://downloads.sourceforge.net/project/cdw/cdw/cdw%200.7.0/cdw-0.7.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fcdw%2Ffiles%2Fcdw%2Fcdw%25200.7.0%2F&ts=1318858923&use_mirror=ufpr"
+# tar xvzf cdw-0.7.0.tar.gz
+# wget  "http://cdw.cvs.sourceforge.net/viewvc/cdw/cdw/COPYING?r1=1.1&r2=1.2&view=patch" -O COPYING.patch
+# cd cdw-0.7.0
+# patch -p1 COPYING ../COPYING.patch
+# cd .. &&  tar -cvzpf cdw-0.7.0.tar.gz cdw-0.7.0
+Source0: %{name}/%{name}-%{version}.tar.gz 
 
 BuildRequires: libcdio-devel, ncurses-devel, libburn-devel
 #It does not make sense install cdw without the packages below:
@@ -20,7 +29,7 @@ mkisofs/genisoimage, growisofs, dvd+rw-mediainfo, dvd+rw-format, xorriso.
 cdw is able to rip tracks from your audio CD to raw audio files.
 Limited support for copying content of data CD and DVD discs to image files
 is also provided. cdw can verify correctness of writing ISO9660 image to
-CD or DVD disc using md5sum or some of shaXsum programs.
+CD or DVD disc using md5sum or some of  programs that verifies SHA hashes.
 
 %prep
 %setup -q
@@ -49,6 +58,10 @@ make check LIBS="-lm"
 
 
 %changelog
+*Mon Oct 17 2011 Sergio Belkin <sebelk at fedoraproject.org> 0.7.0-2
+- Fixed FSF address in COPYING file
+- Minor change in Description
+
 *Fri Oct 14 2011 Sergio Belkin <sebelk at fedoraproject.org> 0.7.0-1
 - Adding limited support for xorriso
 - Adding new compile-time and run-time dependency: libburn
diff --git a/sources b/sources
index aead2b5..f298d51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e3081b2371a3126d127ddab09850619  cdw-0.7.0.tar.gz
+ff24d51550eb3d8b9f9433903238560d  cdw-0.7.0.tar.gz


More information about the scm-commits mailing list