[cdw/el6: 1/2] Update to 0.7.1 and silly fixes

sebelk sebelk at fedoraproject.org
Fri Jun 22 14:51:49 UTC 2012


commit 05f6b590042fdb340bc9e32cc390a18a40cc5ca4
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Fri Jun 22 11:29:06 2012 -0300

    Update to 0.7.1 and silly fixes

 .gitignore |    1 +
 cdw.spec   |  106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 108 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fee5fb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cdw-0.7.1.tar.gz
diff --git a/cdw.spec b/cdw.spec
new file mode 100644
index 0000000..760ac56
--- /dev/null
+++ b/cdw.spec
@@ -0,0 +1,106 @@
+Name: cdw
+Version: 0.7.1 
+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
+
+BuildRequires: libcdio-devel, ncurses-devel, libburn-devel
+#It does not make sense install cdw without the packages below:
+Requires: dvd+rw-tools,wodim,genisoimage,xorriso 
+
+
+%description
+cdw is a ncurses based front-end for some command-line tools used for burning
+data CD and DVD discs and for related tasks. The tools are: cdrecord/wodim,
+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  programs that verifies SHA hashes.
+
+%prep
+%setup -q
+
+%build
+export CXXFLAGS="%{optflags}" LIBS="-lm"
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+
+%check
+make check LIBS="-lm"
+
+
+%files
+
+%defattr(-,root,root,-)
+%{_bindir}/*
+%doc COPYING AUTHORS ChangeLog NEWS README THANKS
+%{_mandir}/man1/*
+
+
+
+%changelog
+*Fri Jun 22 2012 Sergio Belkin <sebelk at fedoraproject.org> 0.7.1-2
+- Fixed changelog and missing sources
+
+*Wed Jun 20 2012 Sergio Belkin <sebelk at fedoraproject.org> 0.7.1-1
+- Lots of bugfixes and improvements about of interface and workings
+- better detection of external tools
+- COPYING file have updated the FSF address
+
+* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+ 
+*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
+- Adding support for more digest (checksum) tools: sha1sum, sha224sum,
+  sha256sum, sha384sum, sha512sum;
+- Fixing verification of ISO images failures
+- Several fixes and UI improvements
+- Improved recognition of track formats (TAO/DAO/SAO) supported
+ by disc/drive when burning with cdrecord;
+- Adding (partial) recognition of capacity of CD/DVD discs
+
+*Mon Feb 28 2011 Sergio Belkin <sebelk at fedoraproject.org> 0.6.0-8
+- Changed email address
+- Fixes about timestamp and LIBS variables really applied
+
+*Mon Feb 28 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-7
+- Fixed license
+- Fixed timestamp in %%install section
+- Fixed LIBS variable
+- Fixed previous changelog
+
+* Sat Feb 26 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-6
+- Fixed spaces between entries
+
+* Tue Feb 22 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-5
+- Minor change in BuildRequires
+- Fixed typo in Requires and comment
+- Added %%check section
+
+* Thu Feb 19 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-4
+- Added %%doc entry, removed, removed redundant attr
+
+* Thu Feb 18 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-3
+- Removed %%clean section 
+
+* Thu Feb 17 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-2
+- Replaced LDFLAGS for LIBS variable
+
+* Tue Feb 01 2011 Sergio Belkin <sebelk at gmail.com> 0.6.0-1
+- First public cdw RPM for fedora
diff --git a/sources b/sources
index e69de29..3094e56 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5c31fced50e0daded43447c3ba73f2fe  cdw-0.7.1.tar.gz


More information about the scm-commits mailing list