]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- 7.0.9
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Jan 2007 11:01:02 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  CVE-2006-5857, CVE-2007-0044, CVE-2007-0045, CVE-2007-0046, CVE-2007-0048

Changed files:
    acroread.spec -> 1.70

acroread.spec

index c0bb8f336223e199b30605206cc18e9030e94353..100a972949af5437ad6ace2934bbf997eb03ab00 100644 (file)
@@ -3,8 +3,8 @@
 %bcond_with    license_agreement       # generates package
 #
 %define                base_name       acroread
 %bcond_with    license_agreement       # generates package
 #
 %define                base_name       acroread
-Summary:       Acrobat Reader
-Summary(pl):   Acrobat Reader - czytnik plików PDF
+Summary:       Adobe Acrobat Reader
+Summary(pl):   Adobe Acrobat Reader - czytnik plików PDF
 Summary(ru):   ðÒÏÇÒÁÍÍÁ ÄÌÑ ÞÔÅÎÉÑ ÄÏËÕÍÅÎÔÏ× × ÆÏÒÍÁÔÅ PDF ÏÔ Adobe
 Summary(uk):   ðÒÏÇÒÁÍÁ ÄÌÑ ÞÉÔÁÎÎÑ ÄÏËÕÍÅÎԦנՠÆÏÒÍÁÔ¦ PDF ×¦Ä Adobe
 %if %{with license_agreement}
 Summary(ru):   ðÒÏÇÒÁÍÍÁ ÄÌÑ ÞÔÅÎÉÑ ÄÏËÕÍÅÎÔÏ× × ÆÏÒÍÁÔÅ PDF ÏÔ Adobe
 Summary(uk):   ðÒÏÇÒÁÍÁ ÄÌÑ ÞÉÔÁÎÎÑ ÄÏËÕÍÅÎԦנՠÆÏÒÍÁÔ¦ PDF ×¦Ä Adobe
 %if %{with license_agreement}
@@ -12,8 +12,8 @@ Name:         %{base_name}
 %else
 Name:          %{base_name}-installer
 %endif
 %else
 Name:          %{base_name}-installer
 %endif
-%define        _rel    4
-Version:       7.0.8
+%define        _rel    1
+Version:       7.0.9
 Release:       %{_rel}%{?with_license_agreement:wla}
 Epoch:         1
 License:       distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)
 Release:       %{_rel}%{?with_license_agreement:wla}
 Epoch:         1
 License:       distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)
@@ -22,9 +22,11 @@ License:     distribution restricted (http://www.adobe.com/products/acrobat/distribu
 # - distribution on CD requires signing Distribution Agreement (see URL above)
 Group:         X11/Applications/Graphics
 %if %{with license_agreement}
 # - distribution on CD requires signing Distribution Agreement (see URL above)
 Group:         X11/Applications/Graphics
 %if %{with license_agreement}
-Source0:       http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.8/enu/AdobeReader_enu-%{version}-1.i386.tar.gz
+Source0:       http://ardownload.adobe.com/pub/adobe/reader/unix/7x/%{version}/enu/AdobeReader_enu-%{version}-1.i386.tar.gz
+# Source0-md5: a8e79a1af58f90640cf9e7e1532a5745
 %else
 Source0:       license-installer.sh
 %else
 Source0:       license-installer.sh
+# Source0-md5: a8e79a1af58f90640cf9e7e1532a5745
 %endif
 # please update @COPYSOURCES@ below if you add more Sources.
 Source1:       %{base_name}.desktop
 %endif
 # please update @COPYSOURCES@ below if you add more Sources.
 Source1:       %{base_name}.desktop
@@ -101,7 +103,7 @@ tar xf %{tar1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%if !%{with license_agreement}
+%if %{without license_agreement}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
 sed -e '
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
 sed -e '
@@ -144,7 +146,7 @@ chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/*.so.*
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if !%{with license_agreement}
+%if %{without license_agreement}
 %post
 %{_bindir}/%{base_name}.install
 
 %post
 %{_bindir}/%{base_name}.install
 
@@ -189,7 +191,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%if !%{with license_agreement}
+%if %{without license_agreement}
 %attr(755,root,root) %{_bindir}/%{base_name}.install
 %{_datadir}/%{base_name}
 %else
 %attr(755,root,root) %{_bindir}/%{base_name}.install
 %{_datadir}/%{base_name}
 %else
This page took 0.075849 seconds and 4 git commands to generate.