[DVDAuthorWizard] Fix permissions of DVDAuthorWizard.kmdr

Sérgio M. Basto sergiomb at rpmfusion.org
Mon Aug 1 04:41:04 CEST 2016


commit eb5b6d712d94c959fb4d15946e81f8137aae8dac
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Mon Aug 1 03:40:34 2016 +0100

    Fix permissions of DVDAuthorWizard.kmdr

 DVDAuthorWizard.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/DVDAuthorWizard.spec b/DVDAuthorWizard.spec
index 622cfbb..5f91683 100644
--- a/DVDAuthorWizard.spec
+++ b/DVDAuthorWizard.spec
@@ -1,6 +1,6 @@
 Name:           DVDAuthorWizard
 Version:        1.4.6
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Create a video DVD from MPEG-2 files
 Group:          Applications/Multimedia
 License:        GPL
@@ -49,7 +49,7 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_datadir}/apps/%{name}
 mkdir -p %{buildroot}%{_bindir}
 
-install -pm0644 bin/%{name}.kmdr %{buildroot}%{_datadir}/apps/%{name}
+install -pm0755 bin/%{name}.kmdr %{buildroot}%{_datadir}/apps/%{name}
 install -pm0755 bin/%{name}-Builder.sh %{buildroot}%{_datadir}/apps/%{name}
 install -pm0755 dvdauthorwizard %{buildroot}%{_bindir}
 cp -a share/apps/dvdauthorwizard/Pictures %{buildroot}%{_datadir}/apps/%{name}
@@ -72,6 +72,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 01 2016 Sérgio Basto <sergio at serjux.com> - 1.4.6-8
+- Fix permissions of DVDAuthorWizard.kmdr
+
 * Sun Aug 31 2014 Sérgio Basto <sergio at serjux.com> - 1.4.6-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the rpmfusion-commits mailing list