]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- version check auto/ti/adobe-flash-installer-10_0_32_18-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 31 Jul 2009 11:25:34 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash.spec -> 1.123

adobe-flash.spec

index 4db896c74794e1faa5045aca55b9df5249cab724..fd7cfe1b73e8f7ce5009c6136293bd1dbff78b96 100644 (file)
@@ -79,6 +79,14 @@ treści i aplikacji we Flashu pod Linuksem.
 %else
 %setup -q -T -c -b 0
 %endif
+
+%build
+s='LNX %{ver_major},%{ver_minor},%{ver_patch},%{ver_serial}'
+v=$(strings libflashplayer.so | grep "$s")
+if [ "$v" != "$s" ]; then
+       : wrong version
+       exit 1
+fi
 %endif
 
 %install
This page took 0.04808 seconds and 4 git commands to generate.