]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- run script in %post; rel 4 auto/ac/acroread-installer-7_0_1-4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Jan 2006 11:00:41 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acroread.spec -> 1.51

acroread.spec

index 1ac8dc40bd92ff60a72dbe89340404d17d13346e..09007a1a8a0c902085d6a4442953af41f9d8afa3 100644 (file)
@@ -13,7 +13,8 @@ Name:         %{base_name}
 Name:          %{base_name}-installer
 %endif
 Version:       7.0.1
-Release:       3%{?with_license_agreement:wla}
+%define        _rel    4
+Release:       %{_rel}%{?with_license_agreement:wla}
 Epoch:         1
 License:       distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)
 # in short:
@@ -25,6 +26,7 @@ Source0:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/AdbeRdr701
 %else
 Source0:       license-installer.sh
 %endif
+# please update @COPYSOURCES@ below if you add more Sources.
 Source1:       %{base_name}.desktop
 Source2:       %{base_name}.png
 URL:           http://www.adobe.com/products/acrobat/
@@ -133,7 +135,7 @@ chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/*.so.*
 rm -rf $RPM_BUILD_ROOT
 
 %if %{without license_agreement}
-%pre
+%post
 %{_bindir}/%{base_name}.install
 
 %else
This page took 0.07772 seconds and 4 git commands to generate.