[pipelight] unlock x64-flash-plugin on x86_64 by default

Björn Esser besser82 at fedoraproject.org
Sun Jul 13 16:44:12 UTC 2014


commit 97e1e0e9701d2a627271b383dd3d74e67ea6d278
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Sun Jul 13 18:43:40 2014 +0200

    unlock x64-flash-plugin on x86_64 by default

 pipelight.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/pipelight.spec b/pipelight.spec
index 3e49c6b..1cb76a0 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -26,7 +26,7 @@
 
 Name:			pipelight
 Version:		0.2.7.1.1
-Release:		0.8%{?gitrel}%{?dist}
+Release:		0.9%{?gitrel}%{?dist}
 Summary:		NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
 
 License:		GPLv2+ or LGPLv2+ or MPLv1.1
@@ -145,6 +145,9 @@ cp -af ChangeLog COPYRIGHT LICENSE licenses %{buildroot}%{pkgdocdir}
 %post
 # This will not enable any plugins.
 %{_bindir}/%{name}-plugin --create-mozilla-plugins &>/dev/null
+%ifarch x86_64
+%{_bindir}/%{name}-plugin --unlock x64-flash &>/dev/null
+%endif # arch x86_64
 
 %post common
 # Restore the dependency-installer-script shipped inside the recent package.
@@ -188,6 +191,9 @@ fi
 
 
 %changelog
+* Sun Jul 13 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.7.1.1-0.9.git20140713.066356f40633
+- unlock 'x64-flash'-plugin on x86_64 by default
+
 * Sun Jul 13 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.7.1.1-0.8.git20140713.066356f40633
 - update to new snapshot git20140713.066356f40633
 


More information about the scm-commits mailing list