]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- release 2 auto/th/adobe-flash-installer-9_0_124_0-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Apr 2008 14:08:57 +0000 (14:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash.spec -> 1.87

adobe-flash.spec

index 151577c05eca7b662f9d6b019040061083480796..b0137bff6b841ca6ac4cbc3061d8111c9969bda6 100644 (file)
@@ -2,11 +2,12 @@
 # Conditional build:
 %bcond_with    license_agreement       # generates package
 #
-%define                _ver_major      9
-%define                _ver_minor      0
-%define                _ver_patch      124
-%define                _ver_serial     0
+%define                ver_major       9
+%define                ver_minor       0
+%define                ver_patch       124
+%define                ver_serial      0
 %define                base_name       adobe-flash
+%define                rel 2
 Summary:       Flash plugin for Netscape-compatible WWW browsers
 Summary(pl.UTF-8):     Wtyczka Flash dla przeglądarek WWW zgodnych z Netscape
 %if %{with license_agreement}
@@ -14,9 +15,8 @@ Name:         %{base_name}
 %else
 Name:          %{base_name}-installer
 %endif
-%define                _rel 1
-Version:       %{_ver_major}.%{_ver_minor}.%{_ver_patch}.%{_ver_serial}
-Release:       %{_rel}%{?with_license_agreement:wla}
+Version:       %{ver_major}.%{ver_minor}.%{ver_patch}.%{ver_serial}
+Release:       %{rel}%{?with_license_agreement:wla}
 License:       Free to use, non-distributable
 Group:         X11/Applications/Multimedia
 %if %{with license_agreement}
@@ -56,7 +56,7 @@ treści i aplikacji we Flashu pod Linuksem.
 
 %prep
 %if %{with license_agreement}
-%setup -q -n install_flash_player_%{_ver_major}_linux
+%setup -q -n install_flash_player_%{ver_major}_linux
 %endif
 
 %install
This page took 0.032485 seconds and 4 git commands to generate.