From 976c259de834499423ffa9391047c4b88f29fed8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 9 Dec 2005 13:33:35 +0000 Subject: [PATCH] - added missing defines Changed files: acroread.spec -> 1.48 --- acroread.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/acroread.spec b/acroread.spec index 99fc361..cc196b4 100644 --- a/acroread.spec +++ b/acroread.spec @@ -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 -- 2.44.0