diff --git a/SRPMS/chromium-pepper-flash/chromium-pepper-flash.spec.in b/SRPMS/chromium-pepper-flash/chromium-pepper-flash.spec.in index 5fe99dd..15f162d 100644 --- a/SRPMS/chromium-pepper-flash/chromium-pepper-flash.spec.in +++ b/SRPMS/chromium-pepper-flash/chromium-pepper-flash.spec.in @@ -44,9 +44,8 @@ tar xzf ${tmpdir}/${CHROMIUM_PEPPER_FLASH_PCK} %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} install -d -m0755 %{buildroot}/opt/chromium/PepperFlash -cp -a * %{buildroot}/opt/chromium/PepperFlash/ - cp %{S:0} LICENSE +cp -a * %{buildroot}/opt/chromium/PepperFlash/ rm -fr ${tmpdir} @@ -59,13 +58,12 @@ rm -rf %{_builddir}/%{name}-* %defattr(-,root,root) %dir /opt/chromium/PepperFlash /opt/chromium/PepperFlash/libpepflashplayer.so -/opt/chromium/PepperFlash/LICENSE /opt/chromium/PepperFlash/license.pdf +/opt/chromium/PepperFlash/LICENSE /opt/chromium/PepperFlash/manifest.json /opt/chromium/PepperFlash/readme.txt %dir /opt/chromium/PepperFlash/LGPL /opt/chromium/PepperFlash/LGPL/* -%doc LICENSE %changelog * Sat Dec 3 2016 Silvan Calarco @SRPMVERSION@-@SRPMRELEASE@ diff --git a/SRPMSVERSIONS b/SRPMSVERSIONS index ab68459..8b70644 100644 --- a/SRPMSVERSIONS +++ b/SRPMSVERSIONS @@ -41,6 +41,6 @@ SRPMVERSION["win32codecs"]=20110131 SRPMRELEASE["win32codecs"]=1mamba # chromium-pepper-flash if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "chromium-pepper-flash" ]; then - SRPMVERSION["chromium-pepper-flash"]="`curl --max-time 20 -sL http://www.adobe.com/software/flash/about/ | grep -A11 "Linux" | grep -A1 "Chromium" | tail -n1 | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`" + SRPMVERSION["chromium-pepper-flash"]="`curl --max-time 20 -sL http://www.adobe.com/software/flash/about/ | grep -A11 "Linux" | grep -A3 "PPAPI" | grep "[0-9]\.[0-9]\.[0-9]" | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`" SRPMRELEASE["chromium-pepper-flash"]=1mamba fi diff --git a/VERSION b/VERSION index 6e91bfb..7da9f2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 4.0.0 +VERSION = 4.0.1