[dvdstyler] New upstream release 3.0.2

Sérgio M. Basto sergiomb at rpmfusion.org
Tue Aug 23 07:01:58 CEST 2016


commit 108caf8a8765463316cf0f502b06a9dfffed21f7
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Tue Aug 23 06:01:22 2016 +0100

    New upstream release 3.0.2

 3.0.2b3.patch  | 180 ---------------------------------------------------------
 dvdstyler.spec |  15 ++---
 2 files changed, 8 insertions(+), 187 deletions(-)
---
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 83c69f0..3e6b629 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -1,17 +1,16 @@
-%global prerel_real .beta3
-%global prerel b2
+#global prerel_real .beta3
+#global prerel b2
 
 Name:           dvdstyler
 Epoch:          1
 Version:        3.0.2
-Release:        0.2%{?prerel_real}%{?dist}
+Release:        1%{?prerel_real}%{?dist}
 Summary:        Cross-platform DVD authoring application
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://www.dvdstyler.de/
 Source0:        http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}%{?prerel}.tar.bz2
-Patch1:         3.0.2b3.patch
 # build
 BuildRequires:  automake autoconf
 BuildRequires:  gettext
@@ -55,7 +54,6 @@ create navigational DVD menus similar to those found on most commercial DVDs.
 
 %prep
 %setup -q -n DVDStyler-%{version}%{?prerel}
-%patch1 -p1 -b beta3
 #{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
 
 %build
@@ -67,11 +65,11 @@ autoreconf -i
   --disable-dependency-tracking --with-wx-config=/usr/bin/wx-config-3.0
 # docs folder is not smp_mflags safe
 make -C docs
-make %{?_smp_mflags}
+%make_build
 
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 
 # License docs go to another place
 rm -rf %{buildroot}%{_docdir}/%{name}/COPYING
@@ -94,6 +92,9 @@ desktop-file-install \
 %{_mandir}/*/*.gz
 
 %changelog
+* Tue Aug 23 2016 Sérgio Basto <sergio at serjux.com> - 1:3.0.2-1
+- New upstream release 3.0.2
+
 * Tue Aug 16 2016 Sérgio Basto <sergio at serjux.com> - 1:3.0.2-0.2.beta3
 - Remove BR:libgnomeui-devel
 


More information about the rpmfusion-commits mailing list