Hello community,

here is the log from the commit of package dvd+rw-tools for openSUSE:Factory
checked in at Mon Apr 11 10:49:50 CEST 2011.



--------
--- dvd+rw-tools/dvd+rw-tools.changes   2008-08-19 17:14:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/dvd+rw-tools/dvd+rw-tools.changes      
2011-04-10 19:16:13.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Apr 10 17:06:21 UTC 2011 - [email protected]
+
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Added genisoimage in Requires:.
+  * Updates in Summary: and %description.
+  * Compile the package with -fno-strict-aliasing.
+  * Rename btcflash binary to "dvd+rw-tools-btcflash" in order to avoid
+    conflict with btcflash from cdrtools.
+  * Small updates in %files section.
+  * Remove the entries from %changelog.
+- Removed rpm_opt_flags.diff patch (not required since the flags can be set in
+  the spec file).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  rpm_opt_flags.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dvd+rw-tools.spec ++++++
--- /var/tmp/diff_new_pack.mQvkCG/_old  2011-04-11 10:47:50.000000000 +0200
+++ /var/tmp/diff_new_pack.mQvkCG/_new  2011-04-11 10:47:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dvd+rw-tools (Version 7.1)
+# spec file for package dvd+rw-tools
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,59 +19,68 @@
 
 
 Name:           dvd+rw-tools
-BuildRequires:  gcc-c++
-License:        GPL v2 or later; Public Domain, Freeware
-Group:          Productivity/Multimedia/CD/Record
-AutoReqProv:    on
 Version:        7.1
-Release:        35
-Source:         dvd+rw-tools-%{version}.tar.bz2
+Release:        45
+Summary:        Collection of Tools for Mastering Blu-ray and DVD+-RW/+-R Media
+
+License:        GPLv2+, Public Domain, Freeware
 Url:            http://fy.chalmers.se/~appro/linux/DVD+RW/
-Summary:        Collection of Tools for Mastering DVD+RW/+R Media
+Group:          Productivity/Multimedia/CD/Record
+# http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE utf8ize.patch [email protected] -- Convert some strings to 
UTF-8
+Patch0:         utf8ize.patch
+# PATCH-FIX-OPENSUSE growisofs-dvd-dl-undersized.patch bnc#164032 
[email protected] -- Allow users to burn images that would fit on a single-layer 
DVD to a dual-layer disc
+Patch1:         growisofs-dvd-dl-undersized.patch
+# PATCH-FIX-OPENSUSE growisofs-genisoimage.patch [email protected] -- Make the 
package call genisoimage directly, not via compatibility symlink
+Patch2:         growisofs-genisoimage.patch
+# PATCH-FIX-OPENSUSE dvd+rw-tools-gcc43.patch [email protected] -- Fix build with 
gcc-4.3
+Patch3:         dvd+rw-tools-gcc43.patch
+# PATCH-FIX-OPENSUSE dvd+rw-tools-buffer.patch bnc#354838 [email protected] -- 
Fix buffer size
+Patch4:         dvd+rw-tools-buffer.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch1:         rpm_opt_flags.diff
-Patch4:         utf8ize.patch
-Patch7:         growisofs-dvd-dl-undersized.patch
-Patch8:         growisofs-genisoimage.patch
-Patch9:         dvd+rw-tools-gcc43.patch
-Patch10:        dvd+rw-tools-buffer.patch
 
-%description
-Collection of Tools for Mastering DVD+RW/+R Media
+BuildRequires:  gcc-c++
+Requires:       genisoimage
 
-Authors:
---------
-    [email protected]
+%description
+The dvd+rw-tools collection of tools makes it possible to burn images to
+Blu-ray and DVD+-RW/+-R media.
 
 %prep
 %setup -q
+%patch0
 %patch1
+%patch2
+%patch3
 %patch4
-%patch7
-%patch8
-%patch9
-%patch10
 
 %build
-make
-make rpl8 btcflash
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+export CXXFLAGS="%{optflags} -fno-strict-aliasing"
+
+make %{?_smp_mflags}
+make rpl8 btcflash %{?_smp_mflags}
 
 %install
-make prefix=$RPM_BUILD_ROOT/usr manprefix=$RPM_BUILD_ROOT%{_mandir} install
+make prefix=%{buildroot}%{_prefix} manprefix=%{buildroot}%{_mandir} install
+
+# Rename btcflash binary in order to avoid conflict with btcflash from cdrtools
+mv %{buildroot}%{_bindir}/btcflash %{buildroot}%{_bindir}/dvd+rw-tools-btcflash
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
-%defattr(-, root, root)
-%doc index.html
-%doc %{_mandir}/man1/growisofs.1.gz
-/usr/bin/dvd+rw-booktype
-/usr/bin/dvd+rw-format
-/usr/bin/dvd+rw-mediainfo
-/usr/bin/dvd-ram-control
-/usr/bin/growisofs
-/usr/bin/btcflash
-/usr/bin/rpl8
+%defattr(-,root,root,-)
+%doc LICENSE index.html
+%{_bindir}/dvd+rw-booktype
+%{_bindir}/dvd+rw-format
+%{_bindir}/dvd+rw-mediainfo
+%{_bindir}/dvd+rw-tools-btcflash
+%{_bindir}/dvd-ram-control
+%{_bindir}/growisofs
+%{_bindir}/rpl8
+%doc %{_mandir}/man1/growisofs.1%{ext_man}
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to