commit 33f4bc6ff3794e4fd0d5e08a5a3ab44aa414e21a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 28 21:28:20 2017 +0000
Fixup rpm setup macro that was using -b
Download just one source, instead download sources for all arches
flash-plugin.spec.in | 16 +++++++++-------
lpf-flash-plugin.spec | 6 +++++-
2 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 2a025d9..cb2ca0c 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -3,15 +3,18 @@
Name: flash-plugin
Version: 27.0.0.187
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 1
Summary: Adobe Flash Player
License: Non-redistributable, no modification permitted
URL:
http://get.adobe.com/flashplayer/
ExclusiveArch: %{ix86} x86_64
+%ifarch %{ix86}
Source0:
http://fpdownload.macromedia.com/get/flashplayer/pdc/%{version}/flash_pla...
-Source1:
http://fpdownload.macromedia.com/get/flashplayer/pdc/%{version}/flash_pla...
+%else
+Source0:
http://fpdownload.macromedia.com/get/flashplayer/pdc/%{version}/flash_pla...
+%endif
BuildRequires: desktop-file-utils
Requires: mozilla-filesystem
@@ -32,13 +35,8 @@ Requires: hicolor-icon-theme
Adobe Flash Player preferences control panel.
%prep
-%ifarch %{ix86}
%setup -q -c -n %{name}
-%endif
-%ifarch x86_64
-%setup -q -c -T -b 1 -n %{name}
-%endif
%build
# Nothing to build
@@ -77,6 +75,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||
:
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Tue Nov 28 2017 Sérgio Basto <sergio(a)serjux.com> - 1:27.0.0.187-2
+- Fixup rpm setup macro that was using -b
+- Download just one source, instead download sources for all arches
+
* Wed Nov 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1:27.0.0.187-1
- Update to 27.0.0.187
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 8209958..9e124e6 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -6,7 +6,7 @@
Name: lpf-flash-plugin
Version: 27.0.0.187
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,10 @@ fi
%changelog
+* Tue Nov 28 2017 Sérgio Basto <sergio(a)serjux.com> - 1:27.0.0.187-2
+- Fixup rpm setup macro that was using -b
+- Download just one source, instead download sources for all arches
+
* Wed Nov 15 2017 Sérgio Basto <sergio(a)serjux.com> - 1:27.0.0.187-1
- Update to 27.0.0.187