]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- added missing defines
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 9 Dec 2005 13:33:35 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acroread.spec -> 1.48

acroread.spec

index 99fc361dd808732665ef8d61c2a692878ae8f063..cc196b4a9c055c5b53e02e08bb337f992c6695ce 100644 (file)
@@ -28,10 +28,19 @@ Source0:    license-installer.sh
 Source1:       %{base_name}.desktop
 Source2:       %{base_name}.png
 URL:           http://www.adobe.com/products/acrobat/
-%{?with_license_agreement:Requires:    openldap-libs >= 2.2}
+%if %{with license_agreement}
+BuildRequires: rpmbuild(macros) >= 1.236
+Requires:      openldap-libs >= 2.2
+%endif
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _plugindir      %{_libdir}/browser-plugins
+
+# TODO: galeon and skipstone, konqueror, opera.
+# use macro, otherwise extra LF inserted along with the ifarch
+%define        browsers mozilla, mozilla-firefox
+
 %define                platform        intellinux
 %define                tar0            ILINXR.TAR
 %define                tar1            COMMON.TAR
This page took 0.072058 seconds and 4 git commands to generate.